Search code examples
drupalmampdrupal-commonsacquia

Can't install Acquia Drupal Commons locally


Working on a MacbookPro OS 10.6.6 , using MAMP Pro 1.9.4.

I'm attempting to install Acquia's Drupal Commons locally. The installation progress bar goes all the way, I can check in phpMyadmin that the database has been populated, but before the site configuration screen , I get a 500 Server Error!

Standard Drupal 6 or 7 install without any problem & I was able to install Drupal Commons on my web server. So it seems that some form of conflicts happens between my server configuration ( Mamp Pro ) and Drupal Commons.

Thanks in advance for any suggestions!


Solution

  • I solved the issue by raising the PHP limit in Mamp to 96M.

      File > Edit Template > PHP > PHP Version
      //Search for 'memory_limit' & edit the value 
      memory_limit = '96M';
    

    then restart the server.

    After dong this Drupal Commons should install without any problems.