I'm really eager to try out this module because del.icio.us is really a great thing.
Here is the error that I get when I nagivate to Admin/Delicious. This is my first time trying to install this module. When I try to add a new block it appears to save it, but it doesn't actually save :(.

user error: Unknown table 'n' in where clause
query: SELECT COUNT(*) FROM delicious_block WHERE  (n.language ='en' or n.language = '') ORDER  BY title in /home/openlibe/public_html/includes/database.mysql.inc on line 66.

user error: Unknown table 'n' in where clause
query: SELECT dbid, title, maxentries FROM delicious_block WHERE  (n.language ='en' or n.language = '') ORDER  BY title LIMIT 0, 20 in /home/openlibe/public_html/includes/database.mysql.inc on line 66.

Comments

merlinofchaos’s picture

You have some other module doing some kind of rewrite on the query; it's adding that WHERE (n.language ='en' or n.language = '') clause but isn't adding a table. Do you know what module is causing it? If not, can you tell me what modules you have enabled and I can try to look at them and see?

enthusaroo’s picture

Hi merlinofchaos,

I just went through all of the modules that I have installed. The culprit seems to be the i18n module. When I switch this module off, Delicious module works just fine.

merlinofchaos’s picture

Assigned: Unassigned » merlinofchaos
Status: Active » Closed (won't fix)

I recommend filing a bug inder i18n if you haven't already. I will mark this one fixed.

It's entirely possible they will come back and say that my query is incorrect, though I don't immediately believe it is. If they do, please open a new bug here (or re-open this one) and provide a link to the explanation from the i18n; I'm marking this one as "won't fix" for now. (I wish there was a 'not a bug' entry)