11
I have the same issue, with the update button not showing, thus I cannot update the system module and I cannot post, nor change anything. This relates to both changing of system prefs, posting news, forums, anything.
I'll try getting some debug later today.
Edit: Right, after doing the commenting out that you suggested;
// if ($xoopsConfig['debug_mode'] == 1) {
// error_reporting(E_ALL);
// } else {
// // Turn off error handler
// $xoopsErrorHandler->activate(false);
// }
and then trying to post a news bit, I get the same as I did before;
Fatal error: Call to a member function on a non-object in /home/wirum/www/wow/include/functions.php on line 145
Edit 2: I also set the error reporting to E_ALL.
I have updated to 2.0.12a in hopes of it fixing the issue, but no go.