* user warning: Unknown column 's.sid' in 'field list' query: SELECT DISTINCT s.sid FROM og_mailinglist_subscription s JOIN COCO_INFO_og_ancestry o JOIN node n WHERE s.sid = o.group_nid AND o.nid = n.nid AND n.created > (unix_timestamp() - 86400) AND s.subscription_type = "digest email" in xxx/sites/all/modules/og_mailinglist/og_mailinglist_digest_email.inc on line 34.

* user warning: Unknown column 's.sid' in 'field list' query: SELECT DISTINCT s.sid FROM og_mailinglist_subscription s JOIN og_ancestry o JOIN comments c WHERE s.sid = o.group_nid AND o.nid = c.nid AND c.timestamp > (unix_timestamp() - 86400) AND s.subscription_type = "digest email" in xxx/sites/all/modules/og_mailinglist/og_mailinglist_digest_email.inc on line 35.

I got this warning whenI was playing with the module.

Cheers,

JanPieter.

Comments

jippie1948’s picture

Version: 6.x-2.0 » 6.x-2.x-dev

Sorry, the version is the dev of 27 May

Anonymous’s picture

Assigned: Unassigned »
Status: Active » Needs review

The error message is generated by organic groups. I am willing to bet a block from OG is defined as a widget, and it is trying to check and see if you are subscribed to a group currently being viewed. Since you are not looking at a group, the error is being thrown.

Dashboard is not smart enough to check and see if a block is going to break when it is added as a widget. What we have been tinkering around with is the idea of settings, where parameters for generating dynamic content can be passed into blocks to make them work in situations like this. The major challenge is the UI, and getting settings to respect what is being called for in the code.

But, to be clear, this is not a bug with dashboard.

M

chrismiller627’s picture

Status: Needs review » Closed (won't fix)