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

        <tfoot id='2GzvE'></tfoot>

        <legend id='2GzvE'><style id='2GzvE'><dir id='2GzvE'><q id='2GzvE'></q></dir></style></legend>
        • <bdo id='2GzvE'></bdo><ul id='2GzvE'></ul>

        Drupal 安装 PDOException

        时间:2023-06-23

          <tbody id='mwTjy'></tbody>

        • <bdo id='mwTjy'></bdo><ul id='mwTjy'></ul>

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

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

                • 本文介绍了Drupal 安装 PDOException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  http://localhost 有问题:

                  PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal_test.semaphore' 不存在:SELECT expire, value FROM {semaphore} WHERE name = :name;lock_may_be_available() 中的数组( [:name] => variable_init )(/var/www/drupal/includes/lock.inc 的第 165 行).

                  PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal_test.semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 165 of /var/www/drupal/includes/lock.inc).

                  这是我的数据库配置:

                  $databases = array (
                    'default' => 
                    array (
                      'default' => 
                      array (
                        'database' => 'drupal_test',
                        'username' => 'root',
                        'password' => 'XXX',
                        'host' => 'localhost',
                        'port' => '',
                        'driver' => 'mysql',
                        'prefix' => '',
                      ),
                    ),
                  );
                  

                  怎么办?

                  推荐答案

                  很多时候,只需卸载并重试即可修复此类错误.可能是安装有问题,也许你给了它一些不正确的信息.

                  a lot of times simply uninstalling and trying again can fix bugs like this. It's possible that there was something wrong with the installation of maybe you gave it some incorrect information.

                  这篇关于Drupal 安装 PDOException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Drupal 模板/主题资源或建议? 下一篇:Drupal 7 以编程方式保存用户图片

                  相关文章

                • <small id='mMYDK'></small><noframes id='mMYDK'>

                        <bdo id='mMYDK'></bdo><ul id='mMYDK'></ul>

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