• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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