Login to Dashboard blocked
-
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());
towp_parse_auth_cookie
function inwp-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!
- The topic ‘Login to Dashboard blocked’ is closed to new replies.