Firstly, thank you for bringing such a great module - it does exact what I have dreamed for quite a long time! Also, cool module name :-)

I installed it but got an warning when adding the callouts block to a region:

user warning: Unknown column 'n.nid' in 'field list' query: SELECT DISTINCT(n.nid) FROM callout in /home/acbynet/public_html/sites/all/modules/callouts/callouts.module on line 190.

My Drupal is the latest 6.11, two taxonomies, with og and some other modules installed (too many to list but I will provide a full list if you think it helpful).

Any tips on troubleshooting it? Thank you!

CommentFileSizeAuthor
#1 callouts-461276-1.patch616 bytesmikemiles86

Comments

mikemiles86’s picture

Assigned: Unassigned » mikemiles86
Status: Active » Fixed
StatusFileSize
new616 bytes

Thanks for the heads up, I found what the issue was. The attached patch should fix it, and the fix will also be included in the next release.

(If your not sure how to perform a patch see: http://drupal.org/patch/apply )

and if your still confused (Like I was), then you can manually make the fix by opening the callouts.module file in a text editor and change line 190 from

$blocks = db_query(db_rewrite_sql($blocks));

to

$blocks = db_query($blocks);

askit’s picture

It works. Now the call out block shows on the page, without any error. Wonderful! Thank you so much!!

Status: Fixed » Closed (fixed)

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