Active
Project:
Related Subforms - editing/adding nodes together with their children node types
Version:
5.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2008 at 12:23 UTC
Updated:
28 Jun 2008 at 20:33 UTC
Comments
Comment #1
Tamar Badichi-Levy commentedSorry for not being around for a while. I have fixed the bug and added a new release. Please let me know if the bug still persists.
Best wishes,
Ofir.
Comment #2
MediaMunkey commentedHi Ofir,
Thanks for checking this issue out. The new code seems to address part of the problem because I am no longer getting the error.
Unfortunately I am now getting another one, this time within the page opossed to as a pop-up.
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: SELECT FROM content_ WHERE vid = 0 LIMIT 0, 1 in W:\www\drupal\includes\database.mysql.inc on line 172.Comment #3
Tamar Badichi-Levy commentedSorry but I could not reproduce this warning. I had it once before and the problem was that the 'upload_max_filesize' variable (from php.ini) was too low.
You can read about it in this discussion.