Hi
I am an admin on a site using 1.16 version if i remember right an am locked out somehow the program wont let me logout or identify to admin i can not post or modify posts either.
this has been for over a week now no Idea why neither do the other admins on site??
when i try to do anything i get error
"An Error Has Occurred!
Session verification failed. Please try logging out and back in again, and then try again. "
2: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp)
File: Unknown
?action=logout;sesc
only thing i can access is members records for reading only the above is copied from an attempt to log off the site
any ideas??
See if this helps
http://wiki.simplemachines.org/smf/I_accidentally_lost_my_admin_account!_What_can_I_do
Did what ravenzmoon post help you out. ??? Have you tried to clear your browser cache and/or use another browser to sign in. ???
They did not lock themselves out or erase their admin account, so ravenzmoon's suggestion will not work. It sounds like something has changed on the server... perhaps /tmp is no longer writable? Ask your host. If so, you might have to create your own "tmp" under your site root directory (make sure it is r/w by at least PHP) and update whoever is configured to use /tmp to use this new "tmp" directory instead (session.save_path in php.ini?). I'm pretty sure this has been discussed before, so do some searching before trying anything.