Bug with guzzle loading
-
Hi there,
There is a problem in your plugin that conflicts with other plugins loading guzzle. You have 2 folders in the vendor folder one called asaguzzlehttp and one called guzzlehttp. Both these versions have the same namespace which is AsaGuzzleHttp. This incorrect as the autoloader will look for GuzzleHttp namespace in your vendor folder and won’t find it.
The fix is to remove the main guzzlehttp folder, or load it without modification. Also please update the autoload.php file.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug with guzzle loading’ is closed to new replies.