Yrewol Posted April 16, 2008 Posted April 16, 2008 I receive the following error below: Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/mysite/public_html/mysite/includes/header.php:175) in /home/mysite/public_html/mysite/includes/boxes/categories.php on line 13 /home/mysite/public_html/mysite/includes/header.php:175 173 <? // ---- CATEGORIES 174 function tep_show_category($counter) { global $tree, $categories_string, $cPath_array; 175 176 if(!$tree[$counter]['level']){ /home/mysite/public_html/mysite/includes/boxes/categories.php on line 13 13 function tep_show_category($counter) { 14 global $tree, $categories_string, $cPath_array; 15 16 for ($i=0; $i<$tree[$counter]['level']; $i++) { Any suggestions on how I can resolve this?
FIMBLE Posted April 16, 2008 Posted April 16, 2008 have you moved the box? this can happen if the categories box is in two places on your site Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Yrewol Posted April 16, 2008 Author Posted April 16, 2008 I receive the following error below: Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/mysite/public_html/mysite/includes/header.php:175) in /home/mysite/public_html/mysite/includes/boxes/categories.php on line 13 /home/mysite/public_html/mysite/includes/header.php:175 173 <? // ---- CATEGORIES 174 function tep_show_category($counter) { global $tree, $categories_string, $cPath_array; 175 176 if(!$tree[$counter]['level']){ /home/mysite/public_html/mysite/includes/boxes/categories.php on line 13 13 function tep_show_category($counter) { 14 global $tree, $categories_string, $cPath_array; 15 16 for ($i=0; $i<$tree[$counter]['level']; $i++) { Any suggestions on how I can resolve this? Thank you for taking the time to respond. Yes, I did move the box while I was customizeing the theme. Would you happen to know what i must delete and/or alter to correct the error?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.