• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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