rockinaway
09-26-2009, 12:31 PM
https://vborg.vbsupport.ru/showthread.php?t=223985
I am relatively new to coding with vBulletin.
That is my modification, as you can see it works fine for me on my own board and also for others.
yet one person is getting this error:
Fatal error: Call to a member function query_first() on a non-object in forum/includes/class_postbit.php(265) : eval()'d code on line 3
This is really confusing me as I got a similar error on my test board but on my own board it works fine. Now, it works if I replace the vB MySQL commands with normal MySQL commands i.e. mysql_query and mysql_result
So what could the issue be?
I am relatively new to coding with vBulletin.
That is my modification, as you can see it works fine for me on my own board and also for others.
yet one person is getting this error:
Fatal error: Call to a member function query_first() on a non-object in forum/includes/class_postbit.php(265) : eval()'d code on line 3
This is really confusing me as I got a similar error on my test board but on my own board it works fine. Now, it works if I replace the vB MySQL commands with normal MySQL commands i.e. mysql_query and mysql_result
So what could the issue be?