• I just installed WordPress 2.2 on a new domain and had no problems until I log into the admin panel. For some reason, the dashboard seems to have been taken over by “previews” of the currently selected theme, which is just the default theme that comes with the installation. This is a perfectly clean installation of WordPress so I really don’t understand what is going on here.

    Also, when I go Manage and then attempt to delete an entry or comment, it’ll fade to red as usual, but right after that, the page will reload with the same “preview” of the default theme and the entry or comment is never really deleted from the database.

    Here are screenshots of what I’m talking about.

    The dashboard:
    https://jet-girl.net/tmp/dashboard.png

    The page for managing posts. This is what shows up right after I delete a post:
    https://jet-girl.net/tmp/manage.png

    Looking at the size and positioning of some of the text on these pages, it seems as though the theme’s stylesheet is also somehow being applied to the admin panel. I’ve been using WordPress for years now and have never run across a problem like this. Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • see if this helps:

    IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory:

    create a text file on your desktop:

    put the following inside it:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    save the file.

    Upload the file to your wp-admin directory.

    Rename the uploaded file to .htaccess (with the .)

    IF YOU DO HAVE an .htaccess in your wp-admin/ directory:

    Edit it and add:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
    Thread Starter valkyrie

    (@valkyrie)

    That seems to have worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Themes loading within the admin panel’ is closed to new replies.