DevOne5555
Customer
When I click on view forum leaders at the bottom of my forum, it returns a 500 error. I've checked my error logs and found this:
The function on line 141 that it is referring to is this:
I'm using APC for caching. I do have vbseo installed however the caching option for it is turned off. In my vb optimise config I have a prefix specified: vbo_
Could this be the source of my problems?
Code:
PHP Fatal error: Call to undefined method vb_optimise_db::escape_string() in /home/koolaid/public_html/forums/vb/cache/db.php on line 141, referer: http://www.studioleaks.info/forums/
The function on line 141 that it is referring to is this:
Code:
WHERE cacheid = '" . vB::$db->escape_string($key) . "'"
I'm using APC for caching. I do have vbseo installed however the caching option for it is turned off. In my vb optimise config I have a prefix specified: vbo_
Could this be the source of my problems?