chelle40 Posted December 17, 2012 Posted December 17, 2012 On the oscommerce online merchant, when I click on MODULES --> BOXES --> INSTALL MODULES, I get the following errors. It is referencing a backup file I created and I don't know how to get it to reference the correct file. Warning: include(/home/dwbrewpr/public_html/shop/includes/languages/english/modules/boxes/cm_menu_header_1121.php) [function.include]: failed to open stream: No such file or directory in /home/dwbrewpr/public_html/shop/admin/modules.php on line 142 Warning: include() [function.include]: Failed opening '/home/dwbrewpr/public_html/shop/includes/languages/english/modules/boxes/cm_menu_header_1121.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dwbrewpr/public_html/shop/admin/modules.php on line 142 Fatal error: Cannot redeclare class cm_menu_header in /home/dwbrewpr/public_html/shop/includes/modules/boxes/cm_menu_header_1121.php on line 13 Any suggestions? Thank you, Shelli
multimixer Posted December 17, 2012 Posted December 17, 2012 Assuming that cm_menu_header_1121.php is the correct file all you have to do is to delete includes/languages/english/modules/boxes/cm_menu_header_1121.php from your server My community profile | Template system for osCommerce - New: Responsive | Feedback channel
chelle40 Posted December 17, 2012 Author Posted December 17, 2012 Thank you for responding... The correct file is cm_menu_header.php. Somehow some function is looking for cm_menu_header_1121.php - but it is not there. I want the function to reference the file without "_1121"
multimixer Posted December 17, 2012 Posted December 17, 2012 You need to delete that file from the server. Did you delete it? As long as you keep it it will be included into the processes and cause errors My community profile | Template system for osCommerce - New: Responsive | Feedback channel
chelle40 Posted December 17, 2012 Author Posted December 17, 2012 You were right ... it was there. I was looking in the wrong directory. Thank you so much!!!! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.