Topic: This Error Comes Up

Warning: include_once(../sales/includes/cart_class.inc): failed to open stream: No such file or directory in C:\xampp\htdocs\account\sales\sales_order_entry.php on line 23

Warning: include_once(): Failed opening '../sales/includes/cart_class.inc' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\account\sales\sales_order_entry.php on line 23



Anyone know what's wrong ?

Re: This Error Comes Up

Check if you have the file C:\xampp\htdocs\account\sales\includes\cart_class.inc.
If so, then try to hardcode the path into line 23 of C:\xampp\htdocs\account\sales\sales_order_entry.php like:

include_once("C:/xampp/htdocs/account/sales/includes/cart_class.inc");

and report the results.

Also state what menu sequence of clicks lead to such a situation.

First, close all browser instances, clear browser cache and try it - only if it fails should you need to try the above.

Re: This Error Comes Up

there your file  has some error or its not there in the directory.  try check it like @Apmuthu's  tips, if you still see the same error.

Just open the directory

        C:/xampp/htdocs/account/sales/includes/

Subscription service based on FA
HRM CRM POS batch Themes

Re: This Error Comes Up

Any Updates?