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

Exception with error_fetching_url for self-hosted instance #126

Open
am1t opened this issue Jun 21, 2020 · 3 comments
Open

Exception with error_fetching_url for self-hosted instance #126

am1t opened this issue Jun 21, 2020 · 3 comments

Comments

@am1t
Copy link

am1t commented Jun 21, 2020

I've set up a quill instance on my own, have managed to get it up and running. However, when I \try to sign in with a domain, it fails with error_fetching_url error. In the error log, I see the below exception.

"PHP message: PHP Fatal error: Uncaught Error: Call to undefined function Masterminds\HTML5\Parser\mb_decode_numericentity() in /home/workspace/quill/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php:53

Have I missed any configuration?

@aaronpk
Copy link
Owner

aaronpk commented Jun 21, 2020

Looks like it needs the mbstring extension installed.

https://www.php.net/manual/en/mbstring.installation.php

I didn't realize that was a dependency sorry!

@am1t
Copy link
Author

am1t commented Jun 21, 2020

Nice! Managed to deploy the quill instance. During installation, I had found that couple of other dependencies were missing too -- mainly curl and dom. They didn't come installed by default. Had to install them before composer could complete the installation.

@aaronpk
Copy link
Owner

aaronpk commented Jun 21, 2020

Great, I'll leave this issue open to remind myself to capture these requirements in composer.json which should then show a better error message earlier if they aren't installed.

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

2 participants