I am getting nothing but the submit button. I don't know if it matters, but there are four features, all of them disabled.

If I comment out the vertical tabs line at line 1110 in features.admin.inc, it works fine.

  $form = array('packages' => array('#type' => 'vertical_tabs')) + $form;
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

heddn’s picture

Title: Manage Features page empty » Manage Features page empty in PHP 7
Version: 7.x-2.0 » 7.x-2.x-dev
Priority: Normal » Major
Status: Active » Needs review
Issue tags: +PHP 7.0 (duplicate)
FileSize
636 bytes

This has now hit me on two sites running PHP 7 so bumping to a major.

MrHaroldA’s picture

Status: Needs review » Reviewed & tested by the community

RTBC, as my patch was 100% the same ;)

cluke009’s picture

This fix worked for me. PHP 7.0.3 OSX 10.11, oddly this bug never manifests itself on my server. PHP 7.0.3-5+deb.sury.org~trusty+1 Ubuntu 14.04

DamienMcKenna’s picture

Maybe the bug was related to a specific release of PHP 7 and there was a language regression that was fixed in 7.0.3?

  • mpotter committed aa1a107 on 7.x-2.x authored by heddn
    Issue #2288395 by heddn: Manage Features page empty in PHP 7
    
mpotter’s picture

Status: Reviewed & tested by the community » Fixed

Committed to aa1a107.

Status: Fixed » Closed (fixed)

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