Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

individual shipping prices module


storm

Recommended Posts

Posted

I have just installed the individual shipping items module and when I now go to the admin panel I get the error message below - anyone know how to correct what it is saying.

 

 

Fatal error: Cannot redeclare tep_get_configuration_key_value() (previously declared in /home/webster-0/public_html/admin/includes/application_top.php:508) in /home/webster-0/public_html/admin/includes/functions/downloads_controller.php on line 13

Posted

I also installed this contrib today and had no problems with the admin. The contrib recommends installing on a clean install however I have a template monster template installed which is very heavilly modded but still works.

 

I read somewhere in one of the threads relating to the contrib that in the event of problems replace all uploaded files with your originals from your backup (You did backup first din't you?) then try to install again.

 

Did you run the sql successfully?

 

Try posting which contribs you already have installed, the offending code from the offending file and the version of the contrib you are trying to install (Including link) and maybe someone can help you.

 

Sorry couldn't help more.

Posted
I have just installed the individual shipping items module and when I now go to the admin panel I get the error message below - anyone know how to correct what it is saying.

Fatal error: Cannot redeclare tep_get_configuration_key_value() (previously declared in /home/webster-0/public_html/admin/includes/application_top.php:508) in /home/webster-0/public_html/admin/includes/functions/downloads_controller.php on line 13

The message is saying that that function, tep_get_configuration_key_value, is being declared twice. You need to search your files for

function tep_get_configuration_key_value

If you find two entries, delete one of them.

 

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

Posted
The message is saying that that function, tep_get_configuration_key_value, is being declared twice. You need to search your files for

function tep_get_configuration_key_value

If you find two entries, delete one of them.

 

Jack

 

Thanks for replying Jack

 

I am not sure what you mean when you say 'delete one of them', are you refering to the line of code?

Could you let me know what you think I should delete?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...