简体   繁体   English

处理此指令PHP时发生错误

[英]Error occurrs while processing this directive PHP

I have a form that contains an album of photos. 我有一个包含照片相册的表单。 Each photo has a checkbox. 每张照片都有一个复选框。 When the user presses submit, the checked boxes are sent to another page for processing. 当用户按下提交时,选中的框将发送到另一个页面进行处理。 So far this works fine for most albums, even up to 100 photo, but there is one album that has 262 photos. 到目前为止,此功能适用于大多数专辑,甚至最多100张照片,但其中一张专辑包含262张照片。

If a user tries to submit that form, the error: an error occurred while processing this directive shows up. 如果用户尝试提交该表单, an error occurred while processing this directive错误: an error occurred while processing this directive Any clue what may be causing this and why it only happens with larger albums? 有什么线索可能导致这种情况,以及为什么仅在较大的专辑中才会发生?

Maybe you reach the maximum POST size or the GET size? 也许您达到了最大POST大小或GET大小?

The 1st one is an option in your php.ini, the 2nd one is a limit in the size of an URL . 第一个是php.ini中的一个选项,第二个是URL大小的限制

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM