Fatal error: Class 'NumberFormatter' not found

前端 未结 15 916
误落风尘
误落风尘 2020-12-28 13:08

I\'ve been using this exact same code for ages, and I have never had a single problem. Now all of a sudden it has stopped working.

I have read across the internet ab

15条回答
  •  爱一瞬间的悲伤
    2020-12-28 13:26

    This seems to be some really weird problem, and I somehow fixed it by doing the following:

    I upgraded my PHP in Wamp through this tutorial. I also updated my timezone in php.ini When I upgraded it didn't work, so I reverted back to my previous version of PHP, and voilà - it worked.

    I have absolutely no idea how this solved the problem, however it worked for me.

提交回复
热议问题