-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Expected behavior
Should show me the example-files (example.odt) and the "+"-Button for adding files.
Actual behaviour
Displays only the sidebar and an empty folder-overview. (All Icons are in a low quality and pixelated.)

Server configuration
Operating system:
Ubuntu 14.04 LTS
Web server:
Apache + Nginx Reserve Proxy
Database:
SQLite
PHP version:
Tested with FPM and FastCGI 5.5, 5.6, 7.0
ownCloud version: (see ownCloud admin page)
9.0.0 RC1
Updated from an older ownCloud or fresh install:
fresh
Where did you install ownCloud from:
owncloud.org test build
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => 'mydomain.de',
),
'datadirectory' => '/var/www/vhosts/mydomain.de/httpdocs/owncloud/data',
'overwrite.cli.url' => 'http://mydomain.de/owncloud',
'dbtype' => 'sqlite3',
'version' => '9.0.0.16',
'logtimezone' => 'UTC',
'installed' => true,
);
Client configuration
Browser:
Tested with Safari and Firefox
Operating system:
OS X El Capitan
Logs
ownCloud log
Error PHP is_readable(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/var/www/vhosts/mydomain.de/:/tmp/) at /var/www/vhosts/mydomain.de/httpdocs/owncloud/3rdparty/paragonie/random_compat/lib/random.php#66 2016-03-05T11:11:55+00:00```