Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error: Cannot instantiate non-existent class: breadcrumb in .......


wim83

Recommended Posts

Posted

After transferring my webshop to another server I received the following error by entering my webshop.

 

Fatal error: Cannot instantiate non-existent class: breadcrumb in /home/......./public_html/includes/application_top.php on line 467.

 

 

The related code of breadcrumb in the application_top.php is as follows:

 

// include the breadcrumb class and start the breadcrumb trail
 require(DIR_WS_CLASSES . 'breadcrumb.php');
 $breadcrumb = new breadcrumb;

 $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
 $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

 

Anyone any idea?

 

Google let me know that the error occurs very few :(

 

Regards, Wim

Posted

When you transferred the files some of them may not have uploaded (by FTP) completely. With the exception of the two configure.php files upload all of your files again.

 

Vger

Archived

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

×
×
  • Create New...