I get the following error:
user warning: Column count doesn't match value count at row 1 query: INSERT INTO flags (fid, content_type, name, title, flag_short, flag_long, flag_message, unflag_short, unflag_long, unflag_message, roles, global, teaser, node_form) VALUES (4, 'node', 'testflag', 'testtitle', 'testlink', 'testdescrip', 'testmsg', 'testunlink', 'testundescrip', 'testunmsg', '2', 0, 'a:3:{s:12:\"show_on_page\";i:1;s:14:\"show_on_teaser\";i:0;s:12:\"show_on_form\";i:0;}') in /home/sten9/public_html/includes/database.mysql.inc on line 172.
I tried this as both an upgrade to Views Bookmarks, following the instructions, and then consequently as a fresh install, having first removed and uninstalled everything and checking that flag and views_bookmark tables were dropped. Same error in each case.
Comments
Comment #1
brunodboYep, same count error on fresh install of Flag.module in Drupal 5.7:
Comment #2
brunodboMarking as critical as it prevents users to create new flags.
Comment #3
quicksketchThanks guys for the reports. Getting Flag out for D5 and D6 is a high importance for me, and reports will definitely help with this. I've fixed this issue with the linked patch.
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/flag/flag.m...
Please report if you have further issues, and I'll put out another beta this week. Thanks!
Comment #4
brunodboYep, patch above works. Thanks!
Comment #5
bobdalob commentedConfirmed as fixed.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.