Thank you! I followed your instructions and some progress was made. The loggin graphics came back. But I continue to get this error data at the top of the loggin screen:
sts(STYLESHEETPATH . ‘/functions.php’) ) include(STYLESHEETPATH . ‘/functions.php’); if ( file_exists(TEMPLATEPATH . ‘/functions.php’) ) include(TEMPLATEPATH . ‘/functions.php’); /** * shutdown_action_hook() – Runs just before PHP shuts down execution. * * @access private * @since 1.2 */ function shutdown_action_hook() { do_action(‘shutdown’); wp_cache_close(); } register_shutdown_function(‘shutdown_action_hook’); $wp->init(); // Sets up current user. // Everything is loaded and initialized. do_action(‘init’); ?>
Warning: Cannot modify header information – headers already sent by (output started at /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-settings.php:571) in /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-login.php on line 267
Warning: Cannot modify header information – headers already sent by (output started at /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-settings.php:571) in /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-login.php on line 279
A loggin message also give this:
ERROR: Invalid username.
ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
But cookies are enabled. (all of this is in FireFox).
This is the error in IE. I believe it is the same as in FF:
sts(STYLESHEETPATH . ‘/functions.php’) ) include(STYLESHEETPATH . ‘/functions.php’); if ( file_exists(TEMPLATEPATH . ‘/functions.php’) ) include(TEMPLATEPATH . ‘/functions.php’); /** * shutdown_action_hook() – Runs just before PHP shuts down execution. * * @access private * @since 1.2 */ function shutdown_action_hook() { do_action(‘shutdown’); wp_cache_close(); } register_shutdown_function(‘shutdown_action_hook’); $wp->init(); // Sets up current user. // Everything is loaded and initialized. do_action(‘init’); ?>
Warning: Cannot modify header information – headers already sent by (output started at /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-settings.php:571) in /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-login.php on line 267
Warning: Cannot modify header information – headers already sent by (output started at /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-settings.php:571) in /homepages/39/d202964040/htdocs/Squirrelcart/wordpress/wp-login.php on line 279
I am grateful for your help. By the way, the other post is regarding this same issue. I posted it because I was not able to find my original post. It finally occurred to me to look in my profile.
Thanks for you your help!
Eugene