• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

help ERROR: Zend_Db_Statement_Exception

Y

YourAngel

Guest
hi to all...
I need help ..big help...
this is my problem:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'custom' in 'where clause'
0: Pdo.php:238
Zend_Db_Statement_Pdo->_execute(array)
1: Statement.php:283
Zend_Db_Statement->execute(array)
2: Abstract.php:433
Zend_Db_Adapter_Abstract->query(object of type Zend_Db_Table_Select, array)
3: Abstract.php:230
Zend_Db_Adapter_Pdo_Abstract->query(object of type Zend_Db_Table_Select)
4: Abstract.php:1335
Zend_Db_Table_Abstract->_fetch(object of type Zend_Db_Table_Select)
5: Abstract.php:1163
Zend_Db_Table_Abstract->fetchAll(string '`object_type` = 'domain' AND `object_id` = '1' AND `custom` = 'false'')
6: Abstract.php:141
Db_Table_Abstract->findByFields(array)
7: Subscriptions.php:226
Db_Table_Broker_Subscriptions->_findByFieldsTypecast(array, string 'Db_Table_Row_Subscription_Domain')
8: Subscriptions.php:64
Db_Table_Broker_Subscriptions->getDomainSubscription(string '1')
9: Domain.php:38
Smb_Subscription_Domain->__construct(string '1')
10: Domain.php:84
Smb_Subscription_Domain::getInstancesByClientId(integer '2')
11: cmd_loginup.php:394
createSessionClient(string 'MYUSERNAME', string '', string '***************************', boolean false, NULL null, boolean false)
12: cmd_loginup.php:82
createSession(string 'MYUSERNAME', string '', boolean true, boolean true, boolean false, boolean true, boolean false)
13: cmd_loginup.php:109
createSessionNoPassword(string 'MYUSERNAME', boolean false)
14: Authentication.php:94
sso_Authentication->createLocalSession()
15: login_up.php3:42

anyone can help me to fix this problem?tnks a lot .
 
Check Zen Optimizer

i ve the same error, i found the problem in my PHP5 config
zen_extension=.../ZendOptimizer.so
i use ioncube too
so i delete them and i works now
 
Back
Top