[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2019-04-30 Thread Cecilia Vela Gurovic
** Changed in: mahara Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org for

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2018-10-31 Thread Cecilia Vela Gurovic
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2018-08-29 Thread Kristina Hoeppner
** Changed in: mahara Milestone: 18.10.0 => 19.04.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before e

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2018-07-11 Thread Robert Lyon
** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum be

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2018-03-07 Thread Robert Lyon
** Changed in: mahara Milestone: 18.04.0 => 18.10.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before e

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2017-10-21 Thread Kristina Hoeppner
** Changed in: mahara Milestone: None => 18.04.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before edit

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2017-10-16 Thread Robert Lyon
** Changed in: mahara Assignee: (unassigned) => Robert Lyon (robertl-9) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or maha

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-11-27 Thread Aaron Wells
We should add a check for this to the library methods that all of our file uploads go through. I believe most of the file upload code passes through some of the functions in mahara/lib/uploadmanager.php, and lib/form/elements/filebrowser.php . All the file uploads in Mahara should pass through some

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-11-27 Thread Son Nguyen
Many places in Mahara use uploading files without tracking this errors Here is the result of $ grep -r "'type'.*'file'" htdocs/ htdocs/skin/import.php htdocs/import/index.php htdocs/admin/site/font/add.php htdocs/admin/site/font/installgwf.php htdocs/admin/site/font/install.php htdocs/admin

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-11-27 Thread Son Nguyen
Let me clear the problem 1. Catching the exception when uploaded file size is bigger than post_max_size 2. Displaying the error message -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for a

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-09-02 Thread Kristina Hoeppner
** Changed in: mahara Milestone: 1.8.0rc1 => None -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before edi

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-09-02 Thread Robert Lyon
Not sure if this may be of help: In something I was working on there was a case where post_max_size can caused problem when exceeded as the $_POST becomes empty. To check for that I'd used the code: if (empty($_FILES) && empty($_POST) && isset($_SERVER['REQUEST_METHOD']) && strtolower($_SERVER['

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-04-18 Thread Aaron Wells
** Changed in: mahara Milestone: 1.7.0 => 1.8.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/634193 Title: post-max-s

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2012-08-12 Thread Hugh Davenport
** Changed in: mahara Milestone: None => 1.7.0 -- 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: Co

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2012-07-05 Thread Kristina Hoeppner
We could use JavaScript to detect the post_max_size, but that would not be reliable. Instead we could adapt the current notification to recommend a higher value. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.laun

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2011-05-12 Thread Richard Mansfield
Agreed, but I'll take it out of 1.4. ** Changed in: mahara Milestone: 1.4.0 => None ** Changed in: mahara Status: In Progress => Confirmed ** Changed in: mahara Assignee: Richard Mansfield (richard-mansfield) => (unassigned) -- You received this bug notification because you are

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2011-05-12 Thread Ruslan Kabalin
Richard, though your current solution is useful, it does not fix the bug. It is possible though to track that error using error_get_last(). I think we should leave this bug open yet until it is entirely fixed. -- You received this bug notification because you are a member of Mahara Contributors,

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2011-05-11 Thread Richard Mansfield
** Changed in: mahara Status: Confirmed => In Progress -- 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 ePort

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2011-05-11 Thread Hugh Davenport
could this be done with ini_set instead of htaccess file. Either setting post_max_size to 0 or some large value. Cheers, Hugh -- 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: po

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2011-05-11 Thread Richard Mansfield
** Changed in: mahara Assignee: (unassigned) => Richard Mansfield (richard-mansfield) -- 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 tr

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2011-05-11 Thread Richard Mansfield
>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.

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2010-11-02 Thread Richard Mansfield
** Changed in: mahara Status: New => Confirmed ** Changed in: mahara Importance: Undecided => Low -- post-max-size exceeding error is not tracked https://bugs.launchpad.net/bugs/634193 You received this bug notification because you are a member of Mahara Contributors, which is subscrib

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2010-09-14 Thread Ruslan Kabalin
Possible workaround is to set post-max-size much higher than upload_max_filesize in php ini/.htaccess file, so that post-max-size will never be hit. Setting post-max-size and upload_max_filesize to equal value means that upload_max_filesize will never be triggered, any file equal to upload_max_fil

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2010-09-14 Thread Ruslan Kabalin
** Tags added: exception files -- post-max-size exceeding error is not tracked https://bugs.launchpad.net/bugs/634193 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: New Bug description: If post-max-