[Fixed] Owncloud fails to install - Debien Jessie - Yunohost 2.2

Hi,

I’ve setup a brand new droplet with Debian 8 64bits at Digital Ocean.
I followed the installation instructions and everything went smoothly.

I then created a domain and a user, and tried to install Owncloud via the command line yunohost app install owncloud.

It failed, you’ll find the install logs here.

Even though the install failed, visiting mydomain.com/owncloud showed a page with the following error :

PHP is configured to populate raw post data. Since PHP 5.6 this will lead to PHP throwing notices for perfectly valid code.
To fix this issue set always_populate_raw_post_data to -1 in your php.ini

I re-installed the Debian Jessie and Yunohost from scratch, modified the /etc/php5/fpm/php.ini as instructed in the previous error message, and tried again to install Owncloud via the command line again.

It failed, you’ll find the install logs here.

Even though the install failed, visiting mydomain.com/owncloud showed the Owncloud login page (SSO doesn’t work here). If I enter my username/password, I’m correctly logged in to Owncloud and it seems to work fine.

Any idea what’s wrong?

Best,
Thomas.

Cannot really help but, I have a similar issue and reported it 2 days ago

We had an issue with PHP 5.6, it is now resolved. Please upgrade OwnCloud and let us know :wink:

I re-installed it and it worked, thanks a lot! :thumbsup: