Ticket list crash

Hello!
I freshly installed Dolibarr 13.0.2 and the tickets module.
However when I create a ticket and click on list, it crashes with the following error

Fatal error: Uncaught TypeError: round(): Argument #1 ($num) must be of type int float, string given in /home/tomtrust/public_html/helpdesk/core/class/commonobject.class.php:6528
Stack trace:
#0 /home/tomtrust/public_html/helpdesk/core/class/commonobject.class.php(6528): round(‘tdoverflowmax15…’)
#1 /home/tomtrust/public_html/helpdesk/ticket/list.php(853): CommonObject->showOutputField(Array, ‘fk_soc’, ‘1’, ‘’)
#2 {main}
thrown in /home/tomtrust/public_html/helpdesk/core/class/commonobject.class.php on line 6528

Anyone knows how to fix this?
Thank you so much !

Sincerely,
Torben

Hi,

Seems a PHP V8 issue.
Dolibarr is not yet compatible PHP V8 => Please downgrade

Oh thank you so much. I thought I would try this, but during the installation in check.php the script said that the version of PHP is fine, maybe it’s worth updating check.php to give an error if the php version is >= 8 :slight_smile:
Thanks a lot though, I’ll try this right away