-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guzzle version conflicts with bookmark plugin #349
Comments
Known problem. See #316 (comment) With coenjacobs/mozart#11 (comment) we might be able to progress without the change in the upstream ovh lib. |
For details see https://blog.wuc.me/2020/05/13/rock-me-amadeus-php-dependency-hell.html |
Just for reference: The conflict is not with the bookmarks app itself, but rather with nextcloud core. Bookmarks only fails as a result of that. OCA\Bookmarks\Http\Client calls OC\Http\Client\Client in nextcloud core which calls GuzzleHttp\Client, but that gets loaded from |
looks like the guzzle version shipped is older then the one used by the bookmarks plugin (1.6.1).
This leads to an error that bookmark syncing does not work.
"Call to undefined function GuzzleHttp\_idn_uri_convert()"
The text was updated successfully, but these errors were encountered: