Opened 6 years ago
Closed 6 years ago
#46816 closed defect (bug) (invalid)
Infinite Loading on login/admin pages. Can't fix.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hello, I am having an issue with my wordpress login/admin pages just infinitely loading, and after a while of letting them load, they just say that I've been redirected too many times, there are no errors in my console either, I am using google chrome, and I have tried it on different networks, and different browsers (even had my friends in different countries try, and no luck). I have reinstalled WP over 6 times now, whether it be through cpanel, or the wordpress website itself. Check it out for yourself, go to https://synx.info and try to go to the login page. I have disabled all themes/plugins (even though there are none), and tried anything I could fine on google. My hosting is running the most up to date version of PHP/MySQL. Also using the most up to date versions of WP (5.1.0 on cpanel, and 5.1.1 on WP site). Any help appreciated. Thank you.
Thanks,
CDOG
Hi @cdogledoux1, welcome to WordPress Trac! Thanks for the ticket.
I'm sorry to hear you are having issues with WordPress. It sounds like the site is not able to detect it's running on HTTPS protocol. Could you try adding this line to your
wp-config.php
file?This server variable is checked by is_ssl() function to determine if SSL is used.
Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for individual support questions. If you have any further questions, please try the support forums to get help with your site: https://wordpress.org/support/.