At 19:57 20/04/00 +0100, you wrote:
>
>Hi at all,
>i think to have misconfigured something because when i try to dump the 
>invoice to 
>a tab delimited file i receive this error: 
>
>------------ 
>/home/httpd/html/admin/maxbooks/htdocs/admin/dump_invoices.php3
>Warning: Failed opening 'APPLICATION_ROOT/modules/language/italiano' for 
>inclusion in
>/home/httpd/html/admin/maxbooks/modules/include/global_settings on line 296
>
>Warning: Oops, php3_SetCookie called after header has been sent in
>/home/httpd/html/admin/maxbooks/modules/include/init on line 342
>
>Warning: Failed opening 'APPLICATION_ROOT/modules/include/fee' for
inclusion in
>/home/httpd/html/admin/maxbooks/modules/include/calculateTotal on line 67
>
>Warning: 0 is not a MySQL result index in
>/home/httpd/html/admin/maxbooks/htdocs/admin/dump_invoices.php3 on line 294
>L_DUMP_INVOICES_NO_SHIPPING_RECORDS4,5 
>
>----
>
>The file dump_invoice is under this path: freetrade/htdocs/admin
>
>Can someone help me?

It looks like a path problem to me.
for instance;
/home/httpd/html/admin/maxbooks/modules/include/calculateTotal
is that where it really is? or is
/home/httpd/modules/include/calculateTotal
the real path? (I'm guessing here)

Warning: Failed opening 'APPLICATION_ROOT/modules/language/italiano'
make sure that APPLICATION_ROOt is NOT in quotes

This is from global_settings
define('LANGUAGE_DEF', 'english');
        include(APPLICATION_ROOT . "/modules/language/" . LANGUAGE_DEF);


>
>P.S. I don't know if Leon want to see my files about use of COD instead 
>CreditCard, for not store in MySql database any information about Credit Card 
>Number. 
>If the setting in modules/include/global_setting ise USE_CREDIT_CARD FALSE
it  
>not display the information about credit card in some modules screen.
>  
>P.S.2 The file italian translation of modules/language is just sent at jj, 
>but i 
>continuosly made some adjustment and implementaion.
>
>
>
>
>
>
>------------------------------------------------------------
>To subscribe:    [EMAIL PROTECTED]
>To unsubscribe:  [EMAIL PROTECTED]
>Site:            http://www.working-dogs.com/freetrade/
>Problems?:       [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to