Closed (fixed)
Project:
Media Fotoweb
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 May 2017 at 13:33 UTC
Updated:
15 May 2017 at 13:44 UTC
Jump to comment: Most recent
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.
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
Comment #3
szeidler commentedThere is a check for
Guzzle\Clientor the existence of composer_manager on module install now, usinghook_requirements().