Quill icon indicating copy to clipboard operation
Quill copied to clipboard

Exception with `error_fetching_url` for self-hosted instance

Open am1t opened this issue 5 years ago • 3 comments
trafficstars

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?

am1t avatar Jun 21 '20 09:06 am1t

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!

aaronpk avatar Jun 21 '20 13:06 aaronpk

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.

am1t avatar Jun 21 '20 15:06 am1t

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.

aaronpk avatar Jun 21 '20 16:06 aaronpk