problem loading wp-admin

[ad_1]

How’s it going. I’m currently experiencing an issue with loading a few select admin pages and i’m really unsure of what the issue is, I can’t seem to figure it out. I can’t load /wp-admin or /wp-login. They both take me to /not\_found I can get logged in through my hosting provider, as well as going to /login/redirect which works just fine for some reason even though it just takes me to the stock wordpress login page. I’m really unsure what that’s about. Anyways, the dashboard button in the admin bar obviously doesn’t work because that’s just a wp-admin link, but everything in the dropdown works just fine, and I can browse through my admin normally. I guess it’s not necessarily broken, and a must fix thing for this reason, as it’s not really affecting to much, and the user experience is fine and everything seems to work fine on their end as well, but this is very frustrating and i’m not sure what to do about it.

I’ve tried deactivating and activating all plugins one by one and couldn’t identify any as being problematic, and did the same thing with my theme. That didn’t fix or change anything.

The only real lead that I have is that my site is a social media built on buddypress, and styled by youzify. Youzify was recently taken off of wordpress’ plugin browser, I’m not sure if this is a temporary or permanent change but it seems to be a more permanent thing, as you can still get it for free from their website. This caused me some issues at first where the entire admin was broken and completely inaccessible, but after some fenagling in cpanel i’ve fixed it, for the most part outside of the issues mentioned above. I’m not sure if it’s something that i did by accident while trying to fix youzify, or if youzify is still causing the problem somehow? I don’t really know what to think.

Any suggestions or thoughts?

[ad_2]
2 Comments
  1. Hm…. interesting. I would suggest 4 different approaches since you have already done some troubleshooting.

    1- **Reset your permalink structure**

    Go to `Settings -> Permalinks` and click “Save Changes” without making any actual changes. This will refresh your permalink settings and might resolve the issue.

    2- **Check .htaccess File**

    Sometimes, issues with redirections in WordPress are related to the `.htaccess` file. Ensure that your `.htaccess` file contains the default WordPress rules:

    plaintextCopy 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

    3- **Check WordPress URL and Site URL Settings**

    Verify that your WordPress URL and Site URL settings are correct. You can check these settings by going to `Settings -> General` in your WordPress admin

    4- **Reinstall WordPress Core Files**

    Reinstall WordPress core files to ensure there are no corrupted or missing files. You can do this by downloading a fresh copy of WordPress from [wordpress.org](http://wordpress.org), and then uploading the `wp-admin` and `wp-includes` directories to your server, overwriting the existing files.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer