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

Error on save


Go to End


2 Posts   896 Views

Avatar
Arun_India

Community Member, 18 Posts

29 December 2011 at 7:10pm

Hi to all,

I have an error message while saving a new page,also while updating a page.

The error message shows like "Error saving content".

Pls find me a solution

Regards

Arun

Avatar
danzzz

Community Member, 175 Posts

30 December 2011 at 12:58am

hi,

1) enable dev mode in /mysite/_config.php

Director::set_environment_type("dev");

2) install (if you dont have) firebug for firefox

3) try to add or save a page and check the firebug console for error messages ...