Drupal 显示“node_form_validate() undefined”尝试创建投票时出错

发布于 2024-10-31 02:43:13 字数 386 浏览 1 评论 0原文

我有一个 Drupal 7 网站,想向其添加投票。我已启用投票模块并打开添加材料 ->投票页面。当我按下“添加变体”按钮时,我收到一条错误消息,指出

AJAX HTTP error.
HTTP response code: 200
Debugging information follows.
Path: /system/ajax
Text status: OK
ResponseText: 
Fatal error:  Call to undefined function node_form_validate() in /*/public_html/includes/form.inc on line 1390

如何修复它?我对 Drupal 的经验很少,几乎想象不到从哪里开始。

I have a Drupal 7 website and would like to add a poll to it. I have enabled a Poll module and opened Add material -> Poll page. When I pressed "add variant" button I got an error stating that

AJAX HTTP error.
HTTP response code: 200
Debugging information follows.
Path: /system/ajax
Text status: OK
ResponseText: 
Fatal error:  Call to undefined function node_form_validate() in /*/public_html/includes/form.inc on line 1390

How can it be fixed? I have rather small experience with Drupal and hardly imagine where to start.

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

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

发布评论

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

评论(1

筱果果 2024-11-07 02:43:13

嗯...似乎我已经通过添加到 /modules/poll/poll.module 来修复它

require_once(DRUPAL_ROOT . "/modules/node/node.pages.inc");

,如此处。事实证明,这个 Drupal 并不是一个糟糕的 CMS。

Hmmm... Seems I have fixed it myself by adding

require_once(DRUPAL_ROOT . "/modules/node/node.pages.inc");

to /modules/poll/poll.module as described here. It turned out this Drupal is not as a terrible CMS.

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