View Single Post
  #55  
Old 04-20-2006, 08:36 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default Re: ROOT HTML CATALOG for Xcart gold 4.1

Quote:
Originally Posted by tntdesigns
Fatal error: Cannot redeclare func_mkdir() (previously declared in /home/tntdance/public_html/store/admin/html_catalog.php:123) in /home/tntdance/public_html/store/include/func/func.files.php on line 660

Seems like your tring to redefine an existing function, on one of the function declerations I would use:
Code:
if (!function_exists('func_mkdir') { ... }

To prevent the error, or simply remove one of the older functions.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote