Drupal : Domain Access Failed to Load During Phase: Bootstrap Include
在使用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 中有说明的,只怪自己当初没有仔细阅读。
相关推荐
  yangliuhbhd    2020-09-24  
   风之羽翼    2020-09-14  
   luotuofeile    2020-07-28  
   Strongding    2020-06-25  
   xuanwenchao    2020-06-14  
   昊    2020-06-04  
   ysmh00    2020-05-14  
   ErixHao    2020-05-08  
   数据库之扑朔迷离    2020-05-06  
   whyname    2020-04-29  
   daillo    2020-04-20  
   踩风火轮的乌龟    2020-04-19  
   hitxueliang    2020-04-18  
   hithyc    2020-04-17  
   snowguy    2020-04-10  
   zengfanpei    2020-03-08  
   阿亮    2020-01-30  
 