Closed (fixed)
Project:
Webform Simplenews Component
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2012 at 02:12 UTC
Updated:
6 Nov 2016 at 15:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mropanen commentedYes, and the PHP error message is:
PHP Fatal error: Call to undefined function _simplenews_user_load() in /path/to/oursite/sites/default/modules/webform_simplenews/webform_simplenews.inc on line 200
Comment #2
tcalin commentedIt should be
simplenews_load_user_by_mail($mail).For Drupal 7 version
_simplenews_user_loadwas renamed.Comment #3
rvilarFixed
Comment #5
mitsuko commentedPHP Fatal error: Call to undefined function simplenews_load_user_by_mail() in path/to/oursite/modules/contrib/webform_simplenews/webform_simplenews.inc on line 198
The new function does not work for me...
My installation is :
Comment #6
yuraosn commentedhttps://www.drupal.org/node/1419452#comment-5542930
Patch