Troy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
The issue seem to be focused on the wp-login.php. If you try to access this page after upgrading to Wordpress 3.5.2 the page enters into a redirect loop.
View Articlemeshmarketer on "Login 404 After Upgrade to Wordpress 3.5.2"
I have been getting the same problems. My server folks said it was a permissions problem. They were able to fix that for one of my WPMS installs but not the 2nd one. I am very interested in a solution...
View ArticleKrishna on "Login 404 After Upgrade to Wordpress 3.5.2"
In the meanwhile, you may also try replacing the wp-login.php file as I see that the login form tries to load and either gives a 404 error or goes into an unending loop. Downgrading is not a solution...
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
@meshmarketer - Thanks for the thoughts. I checked the folder/file permissions. That didn't help me though. Not much you can do about a security roll-out. There're going to happen when they happen....
View Articlekmessinger on "Login 404 After Upgrade to Wordpress 3.5.2"
Please contact your host. They may be running something to limit log in attempts. http://wordpress.org/support/topic/brute-force-attacks-and-wordpress?replies=2
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
I did contact my host and they said they they are not running something to limit log in attempts. This is on a dedicated server.
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
I also just tried redownloading 3.5.2 and replacing all of the files except wp-content/ and "wp-config.php". I then checked the "wp-admin/upgrade.php" file and it says "Your WordPress database is...
View Articlemeshmarketer on "Login 404 After Upgrade to Wordpress 3.5.2"
@Troy. I appreciate the sentiment that "They're going to happen when they happen." but it's only when enough people start requesting it that it can change. It's like the NSA spying on everyone. It will...
View Articlekmessinger on "Login 404 After Upgrade to Wordpress 3.5.2"
Chrome and FF show javascript errors. I haven't delved into yet.
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
I disabled all of the plugins and switched back to twentytwelve. The site is Wordpress 3.5.2 and the wp-login.php file is set to permission "775". This is what my .htaccess file says: RewriteEngine On...
View ArticleWPyogi on "Login 404 After Upgrade to Wordpress 3.5.2"
@meshmarketer - please don't hijack someone else's thread - you have your own thread already on this request - http://wordpress.org/support/topic/wordpress-updates-on-fridays?replies=2
View Articlekmessinger on "Login 404 After Upgrade to Wordpress 3.5.2"
Save your htaccess file. Then replace it with this. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f...
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
Saved, updated, uploaded, tested...no change. :(
View ArticleKrishna on "Login 404 After Upgrade to Wordpress 3.5.2"
Tried this? Adding to the wp-config.php file define( 'CONCATENATE_SCRIPTS', false );
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
I tried adding your code to the wp-config.php file and uploading to the server. Unfortunately, that didn't resolve the issue either. I've removed that from the file and reuploaded the config file....
View Articleahiddleston on "Login 404 After Upgrade to Wordpress 3.5.2"
Hi Troy! I had this exact same thing happen on one of my main websites. Don't know if it's the same problem, but here's what I did to fix it: - V3.5.2 seemed to update okay but I was kicked out of the...
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
@ahiddleston - Thanks for the post. I have already tried updating the wp-admin/upgrade.php file. The first attempt said that it was already up-to-date, so I lowered the db_version using PhpMyAdmin to...
View ArticleTroy Dunn on "Login 404 After Upgrade to Wordpress 3.5.2"
RESOLVED!!! This morning I started from scratch, trying everything I did yesterday. At one pointed I deleted the login.php file, downloaded a clean copy of Wordpress and uploaded just this file. Fixed!
View Articlenamitasai on "Login 404 After Upgrade to Wordpress 3.5.2"
@Troy Dunn I am having the same issue, I uploaded my site from wamp to a fresh wordpress site on Cpanal yesterday and I'm not able to login to dashboard it is redirecting http://saintll.com/ns/wp-admin...
View Article