Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我报告 Mantis 系统中的错误时,有时我需要很长时间才能输入所有信息(>5 分钟),当我最终点击“提交报告”按钮时,Mantis 报告超时。回击并不总是有效,要么我丢失了我输入的所有内容,要么重新提交仍然无效(同样的错误)。
问题:为什么这个“功能”在那里,有没有办法禁用它或让它(很多)超时?
我们正在使用 Mantis 1.2.3
假设“Mantis 报告超时”,您的意思是APPLICATION ERROR #2800: Invalid form security token。这可能是由于会话超时或意外提交表单两次造成的。,那么问题很可能是由 PHP 会话超时引起的。
请参考MantisBT 管理员指南中相应的故障排除部分
您必须在 OFF 中设置 security_validation : $g_form_security_validation = OFF;