Guest Posted September 28, 2005 Posted September 28, 2005 I get this error anytime I try to access it. Fatal error: Cannot redeclare tep_get_tax_class_title() (previously declared in /home/ckadultt/public_html/storefront/admin/includes/functions/general.php:1088) in /home/ckadultt/public_html/storefront/admin/easypopulate_functions.php on line 34 Quote
Guest Posted October 11, 2005 Posted October 11, 2005 I had this problem, and it was a PHP version issue (areyou using PHP5?) KQT helped me with this fix for my "upload".php file: 'Change $this = null; to unset( $this ); on line 31 in [yoursite]\catalog\admin\includes\classes\upload.php.' Hope that helps. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.