I use several Drupal distributions on the Aegir hosting system without problems. However, creating Opigno sites results in an error

Your system has the max_execution_time as 0. Minimum required for Opigno installation is 30.

although it's set to 120 in php.ini on the server level.

I am not sure if this is the right place to report this issue, but maybe someone had similar experiences... Any help is very appreciated.

Comments

mazze created an issue. See original summary.

inteja’s picture

Same issue here. Aegir default / recommended install for Debian/Ubuntu uses PHP CLI which has max_execution_time hardcoded to 0 (unlimited / run forever) but in opigno_lms.profile there's 2 requirements checks during installation for max_execution_time like:

if (($max_execution_time < 30) && ($max_execution_time != -1))

and ...

if (($max_execution_time < 120) && ($max_execution_time != -1))

For PHP CLI with hardcoded max_execution_time of 0 the above check will always fail.

I also reported this on the Opigno forums here https://www.opigno.org/en/forum/developing-opigno/opigno-install-fails-a...

Jamesap’s picture

Title: I max_execution_time = 0 on Aegir Hosting System » [1.22]I max_execution_time = 0 on Aegir Hosting System
Status: Active » Patch (to be ported)
Jamesap’s picture

Status: Patch (to be ported) » Closed (fixed)

Fixed Opigno 1.22