Unknown table 'node' in on clause query: SELECT YEARWEEK(FROM_UNIXTIME(changed),0) AS weekno FROM node n INNER JOIN node_access na ON na.nid = node.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'term_access'))) AND n.type IN ('blog','book','flexinode-1','flexinode-2','flexinode-3','flexinode-4','flexinode-5','flexinode-6','page','poll','story') GROUP BY weekno ORDER BY weekno DESC LIMIT 6 in....
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | WEEK_4_7.txt | 1022 bytes | Prometheus6 |
Comments
Comment #1
Prometheus6 commentedThe fix has been committed, but here's a patch if you prefer.
Comment #2
Prometheus6 commented.