wim83 Posted October 28, 2007 Posted October 28, 2007 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
♥Vger Posted October 28, 2007 Posted October 28, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.