when install error 500?

php mewmory:64
v 7

Server error
The website encountered an error while retrieving http:mano2.com/admin/modules/list/confirm. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gordon’s picture

Category: support » bug

This module requires PHP 5.3 since it uses closures. To get this running you need to upgrade PHP to 5.3

This module should also include the following line in the info file.

php = 5.3

This will stop it from being enabled on system with PHP 5.2 or less installed.

gordon’s picture

Status: Active » Needs review
FileSize
747 bytes

Here is a patch

gordon’s picture

Issue summary: View changes

clearer

rli’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Issue summary: View changes
Status: Needs review » Fixed

committed to dev.

thanks.

  • Commit acb5d05 on 7.x-1.x authored by gordon:
    Issue #1572134 by azam12345: requires PHP 5.3 since it uses closures
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.