Got fresh code today from git as per the github page:
git clone https://github.com/osTicket/osTicket
Seems it's not quite ready, however, as I get this:
`php ~/www/helpdesk/api/cron.php
start
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.email.php on line 746
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.email.php on line 746
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 185
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 196
Warning: Undefined array key 1 in /home/mysite/www/helpdesk/include/class.orm.php on line 207
Warning: Trying to access array offset on value of type null in /home/mysite/www/helpdesk/include/class.orm.php on line 208`
with PHP 8.0.24.
This is an upgraded install, many years old.