Quote:
Originally Posted by Code Monkey
I had to turn this off. It doesn' seem to update the cache from the command line. Meaning, when a script that updates the datastore is run in a browser it works fine, when it's run as a server cron it does nothing. I'm not sure if it's a vBulletin issue or an xcache issue. I just have no time to look into it right now.
|
Hi,
Thanks for the tip for:
PHP Code:
if(!defined('VBA_SCRIPT'))
{
$config['Datastore']['class'] = 'vB_Datastore_XCache';
}
I use this hack for the cron:
https://vborg.vbsupport.ru/showthread.php?t=123719
Maybe you should give a try because it doesn't seem i have any cron issues...