2014-01-05

I am having a problem in my wordpress site (shopping site). When I moved from local host to Live server, I am unable to access /wp-admin/ and certain checkout features. When checked in the error log it's showing 3 Warnings. It was working fine when tested in localhost (Wamp Server)

PHP Warning: session_start(): Cannot send session cookie - headers
already sent by (output started at
/home/site/public_html/wp-content/themes/sitetheme/core/load.php:1) in
/home/site/public_html/wp-content/themes/sitetheme/theme/plugins/yith_wishlist/class.yith-wcwl.php
on line 54

PHP Warning: Cannot modify header information - headers already sent
by (output started at
/home/site/public_html/wp-content/themes/sitetheme/core/load.php:1) in
/home/site/public_html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php
on line 63

PHP Warning: session_start(): Cannot send session cache limiter -
headers already sent (output started at
/home/site/public_html/wp-content/themes/bazar/core/load.php:1) in
/home/site/public_html/wp-content/themes/sitetheme/theme/plugins/yith_wishlist/class.yith-wcwl.php
on line 54

Guys please help.

Show more