Short story, still no worky
Long story....
I have stopped APC* by disabling at both PHP (via apc.ini and then restarting httpd) and also vBulletin (config.php). I also confirmed it was stopped by loading the APC admin panel and getting the following:
Quote:
No cache info available. APC does not appear to be running.
|
I have also issued the following two SQL commands:
Quote:
REPAIR TABLE searchcore_text QUICK
REPAIR TABLE searchgroup_text QUICK
|
Per SQL docs these should rebuild the full text indexes.
As mentioned, neither solution fixed the issue.
* As an APC related aside I have fixed the PHP warning warning that came up when running searchindex.php via the command line (i.e. PHP Warning: PHP Startup: apc.shm_size now uses M/G suffixes, please update your ini files in Unknown on line 0)