Quote:
Originally Posted by Link14716
Open init.php, find line 507. Copy and paste everything starting 5 lines above that line and ending 5 lines below that line and post it.
|
'cron',
'forumcache',
'usergroupcache',
'stylecache',
'arcadesettings'
), $specialtemplates);
$datastoretemp = $DB_site->query("
SELECT title, data FROM " . TABLE_PREFIX . "datastore
WHERE title IN ('" . implode("', '", $specialtemplates) . "')
");
hope thats right - probably have done something else wrong after you get this working