Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

tabstrip.css not loading in cms


Go to End


3 Posts   2732 Views

Avatar
bmc38119

Community Member, 45 Posts

27 July 2009 at 3:34am

Edited: 27/07/2009 3:34am

Has anyone ever experienced tabstrip.css not loading in the CMS? i am having this issue with one of my sites on my development server. On first login, the tabs and CMS panes do not display properly (see screenshot). However, if you click on the Site Content menu, it does reload everything and the layout is all the sudden fully loaded.

+ I have tried creating 2 separate environments of my site with versions 2.3.1 and 2.3.2 -> same thing happens everytime in both environments
+ I have tried deleting dataobject_manager and swfupload, the 2 modules loaded - also commented out all code referencing these modules in mysite/code objects -> same result in both environments
+ I have cleared the cache in silverstripe-cache folder and cleared the browser cache after making each change -> same result
+ Each iteration I have tested in IE as well as Firefox, so does not seem to be browser-specific

I have not noticed this on any of the other sites i have ever built, so i am completely baffled. Does anyone know where else i can look to see where this is being caused?

Attached Files
Avatar
bmc38119

Community Member, 45 Posts

31 July 2009 at 3:48pm

if anyone ever comes across this issue, i was able to find the culprit. after process of elimination, it was actually caused by one of my .php class files in my code folder. I evidently had 2 return lines below the closing php tag in one of my class files. when i deleted them on this one class, everything began appearing correctly in the CMS page edit window.

Avatar
BlueO

Community Member, 52 Posts

1 October 2009 at 9:02pm

Solved mine too! Thanks for following that up it was driving me up the wall...