Quote:
Originally Posted by CHeeKY
yep RC2 here... will pm you link to site...
|
CHeeKY, you made a mistake in file modifications.
in global.php, it asked you to find:
PHP Code:
echo "End call of global.php: $aftertime\n";
echo "\n<hr />\n\n";
}
Instead, you searched for:
PHP Code:
echo "\n<hr />\n\n";
}
The end result is that you've put the additional code in the wrong place, because there were two instances of what you searched for.
Check the installation text and try again.