My logs are getting filled with the following error:

Incorrect key file for table '/tmp/#sql_349d_0.MYI'; try to repair it query: SELECT n.nid, c.cid, c.subject, c.comment, c.timestamp, c.uid, c.name, c.format, u.name username, n.title FROM node n INNER JOIN comments c ON c.nid = n.nid INNER JOIN users u ON c.uid = u.uid WHERE n.status = 1 AND c.status = 0 ORDER BY c.timestamp DESC LIMIT 0, 10 in /home/dev1/public_html/sites/all/modules/commentrss/commentrss.pages.inc on line 173.

I have RSS publishing set at full text, 10 items per feed, Enable aggregated feed for comments on all... set to Enabled, expose only on front page, and "Enable individual comment feeds for each post" checked.

I would try to repair the table, but it appears to be temporarily created?

Any thoughts?

Comments

kcoop’s picture

Priority: Critical » Normal

Changing priority. This is filling up my logs, which is why I put it so high, but that's probably excessive.

kcoop’s picture

Status: Active » Closed (fixed)

Update: after disabling the schema module (which I had running on my production server - doh!), this went away.