The supplied parameters to Zend_Auth_Adapter_DbTable failed to produce a valid sql statement

前端 未结 7 2169
终归单人心
终归单人心 2021-01-25 01:53

I have the following exception Caught exception: The supplied parameters to Zend_Auth_Adapter_DbTable failed to produce a valid sql statement, please check table and colum

相关标签:
7条回答
  • 2021-01-25 02:53

    I resolved this as below:

    1) vim /etc/php.ini

    error_reporting = E_ALL & ~E_NOTICE
    ; which actually disable the notice errrors in log files too
    

    2) Then i installed php other packages such as below where it works, and then added those missing packages to the main server, and it works.

    # yum list installed php*
    Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
    Installed Packages
    php.i686                                                                5.3.10-1.fc15                         @updates
    php-Smarty.noarch                                                       2.6.26-2.fc15                         @fedora 
    php-ZendFramework.noarch                                                1.11.10-1.fc15                        @updates
    php-ZendFramework-Cache-Backend-Apc.noarch                              1.11.10-1.fc15                        @updates
    php-ZendFramework-Cache-Backend-Memcached.noarch                        1.11.10-1.fc15                        @updates
    php-ZendFramework-Services.noarch                                       1.11.10-1.fc15                        @updates
    php-ZendFramework-demos.noarch                                          1.11.10-1.fc15                        @updates
    php-ZendFramework-extras.noarch                                         1.11.10-1.fc15                        @updates
    php-bcmath.i686                                                         5.3.10-1.fc15                         @updates
    php-cli.i686                                                            5.3.10-1.fc15                         @updates
    php-common.i686                                                         5.3.10-1.fc15                         @updates
    php-devel.i686                                                          5.3.10-1.fc15                         @updates
    php-gd.i686                                                             5.3.10-1.fc15                         @updates
    php-mbstring.i686                                                       5.3.10-1.fc15                         @updates
    php-mcrypt.i686                                                         5.3.10-1.fc15                         @updates
    php-mysql.i686                                                          5.3.10-1.fc15                         @updates
    php-pdo.i686                                                            5.3.10-1.fc15                         @updates
    php-pear.noarch                                                         1:1.9.4-1.fc15                        @updates
    php-pear-Cache-Lite.noarch                                              1.7.11-1.fc15                         @updates
    php-pear-XML-Beautifier.noarch                                          1.2.2-2.fc15                          @fedora 
    php-pear-XML-Parser.noarch                                              1.3.4-2.fc15                          @fedora 
    php-pear-XML-RPC2.noarch                                                1.0.6-1.fc15                          @fedora 
    php-pear-XML-RSS.noarch                                                 1.0.2-1.fc15                          @updates
    php-pear-XML-Serializer.noarch                                          0.20.2-2.fc15                         @fedora 
    php-pecl-apc.i686                                                       3.1.9-1.fc15                          @updates
    php-pecl-apc-devel.i686                                                 3.1.9-1.fc15                          @updates
    php-pecl-memcache.i686                                                  3.0.5-3.fc15                          @fedora 
    php-php-gettext.noarch                                                  1.0.11-3.fc15                         @updates
    php-process.i686                                                        5.3.10-1.fc15                         @updates
    php-qt.i686                                                             4.6.5-1.fc15                          @updates
    php-qt-devel.i686                                                       4.6.5-1.fc15                          @updates
    php-snmp.i686                                                           5.3.10-1.fc15                         @updates
    php-soap.i686                                                           5.3.10-1.fc15                         @updates
    php-xml.i686                                                            5.3.10-1.fc15                         @updates
    phpMyAdmin.noarch                                                       3.4.9-1.fc15                          @updates
    
    0 讨论(0)
提交回复
热议问题