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

encryptWithUserSettings problem


Go to End


3 Posts   1033 Views

Avatar
ismooth

Community Member, 25 Posts

6 May 2013 at 9:24pm

When trying to install SS (both 2.4.9 and 2.4.10) on different versions of PHP (5.4.3, 5.3.13 and 5.3.0) I get following error:

Fatal error: Call to a member function encryptWithUserSettings() on a non-object in C:\wamp\www\bh\sapphire\security\Member.php on line 392

My environment is wampserver with mysql version 5.5.24 and apache version 2.2.22

Please help,
I.

Avatar
Bambii7

Community Member, 254 Posts

7 May 2013 at 7:18pm

Hmmm I don't have a version of 2.4 hand to try out. Does SS3 work ok?
It's a long shot but it could be worth checking the output of php_info(); for Hashing Engine and make sure sha1 is in there.

Avatar
ismooth

Community Member, 25 Posts

9 May 2013 at 1:55am

Actually I'm not sure what was the problem. After I reinstalled whole wamp and started new installation of 2.4.10 version on PHP 5.3.13 it was okaj. I can't reproduce the problem anymore.

SS3 didn't have this problem.

Thanks.