131
Just try a fresh install and see how it goes.
I have somewhere on my Virtual Box an Ubuntu installation, so I might try there and see if there are any issues.
[EDIT] I just googled for your error, and it looks like you don't have JSON installed on your Ubuntu:
http://slaptijack.com/system-administration/lets-install-json-for-php-5/ The fix seems to be simple, as stated in
this message:
Quote:
Just execute this command:
sudo apt-get install php5-json
and restart Apache.
Or, if you have the extension but it's not active, you can just uncomment it in your php.ini in the line
;extension=json.so
by removing the semi-colon
As always, if you are getting errors coming from the Operating System, google for it, because it's possible that somebody had a similar issue and they have a fix for it.
[/EDIT]