I just installed merci (and required module) and ran cron from http://drupal-6.dev/admin/reports/status manually.

(The site has no content related to merci. Just 1 page.)

    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 '<= '2011-04-21 10:50:43' AND > '2011-04-21 10:50:43' AND mr.merci_' at line 4 query: SELECT n.nid FROM node AS n INNER JOIN content_ ct ON ct.vid = n.vid INNER JOIN merci_reservation AS mr ON n.vid = mr.vid WHERE <= '2011-04-21 10:50:43' AND > '2011-04-21 10:50:43' AND mr.merci_reservation_status IN (1, 2) in /Users/clemens/Sites/drupal-6.dev/www/sites/all/modules/merci/merci.module on line 1056.
    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 '<= '2011-04-21 10:50:43' AND mr.merci_reservation_status IN (3)' at line 4 query: SELECT n.nid FROM node AS n INNER JOIN content_ ct ON ct.vid = n.vid INNER JOIN merci_reservation AS mr ON n.vid = mr.vid WHERE <= '2011-04-21 10:50:43' AND mr.merci_reservation_status IN (3) in /Users/clemens/Sites/drupal-6.dev/www/sites/all/modules/merci/merci.module on line 1084.
    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 '<= '2011-04-21 11:50:43' AND mr.merci_reservation_status IN (2)' at line 4 query: SELECT n.nid FROM node AS n INNER JOIN content_ ct ON ct.vid = n.vid INNER JOIN merci_reservation AS mr ON n.vid = mr.vid WHERE <= '2011-04-21 11:50:43' AND mr.merci_reservation_status IN (2) in /Users/clemens/Sites/drupal-6.dev/www/sites/all/modules/merci/merci.module on line 1117.

Comments

darrick’s picture

Version: 6.x-2.0-beta11 » 6.x-2.x-dev
Status: Active » Fixed

This was due to a typo. Wasn't working for anyone. It was also an issue with the current dev code not beta11.

clemens.tolboom’s picture

Status: Fixed » Closed (duplicate)

I could not find the duplicated issue but mark it as such.

This issue is a duplicate of [#?]. Please join the discussion over there.

Powered by Dreditor (triage sandbox) and Triage transitions

darrick’s picture

Wasn't a dupe. I meant it applied to the current dev not beta11. I fixed it yesterday in this commit: http://drupalcode.org/project/merci.git/commit/61e59ed