
12-11-2005, 06:03 PM
|
|
|
Join Date: Jul 2005
Location: Norfolk, VA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Found the problem.......For those with the permissions problem this is how I fixed it.....
Quote:
Originally Posted by John
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. 
|
|