If I go to "Manage attendees", get a blank page.
In error_log: "PHP Fatal error: Call to undefined function _simplenews_get_vid() in .../site/all/modules/rsvp/rsvp.module on line 1311, referer: http://site.com/node/XXX/rsvp/create"
Error comes from the updated module Simplenews.
The reason for the error is heir: http://drupal.org/node/258592#comment-844476
Another error: user warning: Table 'site.simplenews_snid_tid' doesn't exist query: SELECT DISTINCT s.mail FROM dp_simplenews_subscriptions s INNER JOIN simplenews_snid_tid t ON s.snid = t.snid WHERE t.tid = 457 ORDER BY mail ASC in /var/www/html/vvvf-leden.dkghosting.nl/includes/database.mysql.inc on line 172.
Missing {} brackets in the request...
Patch is attached.
Sorry for bad English :(
| Comment | File | Size | Author |
|---|---|---|---|
| rsvp.patch | 1.03 KB | scjv |
Comments
Comment #1
owahab commentedComment #2
artis commentedThis patch works. Please apply this to the module. Thanks.
Comment #3
owahab commented