PHP json woes with Owncloud after upgrade to Debian Jessie
I did an update to Jessie and now Owncloud is not working anymore.
When I check the error log, I see this error:
Call to undefined function json_encode
When checking if php5-json is installed, I see that, yes, it is.
When reinstalling php5-json, dpkg / apt-get tells me:
php5_invoke: Enable module json for apache2 SAPI
But I see no indication that it is.
php -i | grep json
comes back empty, not one entry mentioned in php.ini about json.
I'm very unexperienced in troubleshooting apache and php issues, so I might be missing an important detail here.
I know that Debian changed some policies concerning php json in Jessie, due to legal reasons. Can it be that Owncloud will no longer work on Jessie?
|