206 Star 1.1K Fork 413

zyx0814 / dzzoffice

 / 详情

onlyoffice配置完成后,对应文档一直显示“正在加载文档”

待办的
创建于  
2021-01-14 19:52

环境:Windows 10
安装了postgresql 、erlang、rabbitmq作为onlyoffice document server运行环境;
phpstudy作为dzzoffice运行环境;

评论 (11)

Young 创建了任务
Young 关联仓库设置为zyx0814/dzzoffice
展开全部操作日志

我是WIN2019同样的问题,各个版本的软件都换了一遍问题还是一样

我也是一样的问题

这个问题看来没有人能解答了.我都装了N遍了.

我的也是,一直在加载中

有没有解决的,麻烦说一下怎么处理

大神,你的问题解决了吗

请问你解决了吗 我的也是这个问题

是不是没有在postgresql 中创建onlyoffice需要的数据库表
see
https://helpcenter.onlyoffice.com/installation/docs-enterprise-install-windows.aspx?_ga=2.86937819.29123809.1641295427-1055919443.1641295427

cd /D "%ProgramFiles%\PostgreSQL\9.6\bin"(onlyoffice folder)
psql -U postgres -c "CREATE DATABASE onlyoffice;"
psql -U postgres -c "CREATE USER onlyoffice WITH password 'onlyoffice';"
psql -U postgres -c "GRANT ALL privileges ON DATABASE onlyoffice TO onlyoffice;"

参考https://forum.onlyoffice.com/t/issue-loading-documents-within-documentserver/908/6
大致意思为高版本postgre会导致异常问题,推荐安装9.6版本postgre,实测正常运行,采取楼下说的修改配置没啥用

I discover why today, it is because it does not support latest Postgresql, it only works with version 9.6 DBs, i searched a lot and there is no mention for such note so beware everyone, this is tested on Windows Server 2012 R2, it does not support RTL languages till that time too

Thanks so much

Oh, sorry about that. I think you faced the bug (49168) which is related to a different encryption method in the latest PostgreSQL versions. We are working on it. There’s a workaround solution for such situations while we are working on the fix(if that’s exactly what I think, it’s possible to switch the encryption method), but using v.9.6 is a good choice too.

Just in case, I’ll leave information about workaround solution in case of using the latest versions of PostgreSQL here for forum users:

Install PostgreSQL 13 or higher;

Change the encryption method from scram-sha-256 to md5 in postgresql.conf;

Create the ONLYOFFICE database and user as specified in the “Creating a database” section of this article Installing ONLYOFFICE Docs for Windows on a local server - ONLYOFFICE 3

Install the latest version of the Document Server.

As for RTL languages support. We know that the community asks about that. Unfortunately, I cannot provide you with any timeframes at the moment. Sorry for inconvenience.

我这边出现了一种情况是配好环境之后,点击文档无法打开,chrome浏览器,但是在火狐浏览器中却可以打开

出现同样问题,有人解决了吗?

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(11)
7968547 hewenlsy 1598523956 7369707 young uma 1588605440
PHP
1
https://gitee.com/zyx0814/dzzoffice.git
git@gitee.com:zyx0814/dzzoffice.git
zyx0814
dzzoffice
dzzoffice

搜索帮助