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.

CommentFileSizeAuthor
#1 strict_notices.patch1.32 KBtheunraveler

Comments

theunraveler’s picture

Status: Active » Needs review
StatusFileSize
new1.32 KB

Patch.

danepowell’s picture

Status: Needs review » Closed (duplicate)

This has been fixed already, thanks for the patch though
#1382342: Strict warnings on settings page