PDA

View Full Version : Desperate need of help (forum down


kobescoresagain
04-22-2005, 05:53 PM
Getting this error instead of forum.
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /homepages/16/d117449961/htdocs/forums/includes/init.php on line 546

I know where the problem is
{
$specialtemplates = array_merge(array(
'options',
'cron',
'forumcache',
'usergroupcache',
// ## <ucs>
'stylecache',
'utt_store_act'
'arcadesettings'
), $specialtemplates;
// ## </ucs>
}

Can you help?

amykhar
04-22-2005, 06:18 PM
You have an error, most likely, in the last template you changed.

kobescoresagain
04-22-2005, 06:52 PM
I figured it out.

Marco van Herwaarden
04-22-2005, 06:59 PM
You are missing a comma behind 'utt_store_act'