Forums

Join
bbPress Support ForumsInstallationAdmin Template problem after Upgrade

Info

Tags

Admin Template problem after Upgrade

  1. 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.

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

  3. 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?

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

  5. yeah. i can view it on the source.

  6. 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!

  7. You must log in to post.