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

Admin page freaking out


Go to End


1372 Views

Avatar
Joshuarr

Community Member, 37 Posts

6 August 2009 at 10:36am

Edited: 06/08/2009 10:37am

I've been banging up against this problem for awhile now where the admin starts having problems: javascript parse error on publish, navigation failing, perpetually spinning loading icons, the site tree padding growing vertically when trying to navigate, etc.

Interesting I have discovered that adding the following lines to mysite/_config.php "fixes" the problem:

Director::set_environment_type("dev");
Debug::send_errors_to('my@emailaddress.com') 

I'm wondering if anyone knows what's really going on. I'm really just a front end guy.
Thanks in advance,
J