Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

  • 2 weeks later...
Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...