error during "Install profile" while "Importing site database"

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://beta.sgc.loc:8080/openatrium-7.x-2.22/install.php?profile=openatr... StatusText: OK ResponseText: ( ! ) Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/openatrium-7.x-2.22/profiles/openatrium/modules/contrib/views/views.module on line 0 Call Stack #TimeMemoryFunctionLocation 10.0003130308{main}( )../install.php

etc

taking the advice to "Please continue to the error page" I was advanced to the next step, "Configure Site".

Not sure how to recover.

Site _seems_ functional, but, hey.

installation was in a vanilla Vagrant VM built with "VDD" - https://www.drupal.org/project/vdd with no changes to config.

Comments

mpotter’s picture

Project: Open Atrium Devel » Open Atrium
Status: Active » Closed (works as designed)

This should have been posted to the main openatrium project. Increasing the max_execution_time to 60 seconds is required for OA2 installs. I've updated the install instructions and system requirements to reflect this.

Sahil Gupta’s picture

You can use a module to control this maximum time execution limit. PHP Runtime Configurator module provides many options to configure without changing your php.ini file and restart Apache.
You can configure following parameters:

- File Upload Limit
- Memory Limit
- Maximum Execution Time Limit
- Maximum Input Variable Limit