After uploading the two files my forums shut down and I get this error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home2/montreal/public_html/forums/includes/functions.php on line 2019
If I replace functions.php with the old one it goes away.
this is line 2019:
Quote:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')=== false, '?', '?','&') . "explain=1\">Explain</a>)<br />\n";
$debughtml .= "<select>\n\t<option>(Page Generated in $totaltime Seconds)</option>\n$messages</select>\n";
|