You are here

网站突然报这个错,administrator下不会出现,很奇怪?

g089h515r806 的头像
Submitted by g089h515r806 on 星期六, 2014-01-18 08:51

问题;
我们图书馆馆的网站迁移到其它服务器上,boost报了个错:
Warning: mkdir() .permission denied in boost_mkdir.
网站突然报这个错,administrator下不会出现,很奇怪

/** *
@file
* The PHP page that serves all page requests on a Drupal installation.
* * The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
* * All Drupal code is released under the GNU General Public License.
* See COPYRIGHT.txt and LICENSE.txt.
*/
/**
* Root directory of Drupal installation.
*/ define('DRUPAL_ROOT', getcwd());
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_execute_active_handler();

环境配置上的问题,php解析有问题

昨天报错那问题,重新部署之后又出现了,最后发现是boost缓存的问题,只要首页缓存出现,匿名用户访问时就报错,访问其它缓存页面没问题,官网也查过,现在还没找到解决方法,

自问自答:
现在解决了,应该是boost的一个bug,在php5.4+apache2.4下有问题,后来换成apache2.2就好了,

论坛:

Drupal版本: