Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having some issue on mailer #55

Open
RadianFord opened this issue Apr 13, 2016 · 7 comments
Open

Having some issue on mailer #55

RadianFord opened this issue Apr 13, 2016 · 7 comments
Labels
Bug Report Component: Third-Party Good First Issue Issue does not rely on refactoring or time-intensive coding and a PR can be opened by anyone willing

Comments

@RadianFord
Copy link

[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

@Akkarinage
Copy link
Member

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.

@Lemongrass3110
Copy link
Member

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

@Akkarinage
Copy link
Member

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

@rahuldev345
Copy link

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

@anacondaq

This comment was marked as abuse.

@cydh
Copy link
Contributor

cydh commented Jul 6, 2018

		$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

@bWolfie
Copy link

bWolfie commented Apr 9, 2020

bump

@Akkarinage Akkarinage added the Good First Issue Issue does not rely on refactoring or time-intensive coding and a PR can be opened by anyone willing label Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Component: Third-Party Good First Issue Issue does not rely on refactoring or time-intensive coding and a PR can be opened by anyone willing
Projects
Status: New Items
Development

No branches or pull requests

7 participants