Info
- 6 posts
- 2 voices
- Started 2 years ago by fontadoni
- Latest reply from fontadoni
- This topic is resolved
Admin Template problem after Upgrade
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
First try changing permissions on the my-template folder. (http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/)
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
can you view source and see if the css is being loaded?
-
- Posted 2 years ago #
yeah. i can view it on the source.
-
- Posted 2 years ago #
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!
-
You must log in to post.