I get a warning in my error logs when i reactivate a suspended member in the admin panel.
[Tue Apr 17 13:47:26 2012] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: stderr: PHP Warning: mail(/var/www/logs): failed to open stream: Is a directory in /var/www/docs/inc/utils.inc.php on line 449, referer: http://www.mytestdolphinsite.com/administration/profiles.php
This is the code line that produces this warning.
$iSendingResult = mail( $sRecipientEmail, $sMailSubject, $sMailBody, $sMailHeader, $sMailParameters );
Strange thing is everything works like expected, just this strange warning when a user gets activated. I want to know where it comes from. Any tips?