Image upload file too big message
Reported by Brian Michalski | March 31st, 2010 @ 11:34 AM | in Concert 1.9.x
If you upload an image/file larger than PHP's MAX_FILE_SIZE, the uploader returns the "Your content submission failed. Please check all fields and try again. No feeds selected." error message. Clearly this message shouldn't say anything about feeds, but should indicate something about the filesize being too large.
Comments and changes to this ticket
-
Brian Michalski June 5th, 2010 @ 12:28 PM
- Tag changed from upload content filesize to upload content filesize, v1
-
Kevin Russell July 17th, 2011 @ 02:02 AM
- Milestone order changed from 0 to 0
This ticket is a duplicate of ticket #120. The solution is to check $_FILES['content_file']['error'] to see if the file was successfully uploaded. A diff to 1.9.3-NoCAS that provides a better error message is attached.
-
Brian Michalski July 17th, 2011 @ 04:51 PM
- State changed from new to open
Thanks Kevin! That patch looks great.
If you have a GitHub account you can fork our repository here: https://github.com/concerto/concerto_v1/ (you'll probably want to use the NoCAS branch) and submit a pull request with the patch. If you don't that's OK too, can you shoot me your email address so I track the author correctly? Send it to me at bmichalski@gmail.com.
-
Kevin Russell July 19th, 2011 @ 01:24 AM
I've submitted a pull request at GitHub with a commit that provides a better error message if the content cannot be uploaded.
-
Brian Michalski July 29th, 2011 @ 02:35 AM
- State changed from open to resolved
Pull request accepted. This change has been merged into non-cas.
-
Brian Michalski May 5th, 2012 @ 12:35 AM
(from [90fa748798fdba1bf184f06a2d528297ad51f783]) Added moderation offset and adjusted config vars accordingly - closes #79 - forever https://github.com/concerto/concerto/commit/90fa748798fdba1bf184f06...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.