user warning: Column count doesn't match value count at row 1 query: INSERT INTO delicious_block (dbid, title, users, tags, maxentries) VALUES (2, 'Del.ici.ous von Jan', '', 'design,drupal,css,templates,photoshop', 0, 0, 10) in /var/www/vhosts/limmertime.de/httpdocs/module/notizbuch/includes/database.mysql.inc on line 172.
Comments
Comment #1
eigentor commentedIt is a shame an issue cannot be edited once created...
I get the above error trying to create a delicious block. Did I enter invalid Data into fields?
Comment #2
sodani commentedYou need to find this code in delicious.module:
INSERT INTO {delicious_block} (dbid, title, users, tags, maxentries)
and change it to
INSERT INTO {delicious_block} (dbid, title, users, tags, display, orderby, maxentries)
Comment #3
eigentor commentedThis worked. Thanks.
Comment #4
eigentor commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
skizzo commentedJust installed Delicious module 5.x-1.4
and it looks like the problem is still there,
I am changing Version and Status.
I am not sure about the protocol...
please correct me if I did it wrong.
Comment #7
chrislb commentedI guess that's the same as http://drupal.org/node/197471. Closing this as duplicate.