by axew3 » Sun Jun 12, 2016 4:12 pm
to solve, until 1.4.5:
OPEN:
class.wp.w3all.widgets-phpbb.php
search for (line 18 on 1.4.4):
Code: Select all
if ( is_user_logged_in() ) {
$instance['title'] = $instance['title_logout'];
}
remove or comment out, save file, replace.
OPEN:
class.wp.w3all-phpbb.php
just before line 206
add the follow:
Code: Select all
$phpbb_user_session[0]->pf_phpbb_website = (isset($phpbb_user_session[0]->pf_phpbb_website)) ? $phpbb_user_session[0]->pf_phpbb_website : '';
Save file. Replace.
strange this second, but ok we will see... i do not get this error, even on local test where php is configured to report any notice or warning ... let know if all working ok after this cleanup edits on 1.4.4. On 1.4.5 as above explaine, will be so removed/applied.
to solve, until 1.4.5:
OPEN:
[b]class.wp.w3all.widgets-phpbb.php[/b]
search for (line 18 on 1.4.4):
[code] if ( is_user_logged_in() ) {
$instance['title'] = $instance['title_logout'];
} [/code]
remove or comment out, save file, replace.
OPEN:
[b]class.wp.w3all-phpbb.php[/b]
[b]just before line 206[/b]
add the follow:
[code]$phpbb_user_session[0]->pf_phpbb_website = (isset($phpbb_user_session[0]->pf_phpbb_website)) ? $phpbb_user_session[0]->pf_phpbb_website : '';[/code]
Save file. Replace.
strange this second, but ok we will see... i do not get this error, even on local test where php is configured to report any notice or warning ... let know if all working ok after this cleanup edits on 1.4.4. On 1.4.5 as above explaine, will be so removed/applied.