`
xinlanzero
  • 浏览: 246681 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Drupal : Domain Access Failed to Load During Phase: Bootstrap Include

    博客分类:
  • PHP
阅读更多

    在使用Drupal的模块Domain Access是遇到错误信息:"Domain access failed to load during phase: bootstrap include. Please check your settings.php file and site configuration."。

 

    经查资料才发现是由于需要在文件settings.php中增加下列语句:

 

/**
 * Add the domain module setup routine.
 */
include DRUPAL_ROOT . '/sites/all/modules/domain/settings.inc';

 

    而且以上语句必须 $databases 的定义之后。

 

    其实这个信息在模块Domain Access的安装帮助文件INSTALL_QUICKSTART.txt 中有说明的,只怪自己当初没有仔细阅读。

 

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics