FluxCP icon indicating copy to clipboard operation
FluxCP copied to clipboard

Having some issue on mailer

Open RadianFord opened this issue 8 years ago • 7 comments

[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

RadianFord avatar Apr 13 '16 11:04 RadianFord

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.

Akkarinage avatar Jun 07 '16 09:06 Akkarinage

This is most obviously an error which is only appearing in PHP strict mode

Lemongrass3110 avatar Jun 07 '16 10:06 Lemongrass3110

I can see that, but I'd still like to get it fixed for those that run php in strict mode.

Akkarinage avatar Jun 07 '16 10:06 Akkarinage

I saw this error in eathena version. Which Mysql Version and PhP version you are using?

rahuldev345 avatar Oct 09 '16 19:10 rahuldev345

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

anacondaq avatar Oct 17 '16 04:10 anacondaq

		$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

cydh avatar Jul 06 '18 13:07 cydh

bump

bWolfie avatar Apr 09 '20 15:04 bWolfie