I'm idiot - NO LANGUAGE DEFINED after...
I'm idiot - NO LANGUAGE DEFINED after...
IAccidentally I changed the quota for the basic package, and now I can not log in to the admin. I still have a lot of space on the VPS, additionally other users can not log on. Idea what to do? Restarting does not help :(
Re: I'm idiot - NO LANGUAGE DEFINED after...
Remove or move some backup files, log into panel and change quota for admin.otlet wrote:IAccidentally I changed the quota for the basic package, and now I can not log in to the admin. I still have a lot of space on the VPS, additionally other users can not log on. Idea what to do? Restarting does not help :(
mm? ;-)
Re: I'm idiot - NO LANGUAGE DEFINED after...
i can't do this.
Moved backups to other folder and tryed. Dont work. NO LANGUAGE DEFINED still on panel. What can i do?
Moved backups to other folder and tryed. Dont work. NO LANGUAGE DEFINED still on panel. What can i do?
Re: I'm idiot - NO LANGUAGE DEFINED after...
PM me ip / root password and admin passwordotlet wrote:i can't do this.
Moved backups to other folder and tryed. Dont work. NO LANGUAGE DEFINED still on panel. What can i do?
Let's find out, what's going on.
Re: I'm idiot - NO LANGUAGE DEFINED after...
Quota problem, as I say before.
Fix - remove quota:
0 for hard link and save:
Code: Select all
2015/12/28 23:41:55 [error] 1747#0: *8 FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0
PHP message: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0" while reading upstream, client: 00000000, server: _, request: "GET /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "s2.00000000.pl:8083"
2015/12/28 23:42:00 [error] 1747#0: *21 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: language in /usr/local/vesta/web/inc/main.php on line 37" while reading response header from upstream, client: 00000000, server: _, request: "POST /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "s2.00000000.pl:8083", referrer: "https://s2.00000000.pl:8083/login/"
2015/12/28 23:42:00 [error] 1747#0: *21 FastCGI sent in stderr: "PHP message: PHP Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0
PHP message: PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0" while reading upstream, client: 00000000, server: _, request: "POST /login/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "s2.00000000.pl:8083", referrer: "https://s2.00000000.pl:8083/login/"
Code: Select all
root@:~# edquota admin
Code: Select all
root@:~# quota admin
Re: I'm idiot - NO LANGUAGE DEFINED after...
Popular reason - you don't have free disk space or inode. Check with commands:
But error can be with disk quota.. to fix this there is option:
For votes and ideas:
https://bugs.vestacp.com/issues/261
Code: Select all
df -h
df -i
Code: Select all
nano /usr/local/vesta/data/users/admin/user.conf
Code: Select all
DISK_QUOTA='unlimited'
Code: Select all
v-update-user-quota admin
https://bugs.vestacp.com/issues/261