It is a call to
public static function wp_w3all_get_phpbb_user_info_by_email($email)
into file
/wp-content/plugins/wp-w3all-phpbb-integration/
class.wp.w3all-phpbb.php
may to fix
just after this
Code: Select all
public static function wp_w3all_get_phpbb_user_info_by_email($email){
global $w3all_config,$w3all_phpbb_connection,$phpbb_user_data;
add this:
Code: Select all
$phpbb_config = WP_w3all_phpbb::w3all_get_phpbb_config_res();
Can you confirm?
And... strange that it still return the problem on plugin 2.9.4 version where the call to
$phpbb_config = WP_w3all_phpbb::w3all_get_phpbb_config_res();
initialize the phpbb db connection just after the class inclusion, into the wp_w3all.php file.
If still not fixed with the above (so strange) another more step maybe for your configuration is required:
DEFINITIVE 2.9.3 SOLUTION
the config file inclusion, but i really think that with the above you should be ok about error
get_results on string:
viewtopic.php?t=2026
About login redirect and logout: can you provide me the way to test the snippet? Because into my tests it is working, how could i reproduce?