Setting up Access Control Taking Foreever time

We are trying to setup openEMR 6.0.0 in Ubuntu 18.04 and the set up hangs in foreever on Setting up Access Controls line.

What can be the issue?

hi @Setu_Kumar_Basak, not sure, can you try setting up the current production release 6.1.0

You might see this behavior if the webserver is timing out because PHP isn’t given enough time to run? Check your PHP settings ( FAQ - OpenEMR Project Wiki ) and see if there’s some surprises?

usually if it makes it this far then it’s not a timeout issue

edit: but always good to check the php settings, thanks @jesdynf

hopefully these work as well

ini_set('max_execution_time', 0);
ini_set('display_errors', 0);
set_time_limit(0);
1 Like