Skip to content
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

Open
crami opened this issue May 14, 2020 · 3 comments
Open

Guzzle version conflicts with bookmark plugin #349

crami opened this issue May 14, 2020 · 3 comments

Comments

@crami
Copy link

crami commented May 14, 2020

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()"

@ChristophWurst
Copy link
Member

Known problem. See #316 (comment)

With coenjacobs/mozart#11 (comment) we might be able to progress without the change in the upstream ovh lib.

@ChristophWurst
Copy link
Member

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

@marcelklehr
Copy link
Member

marcelklehr commented May 18, 2020

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
var/www/html/apps/twofactor_gateway/vendor/guzzlehttp/guzzle/src/Client.php.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants