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

CMS Content File Location


Go to End


3 Posts   1149 Views

Avatar
jay_kay

Community Member, 4 Posts

13 January 2011 at 9:00pm

Hi there - I've got a back-up of my server that I'm trying to retrieve some content I had in my CMS previously but I'm not sure where it is. Can someone let me know where the CMS content files are located? i.e the content that is entered into the WYSIWYG editor - does this save an html file somewhere? (or .SS/.php?)

Thanks in advance.
Joel.

Avatar
Invader_Zim

Community Member, 141 Posts

13 January 2011 at 9:34pm

Hi jay_kay.

All the content entered into the editor is stored in your database. There are no files for that.
If you have uploaded any images etc., they are stored into your <root>/assets folder.

Cheers,
Christian

Avatar
jay_kay

Community Member, 4 Posts

13 January 2011 at 9:54pm

Hi Christian,

I was afraid that might be the case. Back to the drawing board I guess!

Thanks for your help though.
JK.