• 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

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