Closed (fixed)
Project:
Mail System
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 May 2011 at 02:49 UTC
Updated:
23 Jun 2011 at 17:41 UTC
Entering an email address and clicking subscribe spits out this error message. Apparently isnull() should be is_null(). After changing it seems to work.
Comments
Comment #1
telechris commentedWhen submitting a webform and having it emailed to an email address, I am actually getting this error message:
Fatal error: Call to undefined function isnull() in ./modules/mailsystem/mailsystem.module on line 566If I change isnull() to is_null() on line 566 as referenced above, the error goes away.
Comment #2
pillarsdotnet commentedThanks. Fixed in 6.x-2.15 release.
Comment #3
jmires commentedDownloaded 6.x-2.15 and both versions (tar and zip) seem to still have isnull rather than is_null at line 566. Changing manually in 6.x-2.15 does fix it.
Comment #4
pillarsdotnet commentedYou're right. I removed one in 6.x-2.15 and another in 6.x-2.16. The current version is 6.x-2.19. My projects tend to update rather quickly.
Comment #5
jmires commentedThanks much pillarsdotnet - I followed the link to 6.x-2.15 in #2, not realizing that there was a more recent version. Updated to the latest and all is working well. Thanks for the module and the fast reply.