Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What does this mean? Cannot instantiate non-existe


Guest

Recommended Posts

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

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!

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

Archived

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

×
×
  • Create New...