Knowledge Base Navigation

Articles: 51 Categories: 8

KB Article: Fatal error: Cannot redeclare head()

Article:Fatal error: Cannot redeclare head()     Popular
Submitted By:Taut
Date Added:06-01-2004 7:52:10
Hits:8,348



Usually get a parse error

Fatal error: Cannot redeclare head() (previously declared in /home/html/YOURSPACE/YOURSITE/header.php:28) or (previously declared in /home/html/YOURSPACE/YOURSITE/header.php on line 29)



open modules/ForumTopics/index.php and look for:


include("header.php");
include("footer.php");


replace with:

//include("header.php");
include("footer.php");

Current rating: 8.70 by 202 users
Please take one second and rate this article...

Not a Chance 12345678910 Absolutely

Please register or sign-in to post comments.


Jump to a selected article...