• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Internal Error Unknown column 'externalId' When Log In Via Customer & Biz Manager

Mr Fett

Basic Pleskian
Hi all,

Since the update to version 11.5 I've experienced various problems, I contacted my hosting support team (as I've been advised to do by Parallels) who ran the Plesk Reconfigurator tool, since then the original problems remain (see http://forum.parallels.com/showthre...-New-FTP-Accounts-Not-Working-(old-ones-fine)) but now I cannot use the Log In option in the Customer and Business Manager to access a customers hosting interface, I get the following error:

Internal error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'externalId' in 'where clause'

Message SQLSTATE[42S22]: Column not found: 1054 Unknown column 'externalId' in 'where clause'
File Pdo.php
Line 234
Type Zend_Db_Statement_Exception
Go To Previous Page

Search for related Knowledge Base articles
 
Looks like database was not correctly updated and 'domains' table has 'external_id' field instead of 'externalId'. You can try to fix it with

mysql> alter table domains change external_id externalId varchar(255);

But create backup of psa database just in case before running this SQL query.
Most probably that there are many other problems in database. Therefore I suggest you contact Parallels Support Team for fixing these issues with database.
 
Back
Top