machubbock Posted August 3, 2006 Share Posted August 3, 2006 Hi Guys... http://www.webdesignhull.co.uk/address_boo...cess.php?edit=8 I hope someone can help me... I'm getting the following error when I try to Edit Address Book Entries or Add addtional address to a user account..... (so it seems to be an issue with the address book, however if you add a new user, including Address, etc its fine). Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/webdesig/public_html/includes/header.php:182) in /home/webdesig/public_html/includes/boxes/categories.php on line 13 -------------------- Categories LINE 13: function tep_show_category($counter) { -------------------- Any ideas would be very much appreciated :blush: Regards Mark Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 3, 2006 Share Posted August 3, 2006 It's because of the code the template makers use. Open your includes/header.php file and change all occurrences of tep_show_category to something else, say tep_show_category_template. It will be OK then. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
machubbock Posted August 3, 2006 Author Share Posted August 3, 2006 It's because of the code the template makers use. Open your includes/header.php file and change all occurrences of tep_show_category to something else, say tep_show_category_template. It will be OK then. Jack Sweet... cheers Jack :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.