• Hey folks,

    everytime I try to log in I get the following eror:

    Fehler: Cookies werden von deinem Browser blockiert oder nicht unterstützt. Um WordPress zu benutzen, musst du Cookies erlauben.

    Error: Cookies are blocked or not supported by your browser. To use wordpress, you have to accept cookies.

    My browser is Safari and cookies are accepted for all sites.
    Wordpress is the latest release and I got no chaching plugins running!

    Anyone knows what to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DudeSchmitti

    (@dudeschmitti)

    When I deactivate all plugins ( by renaming the plugin folder ) I get the following errors:

    Warning: Cannot modify header information – headers already sent by (output started […]functions.php:669) in […]wp-login.php on line 415

    Warning: Cannot modify header information – headers already sent by (output started at […] functions.php:669) in […] wp-login.php on line 427

    First error referring to the following:

    header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset'));

    Second one to this:

    setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN);
    if ( SITECOOKIEPATH != COOKIEPATH )
    	setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN);
    Thread Starter DudeSchmitti

    (@dudeschmitti)

    Problem solved ( I think ):

    I was looking at the functions.php on line 669 and saw several empty space after the php closing tag. Removed them and tadaaaaa. Now it’s working ( we’ll see how long )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cookie Login-Issue’ is closed to new replies.