- Posts: 38
- Thank you received: 0
state error.
14 years 10 months ago #30429
by chocovo
state error. was created by chocovo
Hello,
In the checkout page, an error appear:
Warning: Cannot modify header information - headers already sent by (output started at /.../components/com_hikashop/router.php:21) in /.../components/com_hikashop/views/checkout/view.html.php on line 270
It has relation with state but I don't what happens because the state seems to be ok.
Thanks for your help.
In the checkout page, an error appear:
Warning: Cannot modify header information - headers already sent by (output started at /.../components/com_hikashop/router.php:21) in /.../components/com_hikashop/views/checkout/view.html.php on line 270
It has relation with state but I don't what happens because the state seems to be ok.
Thanks for your help.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30434
by nicolas
Replied by nicolas on topic Re: state error.
Hi,
in the file /components/com_hikashop/views/checkout/view.html.php you can change the line:
header('Content-Type:text/html; charset=utf-8');
by:
if(!headers_sent()) header('Content-Type:text/html; charset=utf-8');
and that will remove the warning message.
in the file /components/com_hikashop/views/checkout/view.html.php you can change the line:
header('Content-Type:text/html; charset=utf-8');
by:
if(!headers_sent()) header('Content-Type:text/html; charset=utf-8');
and that will remove the warning message.
Please Log in or Create an account to join the conversation.
14 years 10 months ago #30463
by chocovo
Replied by chocovo on topic Re: state error.
Hi nicolas,
Thanks you for all your support.
Thanks you for all your support.
Please Log in or Create an account to join the conversation.
Time to create page: 0.137 seconds