DevOne5555
Customer
I'm noticing quite a number of occurrences of this in my Apache error logs. I was using APC cache until recently but changed to XCache due to recurring issues, and now the problem seems worse. My forum became completely unusable – rather than rendering pages properly, it would render them entirely in code, full of error messages. Some pages would render properly, however the search function showed up as code, and my vbseo/htaccess redirects in my site root stopped working, so that if I visited my site root it downloaded a php file rather than loading the site. Admincp panel for vb optimise renders properly, however when I hit the submit button to save changes it hangs on a white screen. Prior to that we've been having intermittent problems where the site loads a blank white page; the only thing that appeared to fix this was a full server reboot.
Currently, I've brought my forum back to working order by adding code to my config.php to disable plugin hooks entirely.
In any case, this is what I am most concerned about:
As an additional question, should I have caching turned off with vbseo if I'm using xcache with vb optimise? Also, do I need to use a cache prefix? I am only running 1 site with 1 database, and 1 instance of vbseo and vb optimise, respectively.
Currently, I've brought my forum back to working order by adding code to my config.php to disable plugin hooks entirely.
In any case, this is what I am most concerned about:
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/
As an additional question, should I have caching turned off with vbseo if I'm using xcache with vb optimise? Also, do I need to use a cache prefix? I am only running 1 site with 1 database, and 1 instance of vbseo and vb optimise, respectively.