Home › Forums › Installing MintHCM › Internal Server Error
Tagged: installing minthcm
Apache2
Mysql 8.0
Php 8.0.3
Elastic Search 7.9
After the installation was completed, I received the following error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Apache/2.4.52 (Ubuntu) Server at antmedia.ikara.co Port 12443
Image:
https://data4.ikara.co/data/minio/ikara-data/phuoc/3.png
Hello! Could you send us your PHP.log?
I have also run into this issue bellow is the error I am getting in the log
[Tue Aug 20 15:11:50.500186 2024] [proxy_fcgi:error] [pid 3114] [client 172.21.50.28:59941] AH01071: Got error 'n.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555PHP message: PHP Warning: Undefined array key "module" in /var/www/minthcm/legacy/data/SugarBean.php on line 554PHP message: PHP Warning: Undefined array key "record" in /var/www/minthcm/legacy/data/SugarBean.php on line 555',
I have managed to fix the issue turns out I didn’t have the headers module enabled in apache2
using sudo a2enmod headers
and sudo systemctl restart apache2