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

Install with Postgres; no admin credentials


Go to End


2 Posts   1508 Views

Avatar
Justeco

Community Member, 2 Posts

12 July 2010 at 8:18am

Just installed SS for the first time. Everything seemed to go right after I got the PostgreSQL module installed, but after install I can't log in with my admin credentials. Looking at the Member table, it appears as if the "email" and "password" data is all empty for the "Default Admin" user that was created. Is this not created correctly when using the PostgreSQL module?

Avatar
Justeco

Community Member, 2 Posts

13 July 2010 at 4:12am

I apparently needed to add the spl extension (Standard PHP Library). This was not mentioned in the server requirements; perhaps it is installed by default on most common Linux Distros? On FreeBSD it must be added as an extension. Perhaps I will put some notes on the install wiki...