Dashboard Taken Over By Blog Stylesheet
-
Hi! After I upgraded to WordPress version 2.2, my dashboard started acting weird. It’s been taken over by my blog’s stylesheet, and I can’t figure out how to fix it! Here’s a screenshot of what my dashboard looks like:
https://www.robokira.com/etc/dashboardimage.jpg
It also happens when I try to create a new category:
https://www.robokira.com/etc/dashboardimage2.jpg
I viewed the source of the dashboard to see what stylesheet it’s pulling, but it’s correctly pointing to: https://www.robokira.com/wp-admin/wp-admin.css?version=2.2
I tried reuploading all of my wp-admin files (read somewhere that it might help), but that didn’t make a difference. The only other things I can think of is that I have the Akismet and the Hello Dolly plugins installed. I also had to modify my .htaccess file because I wanted to change my permalinks from the default to a date-link instead. I had to modify the .htaccess file because my website also came with MS Frontpage installed. I had to change all of the .htaccess files in my site to this:
Options +FollowSymlinks # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.robokira.com AuthUserFile /home/ccsyhqkj/public_html/_vti_pvt/service.pwd AuthGroupFile /home/ccsyhqkj/public_html/_vti_pvt/service.grp # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
And that’s all I can think of. My site uses PHP version 4.4.4 and MySQL version 4.1.21. I didn’t use any other programs to install wordpress.
Can anyone help me to fix my dashboard?
- The topic ‘Dashboard Taken Over By Blog Stylesheet’ is closed to new replies.