is_wp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 500 1and1 – usual fixes not workingi have a site hosted by 1 and 1 and get the same whenever i try to upload a new menu item to my custom menu. The error only appears in my admin panel; the site appears fine to visitors. I also don’t seem to have any problems updating pages and posts.
I have tried pretty much all the solutions suggested on the forums including:
creating a php.ini file that says
‘memory = 30MB(this is the maximum limit allowed by 1 and 1)
upload_max_filesize=30M;
post_max_size=30M;
# Disables register_globals for security reasons
register_globals = ‘off’`??and editing my .htaccess file to read:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Options All -Indexes AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php # END WordPress
i deleted all but one (akismet) the plugins, and deactivated akismet.
I made sure the version of wordpress I’m using is up to date.
i have reuploaded the wp-admin and wp-includes files from a fresh download of wordpress, like esmi suggested.
The test version of the site is up and running on another hosting provider without any problems, so I’m positive it’s not a theme related issue. I have called the 1 and 1 tech support, and they advised me to bring up the issue on this forum. (they clearly don’t have a clue.)
anybody out there with any more suggestions for me? would be much appreciated!
thank you!