PHP generates a warning whenever the cron script is run, resulting in entries being generated in /var/mail:

PHP Warning:  Declaration of AssignmentForm:($options) should be compatible with Form:($staff = true, $title = false, $options = Array) in /var/www/html/include/class.forms.php on line 4367PHP Warning:  Declaration of TransferForm:($options) should be compatible with Form:($staff = true, $title = false, $options = Array) in /var/www/html/include/class.forms.php on line 4487Looks like someone already made a git pull request and created the patch, but it wasn't committed yet... Unsure if it's because no one's had time to review the merge request, but the bug apparently surfaced in 1.10 and wasn't fixed in 1.10.1.Here's the link to the patch:https://github.com/osTicket/osTicket/pull/3349/commitsThanks OSTicket Team, we know you guys are working hard!

@[deleted]Looks like someone already made a git pull request and created the patch, but it wasn't committed yet... Unsure if it's because no one's had time to review the merge request, but the bug apparently surfaced in 1.10 and wasn't fixed in 1.10.1.Versions `v1.10.1`-`v1.10.3` are more or less security releases and and will not/do not contain patches for PHP compatibility issues. After releasing v1.11.0rc-1 we will focus on all the PHP compatibility issues. Stay tuned!Cheers.

Write a Reply...