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

getting past the error messages in the admin screens


Go to End


2 Posts   829 Views

Avatar
Bruce B

Community Member, 164 Posts

8 December 2012 at 1:34pm

I am converting a site to SS3 but attempting to edit a page in the admin screens produces a brief error message and then nothing. I can copy the error message if I'm quick to see that it says:
"Notice at line 168 of /Users/macbookbruce/websites/frog3/framework/dev/Deprecation.php"

I have had other instances where I am getting these brief error messages and its somewhat frustrating because I'd really like to see the normal development error page so I can debug the errors. My config file includes:
Director::set_environment_type("dev");

Is there some way of getting more informative error messages in the admin screens?

cheers
Bruce

Avatar
Willr

Forum Moderator, 5523 Posts

8 December 2012 at 4:19pm

Check your web browsers error console. The full error message and backtrace is in the AJAX response (also called XHR).