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 encountered an issue during a fresh installation where the following error message was displayed:
An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.").
Environment:
Davis 5.x
PHP Version: 8.3
Hosting: Shared hosting (intl extension not available)
Proposed Solution:
To resolve this, I suggest adding "symfony/polyfill-intl-messageformatter" to the Composer dependencies. This will provide a fallback for systems where the intl PHP extension is unavailable.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello team,
I encountered an issue during a fresh installation where the following error message was displayed:
Environment:
Proposed Solution:
To resolve this, I suggest adding
"symfony/polyfill-intl-messageformatter"
to the Composer dependencies. This will provide a fallback for systems where theintl
PHP extension is unavailable.Thank you.
The text was updated successfully, but these errors were encountered: