When you say you removed the WP Super Cache plugin: did you deactivate the plugin, or just delete the plugins/wp-super-cache
directory? I suspect the latter, because it looks like your site is still trying to load WP Super Cache files.
You probably need to update your wp-config.php
file to remove the define( 'WP_CACHE', true );
line.
You might want to check this support thread, too, which discusses the steps you might need to take to completely remove WP Super Cache.
Related Posts:
- ‘Password field is empty’ error when using autofill in Chrome
- Integrate recaptcha and wp_signon – what is needed?
- Receiving “This content cannot be displayed in a frame” error on login page
- Warning: Cannot modify header information – headers already sent
- wp-admin seems to be redirecting
- Can’t Login to WordPress, No Data Received Error
- Customizing login error messages
- screwed-up my blog..what should I do
- How can I find the login page? It was lost after moving the site
- Show errors on custom login form [duplicate]
- Why would the login page reload indefinitely?
- WordPress error on log out ‘Not Permitted’ and can’t log out
- Creating custom login errors
- Why is wp-login trying to send an email?
- I can’t access my WordPress dashboard – shows Warning message [closed]
- Access log “POST /wp-login.php HTTP/1.0” 400
- ERROR: Cookies are blocked due to unexpected output (no FTP access)
- Login error ” There has been a critical error on this website”
- Unable to login my wordpress website
- Help! ERROR: Cookies are blocked due to unexpected output on attempting to login to resolve an issue with my site
- Can’t login to wordpress, got ERR_EMPTY_RESPONSE after a few minutes
- ERROR: Cookies are blocked due to unexpected output – ultimate solution
- Login screen keeps resetting?
- How to place wp-login.php in page or page template?
- loging to Admin page not working at all
- Trying to create a log in system but getting error “Parse error: syntax error, unexpected ‘else’ (T_ELSE) ” [closed]
- Member Area Login with Fail Message
- Automated WordPress update failed to complete – but all updates fail with code -1
- index.php file shown when trying to load wesite
- In Django, how do I know the currently logged-in user?
- Can I programmatically login a user without a password?
- wp_enqueue_script was called incorrectly
- Can’t log in: “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”
- Is there any way to rename or hide wp-login.php?
- How to login with email only no username?
- How can I redirect user after entering wrong password?
- Increase of failed login attempts, brute force attacks? [closed]
- Login page ERROR: Cookies are blocked due to unexpected output
- Separate registration and login for different roles
- An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration
- SSO / authentication integration with external ‘directory service’
- How should I structure a WP website project using git and updating from WP dashboard?
- Preventing session timeout
- How to implement WordPress plugin update that modifies the database?
- How reduce wordpress login session timeout time?
- How to prefill WordPress registration with social details
- Check for correct username on custom login form
- Disallow user from editing their own profile information
- What are the best practices for updating?
- I can’t access my site via wp-admin
- Removing username from the ‘wordpress_logged_in’ cookie
- How to show ‘login error’ and ‘lost password’ on my template page?
- error_log() output for print_r() appearing on page
- Update plugin from personal API
- What is $interim_login?
- Custom login form
- How to eliminate weird 404 errors in wp-admin?
- How to prefill the username/password fields on the login page
- wp_signon returns user, but the user is not logged in
- Automating the Backup Process (30+ websites)
- Unable to locate WordPress Content directory (wp-content)
- Real automated and unattended wordpress upgrade including plugins
- Adding extra authentication field in login page
- Prevent wp_login_form() from redirecting to wp-admin when there are errors
- Redirect user using the ‘wp_login_failed’ action hook if the error is ’empty_username’ or ’empty_password’
- wp_signon() does not authenticate user guidance needed
- What exactly is ReAuth?
- What are the differences between wp_users and wp_usermeta tables?
- Prevent/Disable Automatic Update Check
- Suppress deprecated notices
- Login members using web services
- Make my wordpress blog remember my login “forever”
- What is the best way to monitor PHP functions/executions?
- How to check in timber if user is loggedin?
- How do I change the language of only the login page?
- Auto-updating WordPress from a local zip file
- Disable WordPress 3.6 idle logout / login modal window / session expiration
- Stop WordPress from logging me out (need to keep me logged in)
- Automatic updates in plugin – not hosted on wordpress repository
- WordPress updates defined vs add_filter?
- Woocommerce registration page [closed]
- How to disable autocomplete on the wp-login.php page
- Share login data/cookies between multiple installations
- Hook into WordPress update?
- Synchronize WordPress user accounts across multiple domains and installations without using WordPress MU
- How to pass users back and forth using session data?
- How do I change the logo on the login page?
- WP_Widget deprecated error in WordPress V4.3
- Why does WordPress hide the reset password key from the URL?
- Disable requests to api.wordpress.org
- Is it possible to sign in with user_email in WordPress?
- Plugin update error message
- How to use current_user_can()?
- Avoid to load default WP styles in login screen
- WordPress registration message
- How to fake a WordPress login?
- how to display the wordpress login and register forms on a page?
- Does wp_logout_url() destroy a session? (Logging out question)
- How can I send a welcome email to a user AFTER they login for the first time?
- Update WordPress automatically on its own