Hi
I have the error
Fatal error: Call to a member function on a non-object in /xxx/forum/includes/class_bbcode.php on line 194
after upgrding from 3.68 to 3.73 PL1 after clicking on the public profile of a user
When I disbale all plugins in config.php with
define('DISABLE_HOOKS', 1);
The error goes away.
When I disblae all plugins in adminACP. the error stays.
So How can I find out, which plugin might be incorrect, if it does not react if I "locally" disable one plugin after the other within Admin ACP?
I have the error
Fatal error: Call to a member function on a non-object in /xxx/forum/includes/class_bbcode.php on line 194
after upgrding from 3.68 to 3.73 PL1 after clicking on the public profile of a user
When I disbale all plugins in config.php with
define('DISABLE_HOOKS', 1);
The error goes away.
When I disblae all plugins in adminACP. the error stays.
So How can I find out, which plugin might be incorrect, if it does not react if I "locally" disable one plugin after the other within Admin ACP?
Comment