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

http://localhost/silverstripe/admin shows nothing!


Go to End


2 Posts   2313 Views

Avatar
wilsonStaff

Community Member, 143 Posts

9 May 2010 at 12:45pm

Hi, after playing with SS for a couple of hours, i quit and once back to work

http://localhost/silverstripe/admin

http://localhost/silverstripe/Security/login

shows a white blank page instead of the usual CMS log panel?

Any clues?

Avatar
Willr

Forum Moderator, 5523 Posts

9 May 2010 at 6:07pm

A blank page would normally suggest you have display_errors set to off in your php.ini file. For local development its best to enable error display so you can see whats wrong in the browser. Otherwise you should be able to see the errors in your servers PHP error log.