Knowledge Base Navigation
Articles: 51 Categories: 8
KB Article: Fatal error: Cannot redeclare head()
Article: | Fatal error: Cannot redeclare head() |
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 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Please register or sign-in to post comments.