Undefined function _simplenews_get_vid and {} missing
| Project: | RSVP |
| Version: | 5.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Omar |
| Status: | closed |
Jump to:
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 :(
| Attachment | Size |
|---|---|
| rsvp.patch | 1.03 KB |

#1
#2
This patch works. Please apply this to the module. Thanks.
#3
#4
Automatically closed -- issue fixed for two weeks with no activity.