owncloud-apps icon indicating copy to clipboard operation
owncloud-apps copied to clipboard

Adjust files_opds for Nextcloud 16

Open noci2012 opened this issue 6 years ago • 4 comments

These fixes seem to work. wost thing was the template handling wire file => $file caused a clash.

See also: https://github.com/Yetangitu/owncloud-apps/issues/120

noci2012 avatar Jul 15 '19 22:07 noci2012

These fixes seem to work. wost thing was the template handling wire file => $file caused a clash.

See also: #120

Still not work. After adding the file_opds into Nextcloud, an item called Additonal settings was created. However, when I clicked Additonal settings as admin, it just got "HTTP ERROR 500"; when I clicked Additonal settings as personal user, it just got "Directory does not exist!"

And the logging panel shows: Cannot redeclare checkBox() (previously declared in /var/snap/nextcloud/16739/nextcloud/extra-apps/files_opds/templates/admin.php:15) at /var/snap/nextcloud/16739/nextcloud/extra-apps/files_opds/templates/admin.php#15 How can I fix it?

guoguoguilai avatar Nov 12 '19 03:11 guoguoguilai

Note this PR is nt merged in the "official" here yet. You need the tree from my repo.

noci2012 avatar Nov 24 '19 14:11 noci2012

Thank you for replying. But I really downloaded the branch from your repo(not the master). And it didn't work…

---Original--- From: "noci2012"<[email protected]> Date: 2019/11/24 22:55:05 To: "Yetangitu/owncloud-apps"<[email protected]>; Cc: "Comment"<[email protected]>;"PageGuo"<[email protected]>; Subject: Re: [Yetangitu/owncloud-apps] Adjust files_opds for Nextcloud 16 (#121)

Note this PR is nt merged in the "official" here yet. You need the tree from my repo.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

guoguoguilai avatar Nov 24 '19 15:11 guoguoguilai

The chosen directory in the user context should already exist. (AFAICT). (I already had a nextcloud directory, Library, where the documents were) so that why i never ran into this.) I will look into this.

noci2012 avatar Nov 25 '19 11:11 noci2012