Internal Error Occurred
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.
- Attachments
-
- error1.PNG (9.38KiB)Viewed 207764 times
Re: Internal Error Occurred
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
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
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
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
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
Regards
Kavitha G
Kavitha G
-
- Posts:2
- Joined:Fri Jun 18, 2021 8:32 am
Re: Internal Error Occurred
Dear Team ,
Getting the same error.
Getting the same error.
Re: Internal Error Occurred
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.
Nathan