Guest Posted June 17, 2007 Posted June 17, 2007 Guys im getting this error Warning: main( /domains/socomtactical.net/public_html/catalog/admin/includes/languages/english/invoice.php): failed to open stream: No such file or directory in /home/socom/domains/socomtactical.net/public_html/includes/modules/email_invoice/email_invoice.php on line 30 Fatal error: main(): Failed opening required ' /domains/socomtactical.net/public_html/catalog/admin/includes/languages/english/invoice.php' (include_path='.:/usr/local/lib/php') in /home/socom/domains/socomtactical.net/public_html/includes/modules/email_invoice/email_invoice.php on line 30 line 30 of invoice.php says require(DIR_FS_ADMIN . DIR_WS_LANGUAGES . $language . "/" . FILENAME_ORDERS_INVOICE Any one got any ideas Thanks
Nullachtfuffzehn Posted June 17, 2007 Posted June 17, 2007 Look at your filenames.php if there is an entry for FILENAME_ORDERS_INVOICE. If not you need to create one. If so, look at the language directories if there are files with the appropriate names.
Guest Posted July 10, 2007 Posted July 10, 2007 define('FILENAME_ORDERS_INVOICE', 'email_invoice.php'); should be it shouldnt it?
Guest Posted July 10, 2007 Posted July 10, 2007 nope that didnt work just get the below still Warning: main( /domains/socomtactical.net/public_html/catalog/admin/includes/languages/english/invoice.php): failed to open stream: No such file or directory in /home/socom/domains/socomtactical.net/public_html/includes/modules/email_invoice/email_invoice.php on line 30 Fatal error: main(): Failed opening required ' /domains/socomtactical.net/public_html/catalog/admin/includes/languages/english/invoice.php' (include_path='.:/usr/local/lib/php') in /home/socom/domains/socomtactical.net/public_html/includes/modules/email_invoice/email_invoice.php on line 30
Guest Posted July 11, 2007 Posted July 11, 2007 nope that didnt work just get the below still Warning: main( /domains/socomtactical.net/public_html/catalog/admin/includes/languages/english/invoice.php): failed to open stream: No such file or directory in /home/socom/domains/socomtactical.net/public_html/includes/modules/email_invoice/email_invoice.php on line 30 Fatal error: main(): Failed opening required ' /domains/socomtactical.net/public_html/catalog/admin/includes/languages/english/invoice.php' (include_path='.:/usr/local/lib/php') in /home/socom/domains/socomtactical.net/public_html/includes/modules/email_invoice/email_invoice.php on line 30 There is a support thread for fancier invoice and packing slip. Probelms occur when you do not have the absolue path specified correctly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.