user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 0, 10' at line 1 query: SELECT node.nid, timestamp, node.title AS node_title, node.changed AS node_changed FROM node node WHERE (node.status = '0') ORDER BY ASC LIMIT 0, 10 in J:\wamp\www\askdan\includes\database.mysqli.inc on line 156.

Comments

dave reid’s picture

Interesting...there's no order by field...

sparkguitar05’s picture

Status: Active » Fixed

I figured it out. In one of my views, I had something set to "order by comment creation time" when it was really supposed to be "order by node creation time". Then I deleted the comment module because I never wanted comments on my site in the first place.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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