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

Site Tree has erro !


Go to End


2 Posts   1524 Views

Avatar
txt007

Community Member, 14 Posts

11 April 2009 at 4:50am

Edited: 11/04/2009 4:50am

Hi all

i has prolem ! when i go to CMS and i create children tree for my website !

when i go out CMS and buld children tree has erro

can you help me ? please ! Thanks

Avatar
bummzack

Community Member, 904 Posts

11 April 2009 at 9:05am

Hi. This isn't an error actually. It's a notice. These notices occur for example when you're trying to access a variable that wasn't previously defined. Setting the error_reporting to ignore notices could help here.

// put this in your _config.php
error_reporting(E_ALL ^ E_NOTICE);