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

Installed SS 2.4.0, getting blank Admin page


Go to End


2 Posts   1309 Views

Avatar
Ryan M.

Community Member, 309 Posts

11 June 2010 at 12:31pm

Installed SS 2.4.0 on MAMP locally, everything works fine except the admin area. Getting the white page of death when I try to access /admin.

Apache error logs show:

[Thu Jun 10 14:20:28 2010] [error] [client 127.0.0.1] File does not exist: /Applications/MAMP/htdocs/admin

Avatar
inCharge

Community Member, 102 Posts

16 June 2010 at 8:53am

If SilverStripe is installed in the root web folder, then instead of...

http://localhost/admin

...try...

http://localhost/index.php/admin

If /index.php/admin works, then you need to set up URL rewrites before /admin will work. However, if you're just working on your local machine, why bother? It's only worth the effort of setting up URL rewrites on live sites, or for testing I suppose.