Hey I progressed till the 3rd step of installation without issues but recieved this message on step 3 . I dont know where I went wrong can anybody help?
The message below is the error I got during installation
"Step 3
Configuring OpenEMR…
Connecting to MySQL Server… OK.
Creating database… OK.
Creating user with permissions for database… OK.
Reconnecting as new user… OK.
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\openemr\library\classes\Installer.class.php on line 445"
You probably missed set of instructions to modify various PHP, Apache and MySQL limits or the machine is too slow for installation to finish loading within those standard limits. In this case change php.ini limit of 30 seconds at least for duration of the install.
I am using LAMP to install EMR 4.1.2. I have Apache running in CentOS 6.4 (tested with my own index.html). I corrected DirectoryIndex in httpd.conf. But, when I access http://localhost/openemr, i see codes of /var/www/html/openemr/index.php file in browser. Any suggestion ?