getting these errors on cron;
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 ')' at line 1 query: DELETE FROM activity_targets WHERE target_uid = 24508) in /home/site/public_html/includes/database.mysql.inc on line 174.
Table 'drupal47.actvityhistory' doesn't exist query: DELETE FROM actvityhistory WHERE uid = 24508 in /home/site/public_html/includes/database.mysql.inc on line 174.
i think these have something to do with when the Inactive User module is deleting inactive accounts.
Comments
Comment #1
jaydub commentedOk I managed to make two similar mistakes that would have caused both of these. activityhistory vs activity_history in two different places...
fix in CVS shortly.