nwatko Posted August 21, 2006 Share Posted August 21, 2006 Can anyone tell me how I might be able to fix this to get it to work? When a customer tries to track an order by clicking on the link in their order status screen they get this message. Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/bigsale1/public_html/osc/includes/header.php:140) in /home/bigsale1/public_html/osc/includes/boxes/categories.php on line 59 Hope someone can tell me how to fix this. I'm new to Osc and PHP so this has been a real challenge to get this going. Thanks Link to comment Share on other sites More sharing options...
Guest Posted August 21, 2006 Share Posted August 21, 2006 move the tep_show_category() function in a common file like general.php Or rename the function name and call at the catalog\includes\header.php script. Seems you have 2 instances of the function. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.