Hi,
just a small note / hint for everyone facing the error:
Quote
Session verification failed. Please try logging out and back in again, and then try again.
when logging into your smf forums and this error in your error log:
Quote
PHP Warning: Unknown: Failed to write session data (user). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
after the update from PHP 5.3.x to 5.4.x and using the suhosin extension (http://www.hardened-php.net/suhosin/) 0.9.34-dev.
This is a known problem of suhosin and is already reported to the suhosin dev:
https://github.com/stefanesser/suhosin/issues/12
Till there is a fix available the only way to fix this is to disable the suhosin extension.
Hi,
just as an info:
With the pull request:
https://github.com/stefanesser/suhosin/pull/26
in suhosin a fix was provided by an user to fix this problem.
While GH won't load the page for me, if it's a patch to suhosin as it seems to be, there's nothing we can do here with that - other than tell people using suhosin to update.
Yes, you can't do anything here because this is a suhosin problem. Thats the reason why i have marked the thread as solved.
But i just want to post this information in here to help users if they are getting the same problem.