Reply To: [solved] Installation problem

Home Forums Installing MintHCM [solved] Installation problem Reply To: [solved] Installation problem

#1463
Dung Nguyen TienDung Nguyen Tien
Participant

Yeah, simple solution! Thanks admin so much

I do it as follows in my php.ini:

error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
This logs only fatal errors and no warnings.