1
votes

I recently transferred my magento website from an old server to a new one, and when I opened the home page, it gives me Internal Server Error 500. In the server error log, i can see the following error:

PHP Fatal error: Class 'IntlDateFormatter' not found in /home/evonengc/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93

How can I solve this error?

1
I'm going to hazard a guess that you've not got the Intl extension enabled... - CD001

1 Answers

2
votes

go to php.ini and enable the extension

;extension=php_intl.dll 

to

extension=php_intl.dll

and restart Apache