Author Topic: Can't log in to unlock, because it was locked  (Read 5445 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Can't log in to unlock, because it was locked
« on: February 02, 2020, 05:02:50 PM »
I can normaly login into accounts which are not locked, but can't to this with accounts which i have locked.

I think it's a problem with permissions.
Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/abcde/tmp/session) in Unknown on line 0" while reading upstream

System can't create tmp dir, because it has locked.

How i can login?

Offline
****
Re: Can't log in to unlock, because it was locked
« Reply #1 on: February 02, 2020, 05:30:47 PM »
Log into your admin panel and open a terminal.
cd /home/(Your account)

type "lsattr"

if your /tmp directory says i, use "chattr -i /tmp"
you can also unlock your public_html with "chattr -R -i public_html"
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: Can't log in to unlock, because it was locked
« Reply #2 on: February 02, 2020, 05:42:42 PM »
Thanx a lot!
It's work.

Offline
*
Re: Can't log in to unlock, because it was locked
« Reply #3 on: February 08, 2020, 10:09:46 PM »
Worked for me too. Thanks!