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

eigentor’s picture

It 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?

sodani’s picture

You 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)

eigentor’s picture

This worked. Thanks.

eigentor’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

skizzo’s picture

Version: 5.x-1.3 » 5.x-1.4
Status: Closed (fixed) » Needs review

Just 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.

chrislb’s picture

Status: Needs review » Closed (duplicate)

I guess that's the same as http://drupal.org/node/197471. Closing this as duplicate.