Right, I just installed this on vB 3.0.7 because I saw posts saying it would work. However I am having a few problems. When I go by the instructions I get and error in the functions.php on line 2017 which is this:
PHP Code:
$debughtml = '<hr />';
//$debughtml .= "<ul><a href=php%20back%20ups//%22#/%22 onclick=\"set_cookie('vbulletin_collapse', ''); window.location=window.location\">vbulletin_collapse</a>:<br /><li>" . str_replace("\n", '</li><li>', $_COOKIE['vbulletin_collapse']) . "</li></ul>";
$debughtml .= "\n<form name=\"debugger\" action=php%20back%20ups//%22/%22>\n<div align=\"center\">\n<!--querycount-->Executed <b>$query_count</b> queries<!--/querycount-->" . iif($_TEMPLATEQUERIES, " (<b>" . sizeof($_TEMPLATEQUERIES) . "</b> queries for uncached templates)", '') . " . ";
$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";
It just happens like that. Even though I didn't edit it.
So I deleted the new randomly generated section and the whole board works fine again but I cannot access the journals, it says I do not have the permisson to do so. Is this stemming from the abovementioned problem or is it something completely different?