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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

SS 2.3.7 and PHP 5.3.x


Go to End


3 Posts   2161 Views

Avatar
Pike

Community Member, 42 Posts

29 April 2010 at 4:48am

I'm using SS 2.3.7. My IP did upgrade Debian (there is php 5.3.1 version).
Log-in to the SS not works yet!

Has anybody good idea how fix it?

Thanx.

Avatar
bartvanirsel

Community Member, 96 Posts

29 April 2010 at 7:50am

do you get any error message?
http://doc.silverstripe.org/debugging

should run, i'm running exactly the same versions

Avatar
Pike

Community Member, 42 Posts

29 April 2010 at 6:42pm

I'm using NuspherePHPEd for developing and debuggin too.

I see where is problem maybe.
Security::encrypt_password, at line: 855

// Convert the base of the hexadecimal password to 36 to make it shorter
// In that way we can store also a SHA256 encrypted password in just 64
// letters. $password = substr(base_convert($password, 16, 36), 0, 64);
//php 5213, password is OK: df1fgdqrznk0c084g00k4cckcsogoww
//php 531, password is BAD: df1fgdqrzm08w0cssoc8g0o8ogkww0w

I wrote ticket to as #5454, but I cannot realise patch see #3665 and #3004.