| System Check
Here the Web Installer will check whether the pre-requisities are available.
If
all responses are in green you can safely continue. You have installed
the correct versions of the pre-requisites and configured them to work
in harmony.
See bellow for all the color codes in a situation
Rare occurrence where all three states are in the same screen.
Click [Next] button in the System Check screen to continue.
Notes
Maximum Session Idle Time before Timeout
Maximum
Session Idle Time before Timeout is checked to ensure that users don't
get logged out with in a short period such as less than 15 minutes. As
a precaution it's not possible to continue installing OrangeHRM if the session times out in lessthan 2 minutes.
How to Fix
You will have to change session.gc_maxlifetime in the php.ini file. (Default session.g c_maxlifetime = 1440)
Important
It is still possi ble that some other php application running in the same server overriding session.gc_maxlifetime value in the php.ini file at runtime. This will be the case if you are running OrangeHRM in a shared host. Workaround is available but beyond the scope of this document.
How to enable InnoDB support in MySQL
To enable "InnoDB" please open "my" (or "my.cnf") file in a text
editor and search for "skip-innodb" and add the leading "#" and restart
the MySQL database server to enable InnoDB.
ex:
.
.
.
skip-innodb
.
.
.
should read as
.
.
.
#skip-innodb
.
.
.
(in XAMPP for windows my.cnf is found in C:\xampp\mysql\bin\my.cnf)
(in XAMPP for linux my.cnf is found in /opt/lampp/etc/my.cnf)
|