Log in

View Full Version : Functions.php error message after log in


Farman
10-19-2009, 11:39 AM
Hello,

I'm using Vb version 3.8.4. Several users of my forum complaint me about this error, they said this error appears when they log-in, and they will have to press Back button in browser to go to the forum index.

Error:
Fatal error. Call to a member function on a non-object in /home/stuffloa/public_html/includes/functions.php(5737): eval()'d code on line 12

I tried to login with a user account, and not see any of this message, I mean when I try to login i don't receive this message, but several other users facing this problem.


Any idea? how to solve this...

Lynne
10-19-2009, 04:11 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);