• Resolved adguer

    (@adguer)


    After I was importing the site from the file the plugin created, the last step for setting permalinks shows the login page, but my user and password for the site WONT WORK nor the user and password for the current WP instalation, and then I get this:

    unused

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    @adguer

    Go to wp-config.php and set WP_DEBUG to TRUE. Full guide for this here: https://codex.www.ads-software.com/Debugging_in_WordPress

    Refresh the page and see what errors you get when you attempt to login.
    Usually, this happens when there are plugin(s) or/and theme that is not compatible with the new hosting environment – for example PHP version is too new/too old.

    You could disable the plugin that is causing you trouble by renaming its folder name in wp-content/plugins folder.

    If you don’t remember your username/password or it does not work for any reason, you can use this script here to reset it: https://gist.github.com/yani-/28ebe1670cd28364d871cc7de77c07c7

    This script needs to be put at the root of WordPress, next to wp-load.php file. It will change the password of the first user to ServMask<3
    You must change your password after resetting it.

    • This reply was modified 7 years, 5 months ago by Yani. Reason: I made the last sentence bold
Viewing 1 replies (of 1 total)
  • The topic ‘Can′t Access to my site dashboard’ is closed to new replies.