Some background:
This week I set up six blogs using Wordpress 2.92 installed with Fantastico on a rabbit bunny plan with Hostgator.
I used the same theme (Heatmap 2.5.4) and plugins for each blog.
They all worked, no problem.
I am going to create a new blog this morning using the same setting, and when I try to change the theme settings, I get the following error:
Forbidden You don't have permission to access /wp-admin/themes.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8n DAV/2 mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at http://www.mydomain.com Port 80
I tried uninstalling WP and performing a clean install, still the same problem with a clean install.
So, I went back and checked six other blogs that I had configured for the last week or so, and now they give me 403 or 404 errors when trying to change the theme settings, and every time there appears an error that either themes points to. php or functions.php
At this moment, I am in my mind, trying to understand what the problem is. Hostgator support looked at him and thought it was a permissions problem, but they reset those and I still have a problem.
At first, I thought that the problem could be related to the plugin that I recently installed in the previous six blogs that morning (ByREV Fix Missed Shedule Plugin) to deal with a missed schedule error with WP 2.92, and that this may have pounced things up . But then I checked the blog that I built a few months ago, also using the same theme and plugins, and now it also faces the same problem.
Any ideas? I tried removing htaccess by loading empty, loading it using this snippet, which I found on the forum for the host site:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Nothing worked. I still get 403 or 404 errors every time. Everything worked fine yesterday, so I know this setting works, I just did something, and I donβt know what it is.
I read the linked stream here and tried chmoding wp-content folder to 0755 and still have a problem.
Any thoughts? Thanks!