This is my problem: I have a forum ad I've decided to upgrade from version 1.1.5 to 1.1.7 using the manual process (I've downloaded the upgrade package from SMF official site). After the upgrade, I tied to re-enable all my plug-ins, obtaining this error: "Session verification failed. Please try logging out and back in again, and ...". After this, I tried to change browser, to delete all cookies, to empty out all the DB table referring to the sessions, to change the cookies name ... but the problem was still there. Moreover, I backupped my settings file and my theme, I downloaded the normal installation package for a fresh installation, I restored my settings file and my theme ... and the problem is still there. So, now I'm not able to enable or disable packages.
Do you have a solution?
P.S.
The problem remains also with the default theme and excuse me for my English, but it isn't my mother language.
UP
up for me too
I would try to run the repair_settings tool ( What is repair_settings.php?) (http://docs.simplemachines.org/index.php?topic=663), and then check the server setting>>feature configuration from your admin cp.
Please, report here your setting's values about:
- Enable local storage of cookies [?]
-Use subdomain independent cookies[?]
-Use database driven sessions[?]
-Seconds before an unused session timeout[ ]
i have the same problem...
here the details u asked
- Enable local storage of cookies [?] unticked
-Use subdomain independent cookies[?]ticked
-Use database driven sessions[?]ticked
-Seconds before an unused session timeout[ ]6000
Quote from: MRDJ on November 11, 2008, 05:21:52 AM
i have the same problem...
here the details u asked
- Enable local storage of cookies [?] unticked
-Use subdomain independent cookies[?]ticked
-Use database driven sessions[?]ticked
-Seconds before an unused session timeout[ ]6000
did you try to run repair_settings.php?
Can I have a sample of your forum's url? Eg.: is it like www.myforum.whatever.com or simply www.myforum.com ?
well i didnt run repair_settings.php :)
and my forum url is http://www.da-legends.info/
and since i installed the update i am also unable to logout... i get the same seseion verification error ???
Try deleting from your browser all cookies first.
If it still doesn't work, open your phpMyadmin (What is phpMyAdmin? (http://www.simplemachines.org/community/index.php?topic=21919.0)), select smf database, click on the SQL icon and run the following queries (assuming that your smf table prefix is smf_ ):
REPAIR TABLE `smf_sessions`
And after
OPTIMIZE TABLE `smf_sessions`
It should work.
I have tried all the things writen but problem still exists. I realized that if you upgrade your forum (my version was 1.1.6) there is no problem, but if have a clean install then this problem occurs.
Quote from: Rev.Robert on November 11, 2008, 06:13:04 AM
I have tried all the things writen but problem still exists. I realized that if you upgrade your forum (my version was 1.1.6) there is no problem, but if have a clean install then this problem occurs.
Never experienced something like that, as I still didn't install 1.1.7 from scratch.
ok i did as said it didnt work still geting the same error ...btw is there any way to go back to smf 1.1.6 and dont effect the forum staibilty ?
Last attempt, to empty the smf_sessions table.
Run this query:
TRUNCATE smf_sessions;
thanks for the help but this also didnt work i am still unable to logout and still unable to uninstall mods :'(
Quote from: tatore on November 11, 2008, 04:15:27 AM
I would try to run the repair_settings tool ( What is repair_settings.php?) (http://docs.simplemachines.org/index.php?topic=663), and then check the server setting>>feature configuration from your admin cp.
Please, report here your setting's values about:
- Enable local storage of cookies [?]
-Use subdomain independent cookies[?]
-Use database driven sessions[?]
-Seconds before an unused session timeout[ ]
I've already runned this script yesterday, however these are my settings:
- Enable local storage of cookies [unchecked]
-Use subdomain independent cookies[checked]
-Use database driven sessions[checked]
-Seconds before an unused session timeout[ 2880 ]
Now, I'm going to run:
REPAIR TABLE `smf_sessions` and OPTIMIZE TABLE `smf_sessions`
.... nothing, the problem is still there. However, if you need it, this is the forum url: http://gianx.d4net.org/forum
it is a bug:
http://dev.simplemachines.org/mantis/view.php?id=2734 ;)
Quote from: SmokyBlue on November 11, 2008, 07:55:54 AM
it is a bug:
http://dev.simplemachines.org/mantis/view.php?id=2734 ;)
Is there a solution or, for now, this bug is only reported on the bug tracker?
no solution yet, lets just hope they can get it figured out soon.. ;)
Quote from: SmokyBlue on November 11, 2008, 08:11:15 AM
no solution yet, lets just hope they can get it figured out soon.. ;)
Thank you ... I'll monitor that page ... I hope in a fast solution.
Regards
up. any news about a quick fix?
quick fix:
admin>packages>options
make all files writeable..
dont worry, they will revert back.. and the same situation will still be there later.. but it is a temporary solution.. :)
tnx a lot!!!
admin>packages>options
i dont have such a directory?
it's in the admin panel of smf :)
Temporary solution:
SMF 1.1.7: Session verification failed error when installing mods (http://www.simplemachines.org/community/index.php?topic=278824.0)
I just chmodded everything to 777 as mentioned above...then after installating packages chmodded back to 755.