• Resolved dsibbald

    (@dsibbald)


    Hi,
    So my problems today started with changing the URL and such in the General settings without doing much research.
    My website shut down. I restored my database from a backup and now my website is up and running again. However I cannot login to WordPress.
    I had a 401 error, but resolved that with making sure the passwords matched. Now i get a login screen that looks like HTML. When i login it produces this comment –

    tings.php’);
    Fatal error: Call to undefined function force_ssl_admin() in /home/flourpot/public_html/wp-login.php on line 15

    Could you please help me fix this.
    Kindest regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Have you tried:
    – Flushing any caching plugins you might be running, as well as server and/or browser caches. Also, any op cache or content network cache, as well as Cloudflare, clear those caches.
    – deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
    – If you can’t get into your admin dashboard, try resetting the plugins folder by FTP. Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder (if you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
    – switching to the unedited default Twenty Fifteen theme for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides. Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – If all the above steps do not resolve the issue, then try MANUALLY updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old wp-admin and wp-includes folders and files on your server before uploading the new ones. Read the Manual Update directions first.

    Thread Starter dsibbald

    (@dsibbald)

    Bummer, none of the above worked 🙁 So I guess i have to do a manual update?

    Moderator t-p

    (@t-p)

    Glad you got it resolved 🙂

    Thread Starter dsibbald

    (@dsibbald)

    Thanks for your help Tara 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘401 Unauthorized & Fatal Error’ is closed to new replies.