在我的Ubuntu20.04桌面上重新安装ownCloud时,我遇到了一些问题。
这是我尝试登录后得到的:

发布于 2021-03-12 11:12:57
我自己已经找到了解决这个问题的办法:
cd /path/to/your/owncloud
wget https://gist.github.com/VicDeo/bb0689104baeb5ad2371d3fdb1a013ac/raw/04bb98e08719a04322ea883bcce7c3e778e3afe1/DoctrineMariaDB102.patch
patch -p0 < DoctrineMariaDB102.patch来源:https://github.com/owncloud/core/issues/28695#issuecomment-332174798
https://askubuntu.com/questions/1322824
复制相似问题