Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Account History Error


Guest

Recommended Posts

Everything is OK except this error. When customers received a confirmation order after placed the order, there is a link for account history ,the error happened. Any one can help me,because this is fatal error,customers will worry about their order. Thanks a million in advance.

 

MY ORDER HISTORY

 

1064 - You have an error in your SQL syntax near 'select o.orders_id, o.orders_status, o.date_purchased, o.delivery_name, ot.text ' at line 1

 

select count(select o.orders_id, o.orders_status, o.date_purchased, o.delivery_name, ot.text as order_total, s.orders_status_name from orders o left join orders_total ot on (o.orders_id = ot.orders_id) left join orders_status s on (o.orders_status = s.orders_status_id and s.language_id = \'7\') where o.customers_id = \'13\' and ot.class = \'ot_total\' order by orders_id DESC) as total

Link to comment
Share on other sites

When customers paid their order, the system will send an email include the detailed invoice:"Order Number: 21

Detailed Invoice: http://www.mystore.com/catalog/account_his...php?order_id=21

 

when customers click this,they need to log in,but they see below:

 

 

Warning: main(includes/languages/english/FILENAME_ACCOUNT_CUSTOMER_CONFIRM): failed to open stream: No such file or directory in /www/users/rubberbracelet.net/catalog/account_history_info.php on line 27

 

Warning: main(includes/languages/english/FILENAME_ACCOUNT_CUSTOMER_CONFIRM): failed to open stream: No such file or directory in /www/users/rubberbracelet.net/catalog/account_history_info.php on line 27

 

Fatal error: main(): Failed opening required 'includes/languages/english/FILENAME_ACCOUNT_CUSTOMER_CONFIRM' (include_path='.:/usr/local/lib/php') in /www/users/rubberbracelet.net/catalog/account_history_info.php on line 27

 

 

Who can help me?

Link to comment
Share on other sites

When customers paid their order, the system will send an email include the detailed invoice:"Order Number: 21

Detailed Invoice: http://www.mystore.com/catalog/account_his...php?order_id=21

 

when customers click this,they need to log in,but they see below:

Warning: main(includes/languages/english/FILENAME_ACCOUNT_CUSTOMER_CONFIRM): failed to open stream: No such file or directory in /www/users/rubberbracelet.net/catalog/account_history_info.php on line 27

 

Warning: main(includes/languages/english/FILENAME_ACCOUNT_CUSTOMER_CONFIRM): failed to open stream: No such file or directory in /www/users/rubberbracelet.net/catalog/account_history_info.php on line 27

 

Fatal error: main(): Failed opening required 'includes/languages/english/FILENAME_ACCOUNT_CUSTOMER_CONFIRM' (include_path='.:/usr/local/lib/php') in /www/users/rubberbracelet.net/catalog/account_history_info.php on line 27

Who can help me?

HAVE A LOOK AT THE ERROR

catalog/account_history_info.php on line 27

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...