PDA

View Full Version : Error when trying to log in.


chandika
01-17-2008, 10:59 PM
I am getting the following error when you try to log-in to VB. Accessing posts etc works fine. I've seen threads with similar issues but none seem to have a solution. Can someone please shed some light on this?

Fatal error: Call to a member function unlock_tables() on a non-object in /home/planetur/public_html/forum/includes/functions.php on line 4998

Fatal error: Call to a member function query_write() on a non-object in /home/planetur/public_html/forum/includes/functions_login.php on line 130

I am running 3.6.4

I have already checked the user permissions for the DB user and everything is fine.

Thanks in advance!

kiril_cvetkov
01-18-2008, 12:10 AM
go to config.php and after <?php
write this define('DISABLE_HOOKS', true); -> with this you disable the plugins
save and
After that you can log in :)
then you need to find the plugin that cause that problem.. and remove it..