PHP Warnings (Session related)
My Apache log is filled with these messages:
[Thu Jan 12 18:15:47 2012] [error] [client 199.27.128.164]
PHP Warning: session_start() [<a
href='function.session-start'>function.session-start</a>]:
Cannot send session cookie - headers already sent in
/home/MYDOMAIN/public_html/site/wp-content/plugins/jigoshop/jigoshop.php
on line 290
[Thu Jan 12 18:15:47 2012] [error] [client 199.27.128.164]
PHP Warning: session_start() [<a
href='function.session-start'>function.session-start</a>]:
Cannot send session cache limiter - headers already sent in
/home/MYDOMAIN/public_html/site/wp-content/plugins/jigoshop/jigoshop.php
on line 290
Any idea what I can do to get rid of these?
Thanks.