Matt Knowles on "Admin Login Trouble"
The passwords stored in MySQL are encrypted so I'm not sure what you mean by re-created passwords. You say you also tried using /wp-login.php. What other method were you using? As for the misspelling,...
View ArticleMike Hickcox on "Admin Login Trouble"
Thanks for all the questions Matt - 1. I changed the password in the database using phpMyAdmin and used the dropdown for MD5 so they, too, were encrypted. 2. I was using /wp-admin but someone claimed...
View ArticleMike Hickcox on "Admin Login Trouble"
Update - 3rd Access not good, either. I got into the system last night and took the opportunity to create a 3rd administrator access. This morning, I tried to log in using the new one and the two old...
View ArticleKarenSol on "Admin Login Trouble"
I am having the same problem. I was in my wordpress.org account. Set up my site. Shut down for dinner. Came back and cannot log in for the life of me. No matter how many times I change the password, it...
View ArticleMike Hickcox on "Admin Login Trouble"
Karen -- There is a WordPress Codex that details all the common things to try. It is at: http://codex.wordpress.org/Login_Trouble. You can try all the codex suggestions in an evening. Hopefully, one of...
View ArticleMike Hickcox on "Admin Login Trouble"
Still at it. Still not resolved. I've tried many solutions. Here are clues: - If I go through a proxy server, I can sign in. - If I use a browser I haven't used lately, I can sign in. What doesn't fix...
View ArticleAlfred DSouza on "'NetworkError: 500 Internal Server Error' :: WordPress 4.1...
After updating our multisite setup to 4.1, anything under wp-admin gives 'NetworkError: 500 Internal Server Error' Example - "NetworkError: 500 Internal Server Error -...
View ArticleIpstenu (Mika Epstein) on "'NetworkError: 500 Internal Server Error' ::...
What's the content in your .htaccess?
View ArticleAlfred DSouza on "'NetworkError: 500 Internal Server Error' :: WordPress 4.1...
Hi, Here is the content of .htaccess RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] # add a trailing slash...
View ArticleAlfred DSouza on "'NetworkError: 500 Internal Server Error' :: WordPress 4.1...
here is what I tried today : - Updated all plugins - installed php5-curl on our server - WP_DEBUG was showing few plugins using 'wp_deregister_script( 'jquery' );' :: fixed that - Another plugin was...
View ArticleIpstenu (Mika Epstein) on "'NetworkError: 500 Internal Server Error' ::...
Sorry, we went out to a movie. - memory on php.ini is 128m - updated wp-config.php 'WP_MEMORY_LIMIT' to 64 Remove the WP_MEMORY_LIMIT. if php.ini has 128, don't make it LESS in WP :) In you DB, go to...
View ArticleAlfred DSouza on "'NetworkError: 500 Internal Server Error' :: WordPress 4.1...
Hi Ipstenu, I removed WP_MEMORY_LIMIT :) In the DB : - HOME and SITEURL (under wp_options) have the same value http://example.com - also 'domain' has the same value in wp_blogs and wp_site and it is...
View ArticleIpstenu (Mika Epstein) on "'NetworkError: 500 Internal Server Error' ::...
What does the multisite section of your wp-config look like?
View ArticleAlfred DSouza on "'NetworkError: 500 Internal Server Error' :: WordPress 4.1...
here is the multisite section from wp-config define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'sitewalla.com' ); define(...
View ArticleAlfred DSouza on "'NetworkError: 500 Internal Server Error' :: WordPress 4.1...
Hi Ipstenu, Finally got this resolved. 'NextScripts: Social Networks Auto-Poster' plugin was the culprit. Have contacted plugin support for assistance. This is how we figured it out : - ajax calls were...
View ArticleSandra_Wallin on "[Plugin: WP Ultimate CSV Importer Plugin]...
Hello! Im trying to import a file and at the last step it get stuck on "Your Import Is In Progress". When i check the console it give me the error: Failed to load resource: the server responded with a...
View ArticleSandra_Wallin on "[Plugin: WP Ultimate CSV Importer Plugin]...
I have also enabled debugging, but I don't get any php error :/
View Articlesmackcoders on "[Plugin: WP Ultimate CSV Importer Plugin]...
Please update to latest version 3.6.73 and let us know the issue still exists.
View Articleaweaverdc on "Internal Server Error - can't access wp-admin"
I am getting the 500 Internal Server Error when I try to log into wp-admin. It will not even go to the page. The website mylincolnchiro.com is working fine, but I cannot change it obviously if I can't...
View Article