mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03784
[Bug 634193] Re: post-max-size exceeding error is not tracked
>From https://bugs.launchpad.net/mahara/+bug/781426:
"Let's add some warnings / error messages in 1.4 to preempt support
requests on the forums."
The message should include something about setting post-max-size much
higher than upload_max_filesize.
** Changed in: mahara
Milestone: None => 1.4.0
** Changed in: mahara
Importance: Low => Medium
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/634193
Title:
post-max-size exceeding error is not tracked
Status in Mahara ePortfolio:
Confirmed
Bug description:
If post-max-size PHP setting
(http://php.net/manual/en/ini.core.php#ini.post-max-size) value is
exceeded (by large file upload for example) no error is triggered, as
result wherever upload is handled by ajax, no callback functions are
called.
This is partly related to bugs:
https://bugs.launchpad.net/mahara/+bug/633760
https://bugs.launchpad.net/mahara/+bug/547505
Given that this error is triggered by PHP prior to processing the
code, it can't be catch through exception. As forums suggests, it may
worth using error_get_last() and grep result for "PHP Warning: POST
Content-Length of" string.
References