can anybody help me with that problem:
I got this error message after install the integrated scripts.
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/local/etc/httpd/htdocs/forum/includes/functions.php on line 2018
And this is the line 2018:
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";
|
If I don't edit the functions.php, it works but I can not log out from neither 4images nor vbulletin page.
<search for>
$name = COOKIE_PREFIX . $name;
</search for>
<replace>
if ($name != 'sessionhash')
{
$name = COOKIE_PREFIX . $name;
}
</replace>