Posted by fred | Posted in Drupal, tutorial | Posted on 20-02-2012
Tags: #Drupal, #install, #issue, #OpenAtrium, #timeout

While installing OpenAtrium, I could go after the language selection page. When clicking on the continue button, the page was taking forever to load and eventually timed out.
In order to avoid this installation issue:
1. Edit the install.php file
2. Comment the following line:
// install_check_requirements($profile, $verify);
3. Reload the install.php
4. The timeout should not happen any longer!
Timeout issue when installing Drupal Openatrium,