When i delte all items out of my Basket i get an error! it seems liek this....
Notice: Undefined index: order_state in /homepages/27/d33261598/htdocs/roster/addons/shopping/phpCart_basket.php on line 92
i use a german rooster!
Moderator: Hannah
ahnernoch wrote:i use a german rooster!
Matt_Miller wrote:notices are common, and are NOT errors, to fix this change error reporting in your php.ini file.
some server are set to show EVERYTHING, which includes notices.
you can also turn down error reporting using php_ini_set or soemthing like that
error_reporting(E_ALL ^ E_NOTICE);
error_reporting(E_ALL ^ E_NOTICE);
Users browsing this forum: No registered users and 1 guest