• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Need Help - Internal error: Specified column "localeId" is not in the row

Status
Not open for further replies.

gastonwagner

New Pleskian
Need help- When try to add new user panel got this error:

Message Specified column "localeId" is not in the row
File Abstract.php
Line 179
Type Zend_Db_Table_Row_Exception

=================================

Some info:

root@miserver$ rpm -q psa
psa-11.5.30-cos6.build115130819.13.x86_64

root@miserver$ mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"select * from misc where param='version'"
+---------+-----------+
| param | val |
+---------+-----------+
| version | 011005030 |
+---------+-----------+

root@miserver$ cat /usr/local/psa/
admin/ core.version lib/ pam_plesk_config/ .revision tmp/
bin/ etc/ libexec/ PMM/ service/ var/
bootstrapper/ handlers/ logrotate/ .release share/ version.rpmsave

root@miserver$ cat /usr/local/psa/core.version
11.0.9 CentOS 6 110120608.16

root@miserver$ cat /usr/local/psa/version.rpmsave
11.0.9 CentOS 6 110120608.16

root@miserver$ cat /usr/local/psa/.release
11.5.30 cos6.build115130819.13

root@miserver$ cat /usr/local/psa/.revision
324178

root@miserver$ php -vv
PHP 5.3.3 (cli) (built: Jul 12 2013 20:35:47)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.
 
Work ok, thanks IgorG.
Extra info: When restart the server after do this, Health Monitor say CPU Usage if very high and Watchdog stop the apache, but is not real.

Solved:

/etc/init.d/sw-collectd stop
nano -w /etc/sw-collectd/collectd.conf
ll /usr/local/psa/var/health/data/localhost/
rm -rf /usr/local/psa/var/health/data/localhost/*
/etc/init.d/sw-collectd restart

Everthing ok :)
 
Status
Not open for further replies.
Back
Top