Hello,
we are using quite a number of components on our site and have been facing some major issues on our component EasyBlog that is using guzzle library. We have been told by their support that there seemed to be a conflict with other components, plugins or modules that are also using this library.
We have then been able to identify T4 System Plugin to be the culprit since we found reference in the T4 System file composer.json:
},
"require-dev": {
"ext-bz2": "",
"ext-openssl": "",
"ext-fileinfo": "",
"ext-xml": "",
"guzzlehttp/psr7": "1.6",
"phpunit/phpunit": "4.8|5.7",
"symfony/var-dumper": "3.0|4.0|5.0"
The recent update to T4 System Plugin Release 2.3.3 introduced the issue on EasyBlog because when we rolled back to version 2.3.2 everything is fine and no issues !
Is there a new version of the guzzle library introduced in T4 System 2.3.3 compared to 2.3.2 ??????
EasyBlog is using guzzle version 3.9.3.
We obviously want to upgrade to T4 System 2.3.3 but are stucked now due to this issue in EasyBlog.
Best regards
Markus