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.
我有一个包含相册的表单。每张照片都有一个复选框。当用户按下提交时,复选框被发送到另一个页面进行处理。到目前为止,这适用于大多数相册,甚至最多 100 张照片,但有一个相册有 262 张照片。
如果用户尝试提交该表单,则会出现错误:an error occurred while processing this directive显示。任何线索可能导致这种情况以及为什么它只发生在较大的专辑中?
an error occurred while processing this directive
也许您达到了最大 POST 大小或 GET 大小?
第一个是 php.ini 中的一个选项,第二个是 URL 大小的限制。