Also, I found this one
[5482][1][FATAL] Chart class not found.
and in the error log
PHP Notice: Undefined property: aCase::$email1 in /storage/xxx/public_html/suite/include/generic/SugarWidgets/SugarWidgetSubPanelTopComposeEmailButton.php on line 104
And noticed that the cases are not created automatically
It seems it was something related to the domain(Cpanel Account) I was running it. I have installed it to another account on the same hosting and it worked (Still had to add the user to the config.php - the CRON part.
Also, had to edit the CRON itself a bit to look like this
cd /storage/account/public_html/suite; /opt/cpanel/ea-php72/root/usr/bin/php -f cron.php > /dev/null 2>&1
Now I got another issue but will explain it in another post.