坦克验证 - 消息:未定义索引:recaptcha_challenge_field

发布于 2024-12-12 01:49:55 字数 300 浏览 0 评论 0原文

重新验证码注册无法在我的域上运行。

我已经为我的domain.com 创建了一个全局密钥,并且尝试从 dev.domain.com 注册。

每当我尝试注册时,我都会收到此错误:

A PHP Error was encountered
Severity: Notice
Message: Undefined index: recaptcha_challenge_field
Filename: controllers/auth.php
Line Number: 580

提前感谢您的帮助。

Registration with re-Captcha refuses to work on my domain.

I have created a global key for my domain.com and I'm trying to register from dev.domain.com

Whenever I try to register I get this error:

A PHP Error was encountered
Severity: Notice
Message: Undefined index: recaptcha_challenge_field
Filename: controllers/auth.php
Line Number: 580

Thank you in advance for your help.

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

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

发布评论

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

评论(1

喵星人汪星人 2024-12-19 01:49:55

由于我在表单中使用了自己的样式,因此我

<?php echo form_open($this->uri->uri_string()); ?>

不小心将 div 降低了应有的高度。

也许它会对将来的某人有所帮助。

Since I used my own style in the form, I had

<?php echo form_open($this->uri->uri_string()); ?>

accidentaly one div lower that it should have been.

Maybe it will help someone in the future.

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