Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Template problem after Upgrade

  • @fontadoni

    Participant

    Hello. I just upgraded to bbpress 1.0.2 from 0.9.x and everything went well. The only issue I’m having is that the administration template is not loading when I log in. It just looks all white without any template showing. I can access all admin pages and do all admin functions, its just the layout that’s missing. My login name is not “admin”, but a name I chose when installing bbpress 0.7 some time ago. Could it be related to this? What could be the problem?

    Thanks in advance for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @gerikg

    Member

    First try changing permissions on the my-template folder. (http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/)

    @fontadoni

    Participant

    Hey gerik. I checked and all permissions are set to 755 as they should. Plus, I’m really not having problems with my templates, just the administration end. Do you have a clue what might be wrong?

    @gerikg

    Member

    can you view source and see if the css is being loaded?

    @fontadoni

    Participant

    yeah. i can view it on the source.

    @fontadoni

    Participant

    Alright. I was able to fix it. On admin-header.php I changed:

    <link rel=”stylesheet” href=”<?php bb_uri(‘bb-admin/style-rtl.css’

    to

    <link rel=”stylesheet” href=”<?php bb_uri(‘/bb-admin/style-rtl.css’

    I added the “/” before bb-admin. I don’t have a clue why that was giving me trouble but thanks a lot gerik, you definitely got me thinking in the right direction! Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar