An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://path.to.install/install.php?profile=drustack&locale=en&id=1&op=do StatusText: Internal Server Error ResponseText:

There was no text given, and trying to browse to the error page resulted in another server 500 error. This happens after it begins the database mods but before the configure site step on the DruStack profile. Installing the minimal profile works.

This was from doing a drush dl drustack, and then working manually from there per normal Drupal installation methods.

Trying to use the makefile resulted in this error: Unable to clone drustack from http://git.drupal.org/project/drustack.git.

Comments

hswong3i’s picture

What is you memory_limit for php.ini? I usually assign 256M for memory_limit, since drustack profile enable numbers of modules during installation.

Moreover, you may also reference Virtualmin + Drupal 7.x on Ubuntu 12.04 HOWTO for base OS installation guideline, which I usually used for production or development deployment ;-)

hswong3i’s picture

Status: Active » Closed (cannot reproduce)