【发布时间】:2020-03-28 22:33:19
【问题描述】:
我正在尝试在我的 linux 服务器上安装 nextcloud,但收到错误消息:
Internal Server Error
The server was unable to complete your request.
If this happens again, please send the technical details below to the server administrator.
More details can be found in the server log.
在 nextcloud.log 文件中出现此错误:
"message":{
"Exception":"Doctrine\\DBAL\\Exception\\TableNotFoundException",
"Message":"An exception occurred while executing 'SELECT * FROM \"oc_appconfig\"':\n\nSQLSTATE[42P01]: Undefined table: 7 ERROR: relation \"oc_appconfig\" does not exist\nLINE 1: SELECT * FROM \"oc_appconfig\"\n ^",
"Code":0,
"Trace":[
{
"file":"\/www\/htdocs\/nextcloud\/3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/DBALException.php",
"line":169,
"function":"convertException",
"class":"Doctrine\\DBAL\\Driver\\AbstractPostgreSQLDriver",
"type":"->",
"args":[
"An exception occurred while executing 'SELECT * FROM \"oc_appconfig\"':\n\nSQLSTATE[42P01]: Undefined table: 7 ERROR: relation \"oc_appconfig\" does not exist\nLINE 1: SELECT * FROM \"oc_appconfig\"\n ^",
{
"errorInfo":[
"42P01",
7,
"ERROR: relation \"oc_appconfig\" does not exist\nLINE 1: SELECT * FROM \"oc_appconfig\"\n ^"
],
"__class__":"Doctrine\\DBAL\\Driver\\PDOException"
}
]
},
如果这是我第一次安装,为什么会出现此错误?
【问题讨论】:
标签: nextcloud