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 '=3 AND n.status = 1' at line 1 query: SELECT n.nid, n.title FROM drupal_node n INNER JOIN drupal_content_ f ON n.vid = f.vid WHERE f.=3 AND n.status = 1 in /home/my_site/drupal/sites/all/modules/station/schedule/station_schedule.module on line 525.
*
I tried four last development versions and I always get an SQL error message with the Schedule module. I am looking for help on how to fix this. Thanks in advance!
Comments
Comment #1
drewish commentedyou tried using the current -dev version and had that problem? in any case this is a duplicate of #357519: SQL error: SELECT n.nid, n.title FROM node n INNER JOIN content_ f ON n.vid = f.vid WHERE f.=1 AND n.status = 1 so if you can confirm that you're having this issue with a -dev release please re-open that issue.
Comment #2
drewish commentedoh short version of the fix for this is here: #357519-20: SQL error: SELECT n.nid, n.title FROM node n INNER JOIN content_ f ON n.vid = f.vid WHERE f.=1 AND n.status = 1
Comment #3
sipherdee commentedthanks drewish and sorry about the duplicate. i uninstalled the current development version and the error disappeared after a reinstall.