Weird wp_enqueue_script and Cannot modify header information Errors on Live site
-
Hi,
I’ve recently moved to set up a live test site for my project and for whatever reason I’m getting errors that don’t appear on the local version (XAMPP powered of course).
Considering the site is still in dev I’ve never turned off WP_DEBUG so I know it’s always been working. I had to modify the memory to 64M to get it to load, but apparently that’s not uncommon.
I had a couple of “Cannot modify header information” errors which were white space after the ?> related issues but when I go to login it’ll let me enter a username and password then when I press enter it dies and throws out this:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php on line 2758 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-login.php on line 349 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-login.php on line 361 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 697 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 698 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 699 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 700 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 701 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 702 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 705 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 706 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 707 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 708 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 711 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 712 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 713 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 714 Warning: Cannot modify header information - headers already sent by (output started at /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/functions.php:2758) in /home/doctor6/domains/doctorschemist.hostesr.com/public_html/wordpress/wp-includes/pluggable.php on line 881The only way I’ve found to get the live site to load and is to comment out the content of the _doing_it_wrong function between lines 2751 and 2759 of the wp-includes\functions.php file.
I have no idea why this should be on the live site and not the local!
Can anyone help please, I’ve been over all the posts and documentation I can find with no answer.
The topic ‘Weird wp_enqueue_script and Cannot modify header information Errors on Live site’ is closed to new replies.