I have upgraded PHP from version 5.6 to 7.0. In PHP 5.6 OrangeHRM is working fine. But, after the upgrading to version 7.0 it gives me Internal Error Occurred. I will appreciate is someone help me in this error.
Orange HRMS gives 'Internal Error Occurred'
3.1k Views Asked by PHP Dev At
4
There are 4 best solutions below
0
On
The correct answer is this. Goto your Wamp>MySQL>MySQL Settings>SQL-Mode-> then select SQL-Mode None
Thank you
In most cases it's possible that oder Applications aren't compatible with PHP7. So in your code is something wrong and you get the status code 500. You have to enable all your error reporting and check your logs. Internal Server errors are hard to find because in most times can get not output.
I could find that OrangeHRM use the old
mysqlfunctions which are removed in PHP7. So you can't use PHP7 in that case.Orange HRM is not Working for PHP 7
So check the change log a gain for the last version if it's compatible. If it's not then go back to PHP 5.6 or you have to change to another software.