Received the following error with the new cvs version of Drupal. This problem would also apply with version 4.6. I looked into trying to fix it, but I decided it might be better to let the experts dive in. All that is required is fixing the code in the .inc file on line 101 (to start). Here is the error I received:

Fatal error: Call to undefined function: node_access_join_sql() in /drupalinstall/modules/notify/notify.inc on line 101

The fix is here:

http://drupal.org/node/12347

in the section on updating modules from 4.5 to 4.6.

I would appreciate any help on this.

CommentFileSizeAuthor
#1 notify_46.patch2.07 KBjhriggs

Comments

jhriggs’s picture

StatusFileSize
new2.07 KB

Here is a patch that changes the node queries to use db_rewrite_sql(). It fixes the cron errors.

killes@www.drop.org’s picture

Thanks, applied.

Anonymous’s picture