Levinsons Posted November 18, 2004 Posted November 18, 2004 I've been trying to figure this out, and so far haven't gotten anywhere. When I got to my Order Total modules in admin I get a few errors... Warning: main(/homepages/43/d106424305/htdocs/includes/languages/english/modules/order_total/address_book_details.php): failed to open stream: No such file or directory in /homepages/43/d106424305/htdocs/admin/modules.php on line 128 Warning: main(): Failed opening '/homepages/43/d106424305/htdocs/includes/languages/english/modules/order_total/address_book_details.php' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/43/d106424305/htdocs/admin/modules.php on line 128 I can't find any reference to address_book_details.php anwhere in admin/modules.php. The page that does load under the errors has a customer information entry form with poor formatting. I haven't done anything with any of the order total modules yet, and I can't seem to find the english/modules/order_total/address_book_details.php file anywhere... any help would be greatly appreciated.
Levinsons Posted November 18, 2004 Author Posted November 18, 2004 I'm desperate here.. does anyone have an idea? edit - I tried reloading admin/modules.php from scratch, still has the exact same problem.
Levinsons Posted November 18, 2004 Author Posted November 18, 2004 Ok, line 128 in admin/modules.php is include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/' . $module_type . '/' . $file); I'm assuming the $file variable is somehow getting set to the wrong file (address_book_details.php), can anyone help explain where thats getting set and what I can do about it?
Levinsons Posted November 18, 2004 Author Posted November 18, 2004 N/M, fixed it myself. Turns out I somehow had duplicates of the files in /includes/modules/ in includes/modules/order_total.. so it was trying to add them to the list. Deleted those extrenous files and all is clear.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.