gpt4 book ai didi

apache - drupal 6 崩溃运行 xampp 的 apache

转载 作者:行者123 更新时间:2023-12-03 16:15:30 25 4
gpt4 key购买 nike

我在 xampp 1.7.1 上运行 drupal 6。
PHP 版本 5.2.9
问题是当我加载一个 drupal 6 站点时 Apache 崩溃了。

问题签名:
问题事件名称:APPRCASH
应用程序名称:httpd.exe
应用程序版本:2.2.11.0
申请时间戳:493f5d44
故障模块名称:php5ts.dll
故障模块版本:5.2.9.9
故障模块时间戳:49a56925
异常代码:c00000fd
异常偏移量:00151f11
操作系统版本:6.1.7600.2.0.0.256.48
区域设置 ID:1033

我可以毫无问题地运行 cron.php。
这是我的 index.php 代码。

 require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);


$return = menu_execute_active_handler();



// Menu status constants are integers; page content is a string.

if (is_int($return)) {
switch ($return) {
case MENU_NOT_FOUND:

drupal_not_found();
break;
case MENU_ACCESS_DENIED:
drupal_access_denied();
break;
case MENU_SITE_OFFLINE:

drupal_site_offline();
break;

}
}


/*
elseif (isset($return)) {
echo $return;
// Print any value (including an empty string) except NULL or undefined:
print theme('page', $return);
}

drupal_page_footer();
*/

如果我评论最后一点,elseif 和页 footer 分我会得到一个白屏。
如果我取消注释它 Apache 崩溃。我不知道发生了什么。
我将实时站点下载到我的本地主机,从设置中更改了 db_url,我得到了这个。
你有什么想法 ?

最佳答案

你能列出网站中使用的模块吗?
还可以尝试将 exit 放入所有模块的 init 钩子(Hook)中。

你能正确运行 update.php 吗?

关于apache - drupal 6 崩溃运行 xampp 的 apache,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10636516/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com