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.
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 mysql functions which are removed in PHP7. So you can't use PHP7 in that case.
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.
0
FA LE TI NO
On
The correct answer is this.
Goto your Wamp>MySQL>MySQL Settings>SQL-Mode-> then select SQL-Mode None
Thank you
0
Chana
On
OrangeHRM open source is not compatible with PHP7 yet. Only enterprise product (after version 6.4) is compatible with PHP7. If you want to move with PHP7 you have to go with OrangeHRM 6.4 or higher. (Checked and Verified with an OrangeHRM developer)
0
shazam
On
I'm getting the Internal Error Occurred in Red, You can check the status of mysql service, get to be root user, check the mysql status if inactive, start mysql services.
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.