Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: tiffanytjc on April 06, 2012, 07:12:18 PM

Title: forumns have me locked out?? can not do any work nor logout
Post by: tiffanytjc on April 06, 2012, 07:12:18 PM
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??
Title: Re: forumns have me locked out?? can not do any work nor logout
Post by: ravenzmoon on April 07, 2012, 09:47:53 AM
See if this helps

http://wiki.simplemachines.org/smf/I_accidentally_lost_my_admin_account!_What_can_I_do
Title: Re: forumns have me locked out?? can not do any work nor logout
Post by: Bigguy on April 07, 2012, 09:51:14 AM
Did what ravenzmoon post help you out. ??? Have you tried to clear your browser cache and/or use another browser to sign in. ???
Title: Re: forumns have me locked out?? can not do any work nor logout
Post by: MrPhil on April 07, 2012, 09:53:17 AM
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.