• Hello. I have some problem with reaching my dashboard.
    I have a multisite, with SSL sertificate. I’m go to wp-login.php, enter my credentials, site accept it, but after it i have some Notice:

    Use of undefined constant SECURE_AUTH_COOKIE - assumed 'SECURE_AUTH_COOKIE' in /public_html/wp-includes/pluggable.php on line 764

    And i’m restricted to access in dashboard – “Sorry, you are not allowed to access this page.”

    After adding var_dump(wp_debug_backtrace_summary()); to wp_parse_auth_cookie function in wp-includes/pluggable.php i’ve get this:

    string(818) "require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/so-widgets-bundle/so-widgets-bundle.php'), include_once('/plugins/so-widgets-bundle/compat/compat.php'), SiteOrigin_Widgets_Bundle_Compatibility::single, SiteOrigin_Widgets_Bundle_Compatibility->__construct, SiteOrigin_Widgets_Bundle_Compatibility->get_active_builder, include_once('/plugins/so-widgets-bundle/compat/builders.php'), __, translate, get_translations_for_domain, _load_textdomain_just_in_time, _get_path_to_translation, _get_path_to_translation_from_lang_dir, get_user_locale, wp_get_current_user, _wp_get_current_user, apply_filters('determine_current_user'), WP_Hook->apply_filters, call_user_func_array, wp_validate_auth_cookie, wp_parse_auth_cookie"

    So it seems like plugin call to SECURE_AUTH_COOKIE before it define.

    Can you please look at it? Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi Alexey

    Thanks for reaching out.

    We’ve taken a look at the referenced file and we can’t see any user checks that would be likely to lead to this issue. We only run one when the user is editing something, such as a post or activating a widget. The rest of the checks are done automatically through WordPress. Could you perhaps try running a plugin conflict test? Deactivate all non-SiteOrigin plugins at once, does the issue persist?

Viewing 1 replies (of 1 total)
  • The topic ‘Login to Dashboard blocked’ is closed to new replies.