Page 1 of 1

Internal Error Occurred

Posted: Thu Nov 19, 2020 3:54 am
by efrem
Hello there, I am having trouble when I try access the project in my local host , that is happening after I try to customize some header.

Re: Internal Error Occurred

Posted: Wed Jan 06, 2021 7:16 am
by rajitha
Hi
Can you try deleting the application cache?
Using command;
cd <orangehrm>/symfony
php symfony cc

Manual delete directory;
Delete directories in <orangehrm>/symfony/cache directory

Re: Internal Error Occurred

Posted: Wed May 05, 2021 10:33 am
by e.orfanou
Same problem here. I deleted the application cache but i get the same error "Internal Error Occurred". I opened the log file and the error that i get is "PDO Connection Error: SQLSTATE[HY000] [1045] Access denied for user 'orangehrm_user'@'localhost' (using password: YES)".

Re: Internal Error Occurred

Posted: Thu Jun 17, 2021 9:39 am
by kavitha
Hi

Can you post your log error? The system is crashing might be due to the customisation done by you.

OrangeHRM error logs located in /symfony/logs/orangehrm.log

Re: Internal Error Occurred

Posted: Fri Jun 18, 2021 8:51 am
by stonefactory
Dear Team ,

Getting the same error.

Re: Internal Error Occurred

Posted: Tue Oct 25, 2022 1:51 am
by nate089
I've received this error in the past. It's usually because there is a duplicate user in your MySQL database. There is a localhost user and a wildcard user. You need to delete one of them and it will allow you to log in.