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.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Warning: Cannot modify header information - headers already sent by


Go to End


2 Posts   1727 Views

Avatar
Decisive Flow

Community Member, 73 Posts

12 March 2008 at 2:56pm

I got this message initially for the site wwf2.gooduse.co.nz when I didn't have the right database name.

Now I'm getting it in the backend admin when I try to edit a particular page type (ProjectPage). This clearly used to work because someone has added content on their local computer and i think it must have happened when I uploaded the site to the server... But I've re-uploaded it a lot and it's still there.

The error is really unhelpful and obviously means a whole bunch of different things...

Avatar
Sam

Administrator, 690 Posts

12 March 2008 at 4:04pm

Errors aren't displayed on live sites. Instead, they get emailed to the developer, for security reasons.

Add the following line to your _config.php

if(Director::isLive()) Debug::send_errors_to("developer@email.com");