Guest Posted December 2, 2003 Posted December 2, 2003 I have completed the following mods: 1)attributes copier 2)product rate (shipping) Now I have this error message when I try to upload graphics for my products... Fatal error: Cannot instantiate non-existent class: upload in /home/LastDays/public_html/catalog/admin/categories.php on line 80 Has anyone had this problem??? Please help! Quote
Guest Posted December 2, 2003 Posted December 2, 2003 This might help... The date on the admin/catagories.php page is... $Id: categories.php,v 1.146 2003/07/11 14:40:27 hpdl Exp $ lines 80-82 look like this... **LINE 80** if ($categories_image = new upload('categories_image', DIR_FS_CATALOG_IMAGES)) { **LINE 81** tep_db_query("update " . TABLE_CATEGORIES . " set categories_image = '" . tep_db_input($categories_image->filename) . "' where categories_id = '" . (int)$categories_id . "'"); **LINE 82** } I am using osCommerce v2.2-MS2. Thanks again for any help. 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.