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

editor.css not fond


Go to End


2 Posts   1606 Views

Avatar
vegetav

Community Member, 23 Posts

5 June 2011 at 9:28am

I'm having a problem where editor.css in my themename/css/ directory isn't getting picked up in the cms.

I've tried visiting it directly (http://mydomain.com/themes/mytheme/css/editor.css) and i just get my 404 Page not found page.

I tried switching back to the original tutorial theme and it works fine, and i can visit it at the URL (http://mydomain.com/themes/tutorial/css/editor.css).

I've copied and pasted editor.css and typography.css directly from tutorial into mytheme/css/ directory just to make sure I'm not going made with incorrect spelling or something, and still no luck...

I've tried the usual ?flush=all, and clearing my browsers cache, restarting apache on the server. still no good!

Does anyone have any ideas what could cause this?

Avatar
Willr

Forum Moderator, 5523 Posts

6 June 2011 at 3:28pm

Check the file permissions on your mythemes/css/editor.css file. It should be readable by the webserver user.