Problem/Motivation

When installing the module the composer requirements are not properly checked. You'll run into a fatal error, when trying to use the Fotoweb media browser or saving the module configuration settings page.

Proposed resolution

Check if the required libraries are properly autoloaded, before the module was installed. Do also check for composer_manager being installed, to avoid an installation error, when you're using composer_manager.

Comments

szeidler created an issue. See original summary.

  • szeidler committed f563b53 on 7.x-1.x
    #2874502: Check composer dependencies on module install using...
szeidler’s picture

Status: Active » Fixed

There is a check for Guzzle\Client or the existence of composer_manager on module install now, using hook_requirements().

Status: Fixed » Closed (fixed)

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