-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documents not loading since 4.1.0 #533
Comments
i'm facing a similar problem. On my setup both owncloud and collabora ar hosted on the same machine, installed versions are: ownCloud: 10.13.4.1 Opening a file results in an HTTP 500 internal Server error:
The correcspondin Owncloud Error Message is:
Note /usr/share/nginx/html/wolke is the owncloud base dir and owncloud is one hour off... (i think i should fix this some time) I can not find any corresponding access to the collabora instance. Let me know if i should perform some tests or further information for debuging is needed. |
Hello, so far it's still not working with richdocuments 4.1.0 and the latest collabora 23.05.6.5.1. |
Can you please try #535 out and report back? Thx. |
It is also recommended to apply following core fix owncloud/core#41161 |
Thanks @pako81 for the reply, I did the suggested changes manually: apps/richdocuments/lib/AppInfo/Application.php
core/Controller/AppRegistryController.php
Resulting in the same error as befor :
|
The same here, Clean installation, owncloud and collabora. |
Hello, a little head's UP. |
@voodoovood & @cs35-owncloud , what happend when you remove the I guess the issue is here; https://github.com/owncloud/richdocuments/blob/master/lib/DocumentService.php#L144 |
Noticed the same today on the following system:
Initially i received the following mentioned error:
which changes to the following after trying the previous suggestion to remove the
and the only difference in the log is the following: --- <unnamed>
+++ <unnamed>
@@ -5,7 +5,7 @@
"user":"removed",
"app":"index",
"method":"GET",
-"url":"\/apps\/richdocuments\/documents.php\/index?fileId=removed&dir=%2F",
+"url":"\/apps\/richdocuments\/documents.php\/index?fileId=removed",
"message":"Exception: {
\"Exception\":\"Exception\",
\"Message\":\"The requested uri(\\\/apps\\\/richdocuments\\\/documents.php\\\/index) cannot be processed by the script '\\\/index.php\\\/apps\\\/richdocuments\\\/documents.php')\", |
Anyone? The app is currently not usable due to this bug/problem. |
Hello,
I had an issue with richdocuments that could not load documents a few weeks ago that's explained in this issue, it seems to have been fixed in 4.1.0.
I upgraded my ownCloud instances to 10.13.0 and richdocuments to 4.1.0, and now documents are still not loading and I don't have any logs on the collabora instance to understand what could be causing this issue.
ownCloud: 10.13.0
richdocuments: 4.1.0
My ownCloud server and my collabora server are on several machine. My collabora server is behind an HAProxy.
Any time I try to open a file with collabora, my ownCloud server returns me an http 302 code, it doesn't seem to even reach my HAProxy server.
Here's the log of my NGinx ownCloud server:
If I log to my Collabora server's admin page, I see no statistics whatsoever about any documents, but at least the admin is UP which makes me think that there's a communication problem between my ownCloud instance and my collabora instance.
I changed nothing on my configuration wether it's on the ownCloud server, the collabora server or the HAProxy, I just updated the softwares.
I'm not sure if I gave enough relevant informations about this problem, feel free to give my any pointers to improve.
Thanks.
The text was updated successfully, but these errors were encountered: