Now there is something anyway happening. I have done no changes but when I tries to log on now I get theese errors:
Warning: Cannot modify header information – headers already sent by (output started at /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/locale.php:1) in /customers/ohl.se/ohl.se/httpd.www/blog/wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/locale.php:1) in /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/pluggable-functions.php on line 274
Warning: Cannot modify header information – headers already sent by (output started at /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/locale.php:1) in /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/pluggable-functions.php on line 275
Warning: Cannot modify header information – headers already sent by (output started at /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/locale.php:1) in /customers/ohl.se/ohl.se/httpd.www/blog/wp-includes/pluggable-functions.php on line 247
This is what they look like at the error lines:
wp-login.php on line 9
header(‘Content-Type: ‘.get_bloginfo(‘html_type’).’; charset=’.get_bloginfo(‘charset’));
pluggable-functions.php on line 274
setcookie(USER_COOKIE, $username, $expire, $cookiepath, COOKIE_DOMAIN);
pluggable-functions.php on line 275
setcookie(PASS_COOKIE, $password, $expire, $cookiepath, COOKIE_DOMAIN);
pluggable-functions.php on line 247
header(“Location: $location”);
I hope this will make some diffrent for me now ?? If anyone knows the error I mean.