- Edited
Hi,I have set up osticket so that when an email is sent to support@company.com a ticket is automatically created. My problem:a ticket is only created when an agent is actively logged in into osticket (fi; when someone has sent a mail to support@ in the evening and the agent logs in the following morning, only then a ticket is created).I use the following command in my crontab: www-data /usr/bin/php7.0 /var/www/osticket/upload/api/cron.phpWhen executing this in terminal as www-data I get the following error message:PHP Warning: Declaration of AssignmentForm:($options) should be compatible with Form:($staff = true, $title = false, $options = Array) in /var/www/osticket/upload/include/class.forms.php on line 4368PHP Warning: Declaration of TransferForm:($options) should be compatible with Form:($staff = true, $title = false, $options = Array) in /var/www/osticket/upload/include/class.forms.php on line 4488See this github issue: https://github.com/osTicket/osTicket/issues/3033Could this be related? I've already tried the solution proposed in the last post, but didn't work at all.Could someone help me please? This functionallity is really essential to us.