<legend id='zMBIO'><style id='zMBIO'><dir id='zMBIO'><q id='zMBIO'></q></dir></style></legend>
  • <small id='zMBIO'></small><noframes id='zMBIO'>

    <tfoot id='zMBIO'></tfoot>

  • <i id='zMBIO'><tr id='zMBIO'><dt id='zMBIO'><q id='zMBIO'><span id='zMBIO'><b id='zMBIO'><form id='zMBIO'><ins id='zMBIO'></ins><ul id='zMBIO'></ul><sub id='zMBIO'></sub></form><legend id='zMBIO'></legend><bdo id='zMBIO'><pre id='zMBIO'><center id='zMBIO'></center></pre></bdo></b><th id='zMBIO'></th></span></q></dt></tr></i><div id='zMBIO'><tfoot id='zMBIO'></tfoot><dl id='zMBIO'><fieldset id='zMBIO'></fieldset></dl></div>

        <bdo id='zMBIO'></bdo><ul id='zMBIO'></ul>
      1. 如何检查我的 Apache 安装中是否启用了 PDO 支持?

        How to check if PDO support is enabled in my Apache Installation?(如何检查我的 Apache 安装中是否启用了 PDO 支持?)
        <legend id='NvSaw'><style id='NvSaw'><dir id='NvSaw'><q id='NvSaw'></q></dir></style></legend>

        <i id='NvSaw'><tr id='NvSaw'><dt id='NvSaw'><q id='NvSaw'><span id='NvSaw'><b id='NvSaw'><form id='NvSaw'><ins id='NvSaw'></ins><ul id='NvSaw'></ul><sub id='NvSaw'></sub></form><legend id='NvSaw'></legend><bdo id='NvSaw'><pre id='NvSaw'><center id='NvSaw'></center></pre></bdo></b><th id='NvSaw'></th></span></q></dt></tr></i><div id='NvSaw'><tfoot id='NvSaw'></tfoot><dl id='NvSaw'><fieldset id='NvSaw'></fieldset></dl></div>
      2. <small id='NvSaw'></small><noframes id='NvSaw'>

          <tfoot id='NvSaw'></tfoot>
            <bdo id='NvSaw'></bdo><ul id='NvSaw'></ul>
              <tbody id='NvSaw'></tbody>

                  本文介绍了如何检查我的 Apache 安装中是否启用了 PDO 支持?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我通过 CIPL.in 使用共享主机.他们使用 cpanel.我正在尝试在我的网站上部署 ZEND 应用程序.但是它不断给出错误.

                  I am using a shared hosting through CIPL.in. They use cpanel. I am trying to deploy a ZEND app on my website. However it keeps giving the error.

                  An error occurred
                  Application error
                  Exception information:
                  
                  Message: The PDO extension is required for this adapter but the extension is not loaded
                  Stack trace:
                  
                  #0 /home/cubeeeco/worminc/library/Zend/Db/Adapter/Abstract.php(770): Zend_Db_Adapter_Pdo_Abstract->_connect()
                  #1 /home/cubeeeco/worminc/library/Zend/Db/Adapter/Abstract.php(840): Zend_Db_Adapter_Abstract->quote('windchimes', NULL)
                  #2 /home/cubeeeco/worminc/library/Zend/Auth/Adapter/DbTable.php(354): Zend_Db_Adapter_Abstract->quoteInto('`password` = MD...', 'windchimes')
                  #3 /home/cubeeeco/worminc/library/Zend/Auth/Adapter/DbTable.php(285): Zend_Auth_Adapter_DbTable->_authenticateCreateSelect()
                  #4 /home/cubeeeco/worminc/library/Zend/Auth.php(117): Zend_Auth_Adapter_DbTable->authenticate()
                  #5 /home/cubeeeco/worminc/application/controllers/LoginController.php(117): Zend_Auth->authenticate(Object(Zend_Auth_Adapter_DbTable))
                  #6 /home/cubeeeco/worminc/library/Zend/Controller/Action.php(503): LoginController->processAction()
                  #7 /home/cubeeeco/worminc/library/Zend/Controller/Dispatcher/Standard.php(285): Zend_Controller_Action->dispatch('processAction')
                  #8 /home/cubeeeco/worminc/library/Zend/Controller/Front.php(934): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
                  #9 /home/cubeeeco/public_html/worm/index.php(47): Zend_Controller_Front->dispatch()
                  #10 {main}
                  

                  此外,当我尝试打印我得到的 phpinfo 时:

                  Also when I try to print out the phpinfo I get:

                  System  Linux bear.dnsracks.com 2.6.18-92.1.13.el5PAE #1 SMP Wed Sep 24 20:07:49 EDT 2008 i686
                  Build Date  Jun 8 2009 13:50:29
                  Configure Command   './configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-sockets' '--prefix=/usr' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-png-dir=/usr' '--with-ttf' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr'
                  Server API  CGI
                  Virtual Directory Support   disabled
                  Configuration File (php.ini) Path   /usr/lib
                  Loaded Configuration File   /usr/local/lib/php.ini
                  Scan this dir for additional .ini files     (none)
                  additional .ini files parsed    (none)
                  PHP API     20041225
                  PHP Extension   20060613
                  Zend Extension  220060519
                  Debug Build     no
                  Thread Safety   disabled
                  Zend Memory Manager     enabled
                  IPv6 Support    enabled
                  Registered PHP Streams  php, file, data, http, ftp, compress.zlib, https, ftps
                  Registered Stream Socket Transports     tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
                  Registered Stream Filters   string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, zlib.*
                  

                  这可以在 http://cubeee.co.in/worm/tester 上看到.php

                  然而,当我回到我的托管服务提供商那里时,他们告诉我他们已经修改了 php.ini 以启用 PDO 支持,他们会再次检查.我需要做什么或要求我的房东做什么?

                  However when I get back to my hosting providers, they tell me that they have modified the php.ini to enable the PDO support and they will check again. What is it that I need to do or ask my hosts to do?

                  推荐答案

                  PHP 输出中的 configure 命令显示:

                  The configure command in your PHP output shows:

                  '--disable-pdo'
                  

                  所以我认为假设他们没有启用它是安全的.

                  so I think it's safe to assume that they haven't enabled it.

                  这篇关于如何检查我的 Apache 安装中是否启用了 PDO 支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                  • <i id='eRvsa'><tr id='eRvsa'><dt id='eRvsa'><q id='eRvsa'><span id='eRvsa'><b id='eRvsa'><form id='eRvsa'><ins id='eRvsa'></ins><ul id='eRvsa'></ul><sub id='eRvsa'></sub></form><legend id='eRvsa'></legend><bdo id='eRvsa'><pre id='eRvsa'><center id='eRvsa'></center></pre></bdo></b><th id='eRvsa'></th></span></q></dt></tr></i><div id='eRvsa'><tfoot id='eRvsa'></tfoot><dl id='eRvsa'><fieldset id='eRvsa'></fieldset></dl></div>

                        <bdo id='eRvsa'></bdo><ul id='eRvsa'></ul>
                          <tbody id='eRvsa'></tbody>

                        <small id='eRvsa'></small><noframes id='eRvsa'>

                        <tfoot id='eRvsa'></tfoot>
                        1. <legend id='eRvsa'><style id='eRvsa'><dir id='eRvsa'><q id='eRvsa'></q></dir></style></legend>