WordPress No Data Error
-
I have search High and Low on how to solve this issue, I even feel like everywhere in between. I have been working locally on a WordPress website for a client. They got hosting so I uploaded all the files and the database to GoDaddy. Made the changes to the data base and changed the links so everything would function properly. Once I got all that up and running I noticed that every time I Published or Updated something I would get an error saying No Data (in chrome) and Connection was reset (in Firefox).
I also noticed that the .htaccess file still had my local info on it so I changed the folder from what I have on my local machine to what was on the server. But the issue keep on showing up. I called GoDaddy and disabled plugins and did your typicall WordPress trouble shooting with the plugins. But the issue keep showing up.
After that I proceed to look at other WordPress website I have done and notice that in the .htaccess I had this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> # END WordPress
When other installs had this:
# 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
So i switched it and the issue seemed to slow disappear. But still shows up, it does not happen every time I update or publish but it still shows up. The other odd thing is that it still makes the update. I refresh and the page loads and than I check the page and the update is there.
If anyone has any info on how to fix this or why this might be happening, it would be greatly appreciated. Thanks in advance!
- The topic ‘WordPress No Data Error’ is closed to new replies.