I've been trying to instal OrangeHRM 3.3.3 just so I could test it out using XAMPP on my Windows & machine but I'm stuck on a certain page. Here are the issues I've encountered:
- I Had to dive into the code and update all PHP functions from "mysql" to "mysqli"
- I have installed Apache and MySQL as services on my PC.
- I have edited $this->dbuser = ''; root $this->dbpass = ''; MyRootUserPassword "************"
Yet I still can't get past Database Configuration. Please see Screenshot Inset. Someone Please give me pointers on what to do?
Cheers. Screenshot
So I found out that OrangeHrm 3.3.3 doesn't work with PHP 7, it only works with PHP 5 and below. After installing Xampp with PHP version 5, I was able to install Orangehrm with no issues. I expect the next update to include PHP 7 support.