Hello !!
I am trying to install, but after installation process I receive:
ERROR! hcmgrand hcmgrand…{“status”:1,”message”:”Installation finished successfully.”}
in the installation page.
If I made a tail -f /var/log/apache2/error.log , every request to my site, it produce the next error:
PHP Parse error: syntax error, unexpected ‘)’, expecting ‘|’ or variable (T_VARIABLE) in /var/www/minthcm/api/app/Controllers/GlobalSearchController.php on line 94, referer: https://<<mysite.com>>/
Checking the databae with “show tables”; it shows 344 rows (344 tables created)
And the users table has the information about user created at installation time.
Aditionally, when I check the browser´s console:
POST https://<<mysite.com>>/api/init 500 (Internal Server Error)
My environment uses:
Ubuntu Server 20.04 as Operating system
Apache and PHP 7.4
Mysql 8.0.39
ElasticSearch 7.17.25
Any help is apreciated,
Best Regards, José