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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

"tidy support" & "display_errors option" error


Go to End


2 Posts   5874 Views

Avatar
Bruninho

Community Member, 1 Post

1 April 2014 at 4:11am

Hello everyone,
I'm trying to install SS3 but I'm having a few problems, two of them are the following.

tidy support
Tidy provides a library of code to clean up your html. SilverStripe will operate fine without tidy but HTMLCleaner will not be effective.

display_errors option
display_errors is set to '1' in php.ini. Unless you're in a development environment, this should be turned off, as it can expose sensitive data to website users.

Could you please advice where should I solve this two issues.

The installation is on OSx and Xampp 1.8.3

Avatar
camfindlay

Forum Moderator, 267 Posts

1 April 2014 at 10:26am

Hi Bruninho,

I believe these are only warnings in the installer, they aren't required on a local development environment like Xampp, you should be fine to finish the install.