Quote:
Originally Posted by MityQ
yes, and maked the cache . ranking. pager soros when i kill the buildcache.inc.php file.
|
Your database is probably too big for on the fly cache building
You should try setting up a cronjob and disablinf ranking cache building
go to: inc/plugins/ranking/config.inc.php and inc/plugins/sbranking/config.inc.php
and set "buildcache" => true to "buildcache" => false
and set up a cronjob that executes this:
cd /path/to/website/inc/plugins/statistics/ && php buildcache.cl.php
like every 4 hours or so