If i want order a product i get the following error:
Notice: A session had already been started - ignoring session_start() in /var/www/html/plugins/usersDiscounts/actions_client.php on line 3
Notice: A session had already been started - ignoring session_start() in /var/www/html/actions_client/orders.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/usersDiscounts/actions_client.php:3) in /var/www/html/actions_client/orders.php on line 27
And if i go back and take a look at my basket the product is in the basket will i add more product he will work normally
but i still get: Notice: A session had already been started - ignoring session_start() in /var/www/html/plugins/usersDiscounts/actions_client.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/usersDiscounts/actions_client.php:3) in /var/www/html/actions_client/orders.php on line 27
Marik - i need to see Your PHP code. send on our email info to FTP account and we will fix it. more time will take to write on this forum and we dont have this time.
Marik
2006-11-07 09:10
It's on my local server You can't log in to that
I don't change anything on userDiscounts How it's posible?
Marik
2006-11-07 09:21
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/plugins/usersDiscounts/actions_client.php:3) in /var/www/html/actions_client/orders.php on line 27
On line 27 stands: header( 'Location: '.$_SERVER['PHP_SELF'].'?p=ordersBasket' );