Image upload file too big message
Reported by Brian Michalski | 2010-03-31 11:34:48 UTC | 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 2010-06-05 12:28:20 UTC
- Tag changed from upload content filesize to upload content filesize, v1
-

Kevin Russell 2011-07-17 02:02:00 UTC
- 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 2011-07-17 16:51:06 UTC
- 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 2011-07-19 01:24:24 UTC
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 2011-07-29 02:35:33 UTC
- State changed from open to resolved
Pull request accepted. This change has been merged into non-cas.
-

Brian Michalski 2012-05-05 00:35:17 UTC
(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.
If you think you've found a bug in Concerto, please click 'Create new ticket' and let us know about it.
Looking to peek at our source code? Head to https://github.com/concerto/concerto_v1 (Concerto version 1) or https://github.com/concerto/concerto (Concerto version 2).
Our getting started guide is available here: https://github.com/concerto/concerto/wiki/Getting-Involved.