Page 1 of 1

S9Y 2.1.3 and autologin

Posted: Fri Sep 14, 2018 7:33 am
by Bla
And the next error:
Coming from 2.1.2 using the offered updater I got a 2.1.4-beta1 with this exception on PHP7.1 when loggin off and on again:

Code: Select all

 == ERROR-REPORT (BETA/ALPHA-BUILDS) ==
Fatal Error: Uncaught ErrorException: Notice: Function mcrypt_get_iv_size() is deprecated in /[…]/include/functions_config.inc.php:426
Stack trace:
#0 /[…]/include/functions_config.inc.php(426): errorToExceptionHandler(8192, 'Function mcrypt...', '/[…]...', 426, Array)
#1 /[…]/include/functions_config.inc.php(390): serendipity_issueAutologin(Array)
After that S9Y runs well.

Re: S9Y 2.1.3 and autologin

Posted: Fri Sep 14, 2018 4:00 pm
by onli
Yes. We built a new autologin function that avoids that issue that will be in the next version. For context: https://github.com/s9y/Serendipity/pull/542 is the issue and links to the commit.