Page 1 of 1

I'm idiot - NO LANGUAGE DEFINED after...

Posted: Mon Dec 28, 2015 10:35 pm
by otlet
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...

Posted: Tue Dec 29, 2015 6:57 am
by skurudo
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 :(
Remove or move some backup files, log into panel and change quota for admin.
mm? ;-)

Re: I'm idiot - NO LANGUAGE DEFINED after...

Posted: Tue Dec 29, 2015 11:07 am
by otlet
i can't do this.

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...

Posted: Tue Dec 29, 2015 11:38 am
by skurudo
otlet 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?
PM me ip / root password and admin password
Let's find out, what's going on.

Re: I'm idiot - NO LANGUAGE DEFINED after...

Posted: Tue Dec 29, 2015 5:06 pm
by skurudo
Quota problem, as I say before.

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/"
Fix - remove quota:

Code: Select all

root@:~# edquota admin
0 for hard link and save:

Code: Select all

root@:~# quota admin

Re: I'm idiot - NO LANGUAGE DEFINED after...

Posted: Mon Jun 20, 2016 7:34 pm
by skurudo
Popular reason - you don't have free disk space or inode. Check with commands:

Code: Select all

df -h
df -i
But error can be with disk quota.. to fix this there is option:

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
For votes and ideas:
https://bugs.vestacp.com/issues/261