Good evening,
I’m attempting to transfer the website from sub.domain.com to newdomain.com (included in private content) at which point, I will delete the files from sub.domain.com and the site will only be hosted at newdomain.com.
I’ve run into a strange error message that is preventing me from logging into the WP-Admin panel.
Here is the error message I receive on the login page for the NEW domain (http://newdomain.com/wp-login.php):
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/totalnut/public_html/wp-content/plugins/revslider/inc_php/framework/include_framework.php:41) in /home/totalnut/public_html/wp-content/plugins/yith-woocommerce-wishlist/class.yith-wcwl.php on line 107
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/totalnut/public_html/wp-content/plugins/revslider/inc_php/framework/include_framework.php:41) in /home/totalnut/public_html/wp-content/plugins/yith-woocommerce-wishlist/class.yith-wcwl.php on line 107
Warning: Cannot modify header information – headers already sent by (output started at /home/totalnut/public_html/wp-content/plugins/revslider/inc_php/framework/include_framework.php:41) in /home/totalnut/public_html/wp-login.php on line 414
Warning: Cannot modify header information – headers already sent by (output started at /home/totalnut/public_html/wp-content/plugins/revslider/inc_php/framework/include_framework.php:41) in /home/totalnut/public_html/wp-login.php on line 426
There is also an error message on the index that seems to be related (http://newdomain.com):
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/totalnut/public_html/wp-content/plugins/revslider/inc_php/framework/include_framework.php:41) in /home/totalnut/public_html/wp-content/plugins/yith-woocommerce-wishlist/class.yith-wcwl.php on line 107
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/totalnut/public_html/wp-content/plugins/revslider/inc_php/framework/include_framework.php:41) in /home/totalnut/public_html/wp-content/plugins/yith-woocommerce-wishlist/class.yith-wcwl.php on line 107
Can you please assist? Also, the links aren’t working, however they appear to be pointing to the correct location.
Thank You