Incorrect Error Message
Reported by Haris Khan | November 19th, 2010 @ 06:24 PM | in Concert 1.9.x
In Concerto 1, when you upload graphical content that is too large for the system, the system returns an error, "Your content submission failed. Please check all fields and try again. No feeds selected"
The file i uploaded was 9.4 MB big and i've attached it so other people can try to reproduce this
Comments and changes to this ticket
-
Brian Michalski November 21st, 2010 @ 07:13 PM
Hrm, my initial guess is that the file might be going over the PHP upload /
POST limit and cutting off feed data. The error message has a pretty
straightforward trigger:> if(empty($this->feeds)){ > $this->status = "No feeds selected"; > $this->retval = false; > return false; > }
... so I have trouble thinking something else is as fault. If I get a change I'll play around a bit more (or you can).
~Brian M
-
Brian Michalski March 13th, 2011 @ 11:57 PM
- Tag changed from 1.9x, bug, bugs, concerto1 to 1.9x, bug, bugs, concerto1, v1
-
Kevin Russell July 17th, 2011 @ 02:02 AM
This ticket is a duplicate of ticket #79. 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:46 PM
- State changed from new to invalid
I'm going to track this in #79.
-
Brian Michalski July 29th, 2011 @ 02:36 AM
- State changed from invalid to resolved
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>.