With error_reporting(E_ALL | E_STRICT), and browsing to admin/notifications, I get the following error messages:
Strict warning: Declaration of Messaging_User_Destination::validate_address() should be compatible with that of Messaging_Destination::validate_address() in require_once() (line 425 of /Users/sharplesa/Sites/n/sites/all/modules/messaging/messaging.destination.inc).
Strict warning: Declaration of Messaging_User_Destination::format_address() should be compatible with that of Messaging_Destination::format_address() in require_once() (line 425 of /Users/sharplesa/Sites/n/sites/all/modules/messaging/messaging.destination.inc).
Strict warning: Declaration of Messaging_Mail_Address::validate_address() should be compatible with that of Messaging_Destination::validate_address() in require_once() (line 207 of /Users/sharplesa/Sites/n/sites/all/modules/messaging/messaging_mail/messaging_mail.inc).
I'll bet this is an easy fix.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | strict_notices.patch | 1.32 KB | theunraveler |
Comments
Comment #1
theunraveler commentedPatch.
Comment #2
danepowell commentedThis has been fixed already, thanks for the patch though
#1382342: Strict warnings on settings page