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

CommentFileSizeAuthor
#1 WEEK_4_7.txt1022 bytesPrometheus6

Comments

Prometheus6’s picture

Assigned: Unassigned » Prometheus6
Status: Active » Fixed
StatusFileSize
new1022 bytes

The fix has been committed, but here's a patch if you prefer.

Prometheus6’s picture

Status: Fixed » Closed (fixed)

.