Guest Posted July 6, 2005 Share Posted July 6, 2005 Does anyone know how to fix this error? Fatal error: Cannot instantiate non-existent class: upload in /home/silkymak/public_html/catalog/admin/categories.php on line 84 I do have the upload file , so it is not that, I cant' figure out what is going on, i get that error when I go into my admin panel and try to add a category thanks! Link to comment Share on other sites More sharing options...
njtermite Posted July 7, 2005 Share Posted July 7, 2005 Did you modify boxes.php? Try replacing that with a new copy and see what happens. If that doesnt work please post your code for categories.php Mark Link to comment Share on other sites More sharing options...
♥swolsten Posted July 7, 2005 Share Posted July 7, 2005 Does anyone know how to fix this error? Fatal error: Cannot instantiate non-existent class: upload in /home/silkymak/public_html/catalog/admin/categories.php on line 84 I do have the upload file , so it is not that, I cant' figure out what is going on, i get that error when I go into my admin panel and try to add a category thanks! <{POST_SNAPBACK}> It is trying to include the class "upload" but it has not yet been defined. The class is defined in /catalog/admin/includes/classes/upload.php upload.php should be included from application_top.php application_top.php:// file uploading class application_top.php: require(DIR_WS_CLASSES . 'upload.php'); HTH S Dont forget to Search. Your problem has already been fixed before.<br> Please visit Manchester-Fireworks.com. Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2005 Share Posted July 10, 2005 Thank you guys so much! i will try that! you are great :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.