-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error : PHP Warning #18
Comments
and to be clear, is SendEmailCreator/Action/TaskEmailDue.php Line 108 in 345c98f
|
I don't have this option line 108 but i see my version is 1.2.1. |
With the last version to plugin : "PHP Warning: A non-numeric value encountered in /var/www/html/kanboard/plugins/SendEmailCreator/Action/TaskEmailDue.php on line 120" $verbose set to false |
well, that changes things. duration is the only parameter on line 120. It must be a number. what is your duration set to? did you leave it empty? |
line 120 : |
Where change the duration ? |
try now, and if that doesn't fix it, i have 1 more idea |
Yes ! it's good !! ;) |
cool. FYI, that means there is an action somewhere with a missing value for |
Hello,
I user SendEmailCreator's plugin with the last version to Kanboard, but i have this error (file : /tmp/kanboard-cli.log) :
"
PHP Warning: A non-numeric value encountered in /var/www/html/kanboard/plugins/SendEmailCreator/Action/TaskEmailDue.php on line 110
"
My Crontab :
00 07 * * 1-5 cd /var/www/html/kanboard && ./cli cronjob >>/tmp/kanboard-cli.log 2>&0
Thanks
The text was updated successfully, but these errors were encountered: