I am doing a new installation of 1.15 and I am getting an error when submitting setup/install.php.
Ubuntu 20.04, Apache 2.4.41 and HAProxy 2.0.13 (ssl terminating), PHP 7.4.3, MySQL 8.0.22
Fatal error: Uncaught Error: Call to a member function getDefaultDeptId() on null in /srv/osticket/include/class.dept.php:867 Stack trace: #0 /srv/osticket/include/class.dept.php(748): Dept->update() #1 /srv/osticket/include/class.i18n.php(82): Dept::__create() #2 /srv/osticket/setup/inc/class.installer.php(174): Internationalization->loadDefaultData() #3 /srv/osticket/setup/install.php(52): Installer->install() #4 {main} thrown in /srv/osticket/include/class.dept.php on line 867
The apache error log provides slightly more:
[proxy_fcgi:error] [pid 2830004:tid 140253583087360] [client 127.0.0.1:36002] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function getDefaultDeptId() on null in /srv/osticket/include/class.dept.php:867\nStack trace:\n#0 /srv/osticket/include/class.dept.php(748): Dept->update()\n#1 /srv/osticket/include/class.i18n.php(82): Dept::__create()\n#2 /srv/osticket/setup/inc/class.installer.php(174): Internationalization->loadDefaultData()\n#3 /srv/osticket/setup/install.php(52): Installer->install()\n#4 {main}\n thrown in /srv/osticket/include/class.dept.php on line 867', referer: https://mywebsite/setup/install.php
Any suggestions?
Thanks!