my first error code
this is my first error, not sure how to approach it - advice please :-)
user error: 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 'na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0','term
query: SELECT r.nid, r.timestamp, u.uid AS user, u.name, u.mail, n.title, n.body, e.start FROM remindme_node r INNER JOIN node n ON r.nid = n.nid INNER JOIN node_access na ON (na.nid = 0 OR na.nid = n.nid) INNER JOIN users u ON r.uid = u.uid INNER JOIN event e ON e.nid = r.nid WHERE n.status = 1 AND r.timestamp > 0 AND 1107589441 + r.timestamp > e.start na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0','term_access1') GROUP BY user, n.nid in /hsphere/local/home/mysite.com/includes/database.mysql.inc on line 125.

Sigh...
It's drupal's fault...
If yes then I can't help you.
Tables not in DB?
There are three likely causes that I can think of for this problem:
Re: no. 2 above - running these scripts is listed as step 1 in the installation instructions for both these modules. However, it is easy to forget about running the DB scripts when installing new modules, particularly if you are installing a lot of new modules at once. The fact that not all modules have DB install scripts, and that there is no quick way to check (i.e. no list of which modules require this and which ones don't), does not help. I have forgotten to run these scripts many times myself.
If none of these possibilities are the cause of your problem, then I'm out of ideas.
Jeremy Epstein - GreenAsh
thanks gang, I have a
thanks gang, I have a direction to poke around at now.
I did just recently load the newer verson of remindme 1/15/05 and gave it its own folder, instead of base root. I deleted that version.
thanks again
FYI
the above error was also reported as a bug and has been repaired by Killes. the patch can be found in the CVS.
best regards