0

我正在尝试让owncloud在我的 SUSE 11 vServer 上运行。我设法完成了准备工作,但是在我单击“完成设置”后,他收到一条错误消息

MDB2_Schema 错误:模式解析错误:解析器错误:无法打开文件。- 未知

当我查看我的 php_error_log 时,它显示以下内容:

[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Warning:  realpath(): SAFE MODE Restriction in effect.  The script whose uid is 30 is not allowed to access /srv/www/vhosts/default/htdocs owned by uid 0 in /srv/www/vhosts/default/htdocs/owncloud/lib/base.php on line 129, referer: http://s402370683.online.de/owncloud/index.php
[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Warning:  tempnam(): SAFE MODE Restriction in effect.  The script whose uid is 30 is not allowed to access /tmp owned by uid 0 in /srv/www/vhosts/default/htdocs/owncloud/lib/db.php on line 319, referer: http://s402370683.online.de/owncloud/index.php
[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Warning:  file_put_contents(): Filename cannot be empty in /srv/www/vhosts/default/htdocs/owncloud/lib/db.php on line 325, referer: http://s402370683.online.de/owncloud/index.php
[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Warning:  fopen(): Filename cannot be empty in /srv/www/vhosts/default/htdocs/owncloud/3rdparty/XML/Parser.php on line 364, referer: http://s402370683.online.de/owncloud/index.php
[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Strict Standards:  Non-static method MDB2_Schema::raiseError() should not be called statically, assuming $this from incompatible context in /srv/www/vhosts/default/htdocs/owncloud/3rdparty/MDB2/Schema/Parser.php on line 526, referer: http://s402370683.online.de/owncloud/index.php
[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Strict Standards:  Non-static method MDB2_Schema::errorMessage() should not be called statically, assuming $this from incompatible context in /srv/www/vhosts/default/htdocs/owncloud/3rdparty/MDB2/Schema.php on line 2759, referer: http://s402370683.online.de/owncloud/index.php
[Fri Feb 10 09:26:14 2012] [error] [client 46.74.14.143] PHP Strict Standards:  Only variables should be assigned by reference in /srv/www/vhosts/default/htdocs/owncloud/3rdparty/MDB2/Schema/Parser.php on line 526, referer: http://s402370683.online.de/owncloud/index.php

有人建议吗?我已经尝试了几个小时...

4

1 回答 1

1

你可以看看BitNami OwnCloud 安装程序。它是免费的,可以帮助您设置 OwnCloud 和所有依赖项(免责声明:我是 BitNami 开发人员)

于 2012-08-09T18:03:32.253 回答