Hallo,
bin zwar neu im Forum hoffe aber Ihr könnt mir einen Tipp geben.
Versuche gerade in einem Expert XL Tarif eine Owncloud 9.0 zu installieren.
Login per ssh und wget auf den Web installer.
Aufruf über https und installation mit mysql haben ohne Probleme funktioniert.
Beim versuch eine Datei hochzuladen folgende Meldung von Owncloud: "You don’t have permission to upload or create files here"
Test mit chmod -R 777 owncloud/ hat keine besserung gebracht.
Aus dem LOG: "app":"PHP","message":"is_readable(): open_basedir restriction in effect. File(\/dev\/urandom) is not within the allowed path(s): (\/var\/www\/vhosts\/XXXX...
open_basedir alle getestet
Aufruf über SSH
Code
bash-4.1$ /usr/local/php56/bin/php -f cron.php
Data directory (/var/www/vhosts/hostingXXX.netcup.net/XXX/owncloud/data) is invalid
Please check that the data directory contains a file ".ocdata" in its root.
Cannot create "data" directory (/var/www/vhosts/hostingXXXXXX.netcup.net/XXXXXX/owncloud/data)
This can usually be fixed by <a href="https://doc.owncloud.org/server/9.0/go.php?to=admin-dir_permissions" target="_blank">giving the webserver write access to the root directory</a>.
bzw.
bash-4.1$ /usr/local/php56/bin/php -f console.php files:scan --all
Data directory (/var/www/vhosts/hostingXXXX.netcup.net/XXXX/owncloud/data) is invalid
Please check that the data directory contains a file ".ocdata" in its root.
Cannot create "data" directory (/var/www/vhosts/hostingXXX.netcup.net/XXX/owncloud/data)
This can usually be fixed by <a href="https://doc.owncloud.org/server/9.0/go.php?to=admin-dir_permissions" target="_blank">giving the webserver write access to the root directory</a>.
An unhandled exception has been thrown:
exception 'Exception' with message 'Environment not properly prepared.' in /XXX/owncloud/lib/private/console/application.php:120
Stack trace:
#0 /XXX/owncloud/console.php(87): OC\Console\Application->loadCommands(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
Display More
Berechtigung für Webserver???
Hat jemand eine Idee?
Danke
walter