FluxCP
FluxCP copied to clipboard
Having some issue on mailer
[12-Apr-2016 15:22:15 America/Toronto] PHP Strict Standards: Accessing static property Flux_Mailer::$errLog as non static in /home/....../public_html/lib/Flux/Mailer.php on line 21
[12-Apr-2016 15:22:15 America/Toronto] PHP Strict Standards: Accessing static property Flux_Mailer::$log as non static in /home/...../public_html/lib/Flux/Mailer.php on line 22
Is this when sending a specific mail template or does it happen on every one? I've never come across this in FluxCP before so unsure where to look first without anything else to go on.
This is most obviously an error which is only appearing in PHP strict mode
I can see that, but I'd still like to get it fixed for those that run php in strict mode.
I saw this error in eathena version. Which Mysql Version and PhP version you are using?
why not just update module with EXPLOIT inside at fluxcp & update few functions related to phpmailer? See changelog about security issues, you will find very interesting methods (one of hundreds) how hackers were hack fluxcp via sending mailformed mails: https://github.com/PHPMailer/PHPMailer/releases
$this->errLog = self::$errLog;
$this->log = self::$log;
idk, those vars never been used as instance I just encountered when I include Flux_Mailer in modules/login.php
bump