• Hello,

    My problem is the following : at login page I get a blank page or these errors in debug mode :
    Notice: bbp_setup_current_user est appel??e de la mauvaise mani?¨re. The current user is being initialized without using $wp->init(). Veuillez consulter la page D??bugger dans WordPress (en) pour plus d’informations. (Ce message a ??t?? ajout?? ? la version 2.3.) in /home/ismael2/public_html/wp/wp-includes/functions.php on line 3622
    Warning: Cannot modify header information – headers already sent by (output started at /home/ismael2/public_html/wp/wp-blog-header.php:15) in /home/ismael2/public_html/wp/wp-includes/pluggable.php on line 935
    Warning: Cannot modify header information – headers already sent by (output started at /home/ismael2/public_html/wp/wp-blog-header.php:15) in /home/ismael2/public_html/wp/wp-includes/pluggable.php on line 936
    Warning: Cannot modify header information – headers already sent by (output started at /home/ismael2/public_html/wp/wp-blog-header.php:15) in /home/ismael2/public_html/wp/wp-includes/pluggable.php on line 937
    Warning: Cannot modify header information – headers already sent by (output started at /home/ismael2/public_html/wp/wp-blog-header.php:15) in /home/ismael2/public_html/wp/wp-includes/pluggable.php on line 1207

    the four last errors reffers to the lines :
    setcookie($auth_cookie_name, $auth_cookie, $expire, PLUGINS_COOKIE_PATH, COOKIE_DOMAIN, $secure, true);
    setcookie($auth_cookie_name, $auth_cookie, $expire, ADMIN_COOKIE_PATH, COOKIE_DOMAIN, $secure, true);
    setcookie(LOGGED_IN_COOKIE, $logged_in_cookie, $expire, COOKIEPATH, COOKIE_DOMAIN, $secure_logged_in_cookie, true);
    header(“Location: $location”, true, $status);

    I tried to :
    disabled some plugin via ftp
    disabled all plugin
    restore a previous version of my database

    but nothing works…

    I used ClassiPress theme 3.4.1 and the login page is the one of the theme, cookie law info, bbpress, CleanTalk plugins among others…
    my site is https://www.ostrea.org

    How can I solve this problem ?

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

Viewing 1 replies (of 1 total)
  • The topic ‘Impossible to log in as user or admin’ is closed to new replies.