Showing posts with label php error Class 'NumberFormatter' not found. Show all posts
Showing posts with label php error Class 'NumberFormatter' not found. Show all posts

Monday, September 4, 2017

Ubuntu Apache php error : Class 'NumberFormatter' not found

Solution :

Install Package :
apt-get install php5-intl
or
apt-get install php-intl


Make sure intl.so file is generated and it is defined as an extension in .ini file.