plesk error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    plesk error

    hi .
    i use plesk at my server but I have this error:

    ERROR: Zend_Db_Statement_Exception
    Code:
    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(in teger '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
    if like my post click:

    http://coding-talk.com/images/totall...ost_thanks.gif

    #2
    unstall zend then reinstall it again there a miss line .
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      you mean the component optimizer?
      if like my post click:

      http://coding-talk.com/images/totall...ost_thanks.gif

      Comment


        #4
        subzero u know how I can unistall only zend component?
        if like my post click:

        http://coding-talk.com/images/totall...ost_thanks.gif

        Comment


          #5
          On brand new Plesk 8.2.x installations or on servers that have been upgraded to Plesk 8.2.x, you might run into this error when you attempt to log into squirrelmail after it was installed via RPM:

          Error opening /var/lib/squirrelmail/prefs/default_pref
          Could not create initial preference file!
          /var/lib/squirrelmail/prefs/ should be writable by user apache
          Please contact your system administrator and report this error.

          No matter what you do to the /var/lib/squirrelmail/prefs/default_pref file, even if you chmod 777 the file, you will still get the error. If you check the /etc/php.ini, you will normally find safe_mode set to on.

          ;
          ; Safe Mode
          ;
          safe_mode = Off

          Simply change safe_mode to off and reload Apache. If you try to log into squirrelmail again, it should complete successfully. I've tested this on Red Hat Enterprise Linux 4:
          # rpm -q squirrelmail
          squirrelmail-1.4.8-4.0.1.el4

          Comment

          Working...
          X