Drupal 7 网站未加载(致命错误:在第 619 行调用 C:\xampp\htdocs\new\drupal\includes\menu.inc 中未定义的函数 user_access())

发布于 2024-11-24 08:53:44 字数 1469 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

剩余の解释 2024-12-01 08:53:47

这里有一些提示:

  • 确保您的 Drupal 核心将所有文件放在正确的位置(尤其是用户模块),
  • 确保导入的数据库是 UTF-8 格式,
  • 将 Drupal 核心升级到最新版本(drush fr && drush up drupal)
  • 清除所有缓存 (drush -y cc all),包括 memcached (killall memcached),
  • 重建使用 [Registry Rebuild][1] 来修复您的注册表,
  • 如果您使用的是实现 drupal_bootstrap() 的模块(例如 Secure Site),请禁用它们,
  • 尝试禁用您的 PHP 缓存引擎(例如XCache、Zend 优化器)来查看是否存在问题,
  • 在不同的环境/机器上进行测试,
  • 最终从之前的工作位置恢复数据库

Here are few tips:

  • make sure your Drupal core has all the files in the right place (especially user module),
  • make sure your imported database is in UTF-8 format,
  • upgrade your Drupal core to the latest version (drush fr && drush up drupal)
  • clear all your caches (drush -y cc all), including your memcached (killall memcached),
  • rebuild your registry by using [Registry Rebuild][1],
  • if you're using modules which are implementing drupal_bootstrap() (such as Secure Site), disable them,
  • try disabling your PHP cache engines (such as XCache, Zend optimizer) to see if that's the problem,
  • test it on different environment/machine,
  • eventually restore your database from the point where it was working before
画中仙 2024-12-01 08:53:46

您的 xampp 安装使用哪个版本的 PHP?在错误出现之前,您是否禁用/启用了 Zend Optimizer 或其他 PHP 模块?哪个版本的 drupal 会导致此错误?

Which version of PHP do you use with your xampp installation? Have you disabled/enabled Zend Optimizer or other PHP modules just before the error appeared? And which version of drupal causes this error?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文