-
Notifications
You must be signed in to change notification settings - Fork 211
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
Comments
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? |
This comment was marked as abuse.
This comment was marked as abuse.
$this->errLog = self::$errLog;
$this->log = self::$log; idk, those vars never been used as instance |
bump |
[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
The text was updated successfully, but these errors were encountered: