After the recent Wordpress upgrade I can no longer access the admin pages for themes or plugins. All other admin pages come up. I get an error message that Wordpress can't find the page, themes.php or plugins.php. Though I can see them on the site with my FTP client. Plus the site takes 3 minutes to load. I assume there is a connection between these two problems since they both started after the upgrade.
Site is blindjoedave.com
Also the .htaccess file is there and reads;
Action php-cgi /cgi-bin/php53
Addhandler php-cgi .php
# 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
Site is blindjoedave.com
Also the .htaccess file is there and reads;
Action php-cgi /cgi-bin/php53
Addhandler php-cgi .php
# 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