2014-03-09

Install php json support after upgrade of Ubuntu to 13.10

After upgrade of Ubuntu to 13.10, json support in php was removed. To solve this you have to install the support explicit with

> sudo apt-get install php5-json

and then

> sudo service apache2 restart

No comments:

Post a Comment