SMF Support > SMF 2.0.x Support
Moved to new Server.. Session verification Failed problems.
mrnuke:
I was recently moved to a higher-end server with my SMF Forum.
It's been running fine for about 3 years now and is up to version 2.02 with mods, etc..
Since the move over the weekend, I've been getting 'Session Verification Errors', 'Session timed out while posting' errors.
I searched for some fix for it on here but non of the threads I found had working solutions for me.
I found this in a thread here :
SMF Code Fix
Everywhere you see the regular expression that checks for a valid session_id in Load.php:
Code:
'~^[A-Za-z0-9]{16,32}$~'
You need to change to this (notice the addition of the comma and minus):
Code:
'~^[A-Za-z0-9,-]{16,32}$~'
It did not make any difference.
Any clue ? The new server uses php version 5.3.16
and the host recompiled apache with mb_string support.
emanuele:
May you post a phpinfo? (just in case What is a phpinfo() file?)
mrnuke:
Thank You for looking into this.
I am attaching the results in a file.
mrnuke:
I was playing with server settings and all of the sudden it was fine for about 2 hours.
It just started doing the same problem again. :-[
I even disabled caching just in case as the Host said that might be it.
No difference.
mrnuke:
Update.
The forum became unusable. I could not do any admin function without session verification failed errors and session time outs.
The host and I ended up creating a new instance of SMF and moving the database over and reinstall most of the mods, etc..
Everything is back to normal again, as long as I stay with the default theme. If I change to any other theme, I get the session verification failed errors again..
Anyone got a clue??
Navigation
[0] Message Index
[#] Next page
Go to full version