Opigno install fails on Aegir due to incorrect max_execution_time check

inteja
When installing Opigno platform on Aegir, Opigno has a requirements check during the install process which looks at PHP's max_execution_time and for any value below 30 (including 0 which is "unlimited" / "run forever") it fails with the following error: Your system has the max_execution_time as 0. Minimum required for Opigno installation is 30. If your machine is old and depending on its current load you may want to raise it even higher (120). Please change the max_execution_time in your php.ini settings file or using ini_set in the settings.php file before continuing. The problem is that, as noted in the default php.ini comments: ; Maximum execution time of each script, in seconds ; <a href="http://php.net/max-execution-time">http://php.net/max-execution-time</a> ; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time = 30 So for Aegir installed via deb package (and I assume many other systems) max_execution_time is hardcoded to 0 and Opigno install shouldn't fail on this. The requirement check should pass if max_execution_time is <1 || >30 not just if >30
Profile picture for user James Aparicio
James Aparicio

Hi inteja,

Hi inteja,

Thank you for reporting this, i pushed it and will be updated next release. Best regards

https://www.drupal.org/node/2651166