Issue with IntlDateFormatter

Hi @rkemp,

According to the error message, PHP intl is missing. This extension is bundled with PHP package, so, maybe, PHP was manually compiled or the extension is deliberately disabled. See, e.g.: https://stackoverflow.com/questions/6242378/fatal-error-class-intldateformatter-not-found

1 Like