Viewing 3 replies - 1 through 3 (of 3 total)
  • richardpbd

    (@richardpbd)

    WCBRS 2019 Contributor

    Hi,

    I believe the issue is down to not having the correct .htaccess file

    Using FTP access please follow the steps below:

    Check that you have a .htaccess file if not please create it.
    Please open this file and paste in the following code:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Click save

    Please try to access the wp-admin

    If your question has been answered, we would love if you would mark this topic as resolved in the left-hand sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did

    Hello:
    What’s in your PHP error log?

    If you don’t know where to find it, check cPanel or site manager.

    If you cannot find error log, enable WP error log.

    See WP_DEBUG_LOG info.

    Please reply with error.

    Best wishes,
    Mitchell

    Thread Starter n2fole00

    (@n2fole00)

    Sorry folks, I messed up the update. I somehow missed one of the folder uploads from the instructions.

    • This reply was modified 4 years, 11 months ago by n2fole00.
    • This reply was modified 4 years, 11 months ago by n2fole00.
    • This reply was modified 4 years, 11 months ago by n2fole00.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Failed update from 4.9 to 5.2’ is closed to new replies.