By olalindberg on
I have a custom content type with 3 CCK FileFields (http://drupal.org/project/filefield) and 3 CCK ImageFields (http://drupal.org/project/imagefield). Upload works as expected. The problem I'm having is that if a file upload doesn't work (i.e. I try to upload a too large file) I don't get any nice error messages.
On the FileField module I get the following SQL-like error message
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM content_ WHERE vid = 0 LIMIT 0, 1' at line 1 query: content_field SELECT FROM content_ WHERE vid = 0 LIMIT 0, 1
From the ImageField module I don't get any message at.
Any ideas?