Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Oki now I solved the prob.
    I deleted all the files on the webserver. And then I downloaded the tar.gz instead of zip. Cleaned the database. Deleted all default plugins and classic theme. And installed like in read me. And it worked!!!

    Just a tip for other with same problem!

    oki… but the big question for me is now I shall solve this problem. I’m no expert on PHP so I don’t know what to do. So any ideas and solutions is helpfull 🙂

    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.

    I have the exact same prob as you Shrikee. I was first experimenting with the WP2.0 on my own computer with “Easy PHP” (Includes Apache, Php, MySQL). Everything worked fine. But now I’we installed WP 2, a new clean install, on my webhotel and after the installation I can’t login. Just a blank page. I looked at .htaccess and all works well chmodded it to 666. I can switch between PHP4 and PHP5. Plz if anyone know how to fix this tell us!! Btw, WP 1.5 works fine at the webhotel, I’m an admin for that site and was considering upgrading to 2 but I don’t know about that just yet.

Viewing 4 replies - 1 through 4 (of 4 total)