我正在我的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"
}
]
},如果这是我的第一次安装,我为什么会有这个错误?
发布于 2019-12-04 16:32:32
您应该向提供有关安装的更多信息,。示例:操作系统、web服务器、DB服务器、php版本等。
但对我来说,DB服务器似乎出了问题。可以进入吗?如果是,请检查是否有您的DB。
向oBiE问好
https://stackoverflow.com/questions/59170665
复制相似问题