You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.Have I missed any configuration?
The text was updated successfully, but these errors were encountered: