P粉4097421422023-08-17 14:47:15
What you need is:
apt-get install php7.0-intl
No need to change php.ini or do anything else. (Tested on Ubuntu 16.04 with PHP 7).
The most popular answer here is to have you uncomment a .dll file, which will never solve anything unless you are on a Windows server!
P粉2370294572023-08-17 12:07:58
This seems to be a very strange problem, I solved it by:
I upgraded my PHP in Wamp through this tutorial. I also updated the time zone settings in php.ini
. When I upgraded it didn't work so I reverted back to the previous PHP version and the problem was solved.
I have absolutely no idea why this solves the problem, but it works for me.