提交表单时偶尔出现空白页如何解决?
最麻烦的错误是偶然的错误;没有明确的方法来重现它。
我在这个话题上搜索了很多, 最可能的原因是字符集, 我已经采取了一些措施,将 .htaccess
中的默认 charset
设置为 utf8
(我使用的是 Apache), 但它仍然会发生,再次偶尔!
除了设置默认字符集来修复它之外,你们还有什么建议吗?
顺便说一句,根据我自己的经验,这种情况大多数发生在从 IE 提交表单时,如果不是全部的话。
The most troublesome bug is the occasional one; there is no definite way to reproduce it.
I've searched a lot on this topic,
and the most probable reason is the charset,
and I've taken some actions by setting the default charset
as utf8
in .htaccess
(I'm using Apache),
but it still happens, again occasionally!
Have you guys any tips other than setting the default charset to fix it?
As a side note that according to my own experience it happens mostly when the form is submitted from IE, if not all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用 PHP 吗?
通常,每当我遇到空白页面时,都是因为 php 中的某个地方存在难以捉摸的错误,并且错误已被关闭。
只是您可能会研究的另一种途径。
Are you using PHP?
Usually any time I hit a blank page, it's because there's an elusive bug in php someplace and errors are turned off.
Just an alternative path you might investigate.