Hi,
I created a nodereferer in one content type with only one possible value : no problem.
But when I edit the nodereferer field to choose multiple values in the options, I get an sql error :
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 ') SELECT vid, nid, 0, FROM content_type_problematique' at line 1 query: INSERT INTO content_field_solution_referer (vid, nid, delta, ) SELECT vid, nid, 0, FROM content_type_problematique in /www/sites/all/modules/cck/includes/content.admin.inc on line 1506.
Any suggestions to fix it ?
Comments
Comment #1
8bitplateau commentedsame here under same conditions
i had used 5x version recently with mulitple referrers and didnt get this problem
thanks
Comment #2
andypostThis depends on #347712: when inserting multiple field, there is mysql syntax error: Duplicate entry '1-0' for key 1
Comment #3
andypostFixed http://drupal.org/cvs?commit=194918
Comment #5
kenorb commentedThanks.