Closed (fixed)
Project:
Notify
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2005 at 02:01 UTC
Updated:
13 Apr 2005 at 13:15 UTC
Jump to comment: Most recent file
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:
in the section on updating modules from 4.5 to 4.6.
I would appreciate any help on this.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | notify_46.patch | 2.07 KB | jhriggs |
Comments
Comment #1
jhriggs commentedHere is a patch that changes the node queries to use db_rewrite_sql(). It fixes the cron errors.
Comment #2
killes@www.drop.org commentedThanks, applied.
Comment #3
(not verified) commented