Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent: Can't Update Products


ardit

Recommended Posts

Posted

My store has been live for 2-3 months and I decided to change all the prices. I turned off all the products (red light) pu up a notification for the visitors and started. From the first product I got this error. I changed only the price and weight:

 

Fatal error: Call to undefined function: tep_get_uploaded_file() in /usr/local/psa/home/vhosts/korabi.com/httpdocs/catalog/admin/categories.php on line 525

 

this is very urgent as my site is supposed to be up in 1 hour and 30 min now and I haven't changed the price of a single product.

Posted

for MS2 that function has been replaced by an upload class.

 

For older versions the function should be in admin/includes/functions/general.php

Posted

well it depends on which version you are using.

 

if you are using MS2 you probably have an incompatible contribution loaded, and it will need converting to the new class.

 

if you are running MS1 then you need to check that the function is in the right place - if it isn't you can copy it from a backup.

 

But, if you only need to update the prices and need a very quick fix - then you can comment out the calls to tep_get_uploaded_file() and update your products and fix the root cause at a later date.

Archived

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

×
×
  • Create New...