Page 1 of 1

NO LANGUAGE DEFINED

Posted: Wed Sep 23, 2020 8:31 am
by nangluv
I know that this is old issues but I have been tried all way to resolve this problem but it useless
this is nginx log

Code: Select all

2020/09/23 11:23:35 [error] 17666#0: *19 FastCGI sent in stderr: "PHP message: PHP Notice:  Use of undefined constant VESTA_CMD - assumed 'VESTA_CMD' in /usr/local/vesta/web/inc/i18n.php on line 95
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102
PHP message: PHP Warning:  Invalid argument supplied for foreach() in /usr/local/vesta/web/inc/i18n.php on line 102" while reading response header from upstream, client: 117.5.156.220, server: _, request: "GET /js/i18n.js.php?1491697868 HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "abc.com:8093", referrer: "https://abc.com:8093/list/user/"
2020/09/23 11:23:35 [error] 17666#0: *19 FastCGI sent in stderr: "PHP message: PHP Warning:  Unknown: write failed: No space left on device (28) 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 (/usr/local/vesta/data/sessions) in Unknown on line 0" while reading upstream, client: 117.5.156.220, server: _, request: "GET /js/i18n.js.php?1491697868 HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "abc.com:8093", referrer: "https://abc.com:8093/list/user/"
2020/09/23 11:31:38 [error] 17666#0: *25 FastCGI sent in stderr: "PHP message: PHP Warning:  Unknown: write failed: No space left on device (28) 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 (/usr/local/vesta/data/sessions) in Unknown on line 0" while reading upstream, client:

Code: Select all

 df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        911M     0  911M   0% /dev
tmpfs           920M     0  920M   0% /dev/shm
tmpfs           920M   93M  828M  11% /run
tmpfs           920M     0  920M   0% /sys/fs/cgroup
/dev/vda1        40G   39G     0 100% /
tmpfs           184M     0  184M   0% /run/user/0

Code: Select all

df -i
Filesystem      Inodes  IUsed   IFree IUse% Mounted on
devtmpfs        233119    327  232792    1% /dev
tmpfs           235465      1  235464    1% /dev/shm
tmpfs           235465    446  235019    1% /run
tmpfs           235465     16  235449    1% /sys/fs/cgroup
/dev/vda1      2560000 115565 2444435    5% /
tmpfs           235465      1  235464    1% /run/user/0

Code: Select all

FNAME='System'
LNAME='Administrator'
PACKAGE='default'
WEB_TEMPLATE='default'
PROXY_TEMPLATE='default'
DNS_TEMPLATE='default'
WEB_DOMAINS='100'
WEB_ALIASES='100'
DNS_DOMAINS='100'
DNS_RECORDS='100'
MAIL_DOMAINS='100'
MAIL_ACCOUNTS='100'
DATABASES='100'
CRON_JOBS='100'
DISK_QUOTA='unlimited'
BANDWIDTH='100000'
NS='ns1.abc.com,ns2.abc.com'
SHELL='nologin'
BACKUPS='3'
CONTACT='[email protected]'
CRON_REPORTS='yes'
MD5='$1$M5I6WyzA$DBSWT8hLsqmgRWyLGWqEq.'
RKEY='iGKLoxOG3t'
SUSPENDED='no'
SUSPENDED_USERS='0'
SUSPENDED_WEB='0'
SUSPENDED_DNS='0'
SUSPENDED_MAIL='0'
SUSPENDED_DB='0'
SUSPENDED_CRON='0'
IP_AVAIL='1'
IP_OWNED='1'
U_USERS='1'
U_DISK='563'
U_DISK_DIRS='1'
U_DISK_WEB='499'
U_DISK_MAIL='63'
U_DISK_DB='0'
U_BANDWIDTH='1087'
U_WEB_DOMAINS='8'
U_WEB_SSL='1'
U_WEB_ALIASES='7'
U_DNS_DOMAINS='8'
U_DNS_RECORDS='99'
U_MAIL_DOMAINS='8'
U_MAIL_DKIM='9'
U_MAIL_ACCOUNTS='28'
U_DATABASES='3'
U_CRON_JOBS='8'
U_BACKUPS='3'
LANGUAGE='en'
NOTIFICATIONS='yes'
TIME='21:39:50'
DATE='2017-05-12'

Code: Select all

service vesta restart
Hope somebody can help !
Thank so much !

Re: NO LANGUAGE DEFINED

Posted: Wed Sep 23, 2020 10:39 am
by grayfolk
nangluv wrote:
Wed Sep 23, 2020 8:31 am

Code: Select all

 df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        911M     0  911M   0% /dev
tmpfs           920M     0  920M   0% /dev/shm
tmpfs           920M   93M  828M  11% /run
tmpfs           920M     0  920M   0% /sys/fs/cgroup
/dev/vda1        40G   39G     0 100% /
tmpfs           184M     0  184M   0% /run/user/0
Looks like no enough space left on device.

Re: NO LANGUAGE DEFINED

Posted: Thu Sep 24, 2020 4:17 am
by nangluv
grayfolk wrote:
Wed Sep 23, 2020 10:39 am
nangluv wrote:
Wed Sep 23, 2020 8:31 am

Code: Select all

 df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        911M     0  911M   0% /dev
tmpfs           920M     0  920M   0% /dev/shm
tmpfs           920M   93M  828M  11% /run
tmpfs           920M     0  920M   0% /sys/fs/cgroup
/dev/vda1        40G   39G     0 100% /
tmpfs           184M     0  184M   0% /run/user/0
Looks like no enough space left on device.
I saw that and I'm finding what's going on because I'm running only one wordpress website about a 400-500MB