Closed (fixed)
Project:
Mail Logger
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2011 at 14:30 UTC
Updated:
12 Jun 2012 at 03:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
geek-merlin$ join forces #1107988: d7 port of maillog?
Comment #2
basicmagic.net commentedsubscribe
Comment #3
Rosamunda commentedAny news on this? :)
Comment #4
deekayen commentedcodeelegance is working on it right now
Comment #5
codeelegance commentedInitial branch of 7.x has been committed. Feedback would be greatly appreciated.
Comment #6
Rick G commentedFeedback:
Initial d7 module works on my d7 install, with one minor patch:
Line 187 in mail_logger.module is:
$output = drupal_render(drupal_get_form('mail_logger_form_overview'));it should be done like this:
Otherwise, it throws a fatal "Only variables can be passed by reference" error in PHP 5.3
Comment #7
deekayen commentedCommitted #6.
Comment #8
creaoy commentedHere is patch for notice fixes for 7.x version:
"Notice: Undefined property: stdClass::$to i mail_logger_overview() (linje 227 af /var/www/html/dev/sites/all/modules/contrib/mail_logger/mail_logger.module).
Notice: Undefined property: stdClass::$from i mail_logger_overview() (linje 228 af /var/www/html/dev/sites/all/modules/contrib/mail_logger/mail_logger.module)."
Comment #9
deekayen commentedApplied #8.