• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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