Quill
Quill copied to clipboard
Exception with `error_fetching_url` for self-hosted instance
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?
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!
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.
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.