I wanted to install the newest version of owncloud on a webserver.
Steps to reproduce
1. I downloaded owncloud-9.1.1.zip, extracted it and put it on the server in the directory "owncloud"
2. I set the rights for this directory, all subdirectories and all files to "777"
3. I executed index.php
4. I inserted my name and a passwort. I set the data-directory to "./owncloud/data"
Actual behaviour
I got the error message, that the data-directory couldn't be created or that it wasn't possible to write into it.
I checked on the server, and the directory "owncloud/data" had been created. There were 3 Files in it:
".htaccess"
"index.html"
"owncloud.log"
owncloud.log reads:
{"reqId":"V-jGjsCoKesAAFv2T0MAAANh","remoteAddr":"31.18.254.155","app":"PHP","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php:\/\/input stream instead. at Unknown#0","level":3,"time":"2016-10-08T10:12:34+00:00","method":"POST","url":"\/owncloud\/index.php\/heartbeat","user":"--"}
{"reqId":"V-jKFsCoKesAAG0iRsoAAACj","remoteAddr":"31.18.254.155","app":"PHP","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php:\/\/input stream instead. at Unknown#0","level":3,"time":"2016-10-08T10:27:35+00:00","method":"POST","url":"\/owncloud\/index.php\/heartbeat","user":"--"}
{"reqId":"V-jPicCoKesAACalxFgAAAIY","remoteAddr":"31.18.254.155","app":"PHP","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php:\/\/input stream instead. at Unknown#0","level":3,"time":"2016-10-08T10:50:50+00:00","method":"POST","url":"\/owncloud\/index.php\/heartbeat","user":"--"}
{"reqId":"V-jTDsCoKesAAG3MJWwAAADC","remoteAddr":"31.18.254.155","app":"PHP","message":"Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php:\/\/input stream instead. at Unknown#0","level":3,"time":"2016-10-08T11:05:53+00:00","method":"POST","url":"\/owncloud\/index.php\/heartbeat","user":"--"}
{"reqId":"V-jTH8CoKesAAFOWfmEAAAHy","remoteAddr":"31.18.254.155","app":"PHP","message":"mkdir(): No such file or directory at \/mnt\/webq\/b1\/20\/531620\/htdocs\/owncloud\/lib\/private\/Setup.php#288","level":3,"time":"2016-10-08T11:06:08+00:00","method":"POST","url":"\/owncloud\/index.php","user":"--"}
Server configuration
Operating system:
Web server:
Database: MySQL 5.5.52
PHP version: 5.6
ownCloud version (see ownCloud admin page): 9.1.1
Updated from an older ownCloud or fresh install: fresh install