When I register a new account on my site and press the continue after ticking the "I have read the Privacy policy info" I get the following error message.
Notice: Undefined index: newsletter in /home/totalip1/public_html/catalog/model/account/customer.php on line 4Warning: Cannot modify header information - headers already sent by (output started at /home/totalip1/public_html/index.php:67) in /home/totalip1/public_html/system/engine/controller.php on line 22
What can I do to rectify this, is it something to do with the login/logout buttons in the header?
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
In the top right of my site it is as follows,
Log In - Account - Basket - Checkout.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Any thoughts?
ps is my first OC and PHP site!
What kind do you use, smtp?
Second:
So check your php-files releated to the create account route.pstreet wrote:2. This error is generated because some output has already been sent to the browser, basically there's a call to the 'header()' php function after some data has been sent. This can be caused if you have spaces or other characters after a closing PHP tag '?>' that shouldn't be there. Because output buffering is off in OpenCart by default (as it should be), headers and data are sent immediately when content falls outside the PHP tags.2010-02-13 18:32:26 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bathroom/public_html/index.php:67) in /home/bathroom/public_html/index.php on line 149
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Users browsing this forum: Baidu [Spider] and 120 guests