-
Notifications
You must be signed in to change notification settings - Fork 22
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
Settings for the default viewer are not working with NC 20.0.0 #20
Comments
Can you test if the problem still appears with release 1.4.4? Do you see any error in the Browser console or logs? |
It changed a bit. The save dialog still stays forever but is seems to change the underlying configuration. PDFs are now opened with the PDF viewer. Sadly as a side effect I now get an internal server error when I try to open an epub or cbz. I get the following logmessage: [index] Error: Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing 'SELECT * FROM SQLSTATE[42S02]: Base table or view not found: 1146 Table 'owncloud.oc_reader_prefs' doesn't exist at <>
GET /index.php/apps/epubreader/?file=%2Fremote.php%2Fwebdav%2Febook%2FA_book.epub&type=application%2Fepub%2Bzip |
Version 1.4.5 (on NC 20.0.1) is working better than 1.4.4 . No internal server error anymore. epub, pdf and cbz are opening fine in epubreader. The configuration is still not working for me. Changing an option in Settings -> Additional settings changes the checkbox and shows a save dialog that stays forever. A reload of the page shows all boxes as checked again. an pdf is still opened in epubreader when clicked. The 'view' option in the menu is opening the pdf in PDF viewer as a workaround. 1.4.5 and 1.4.3 behaves similar in that regard. Changing the options doesn't give me any output in the log. |
V 1.4.5 on NC 20.0.4 shows the same for me. Classic install, not docker or snap. I looked at the http traffic, and it seems the ajax post request from the admin page to /index.php/apps/epubreader/ajax/personal.php never gets through, the server responds immediatelly with a 302 redirect to /apps/dashboard - the request never even reaches personal.php Might be due to some csrf protection setting or just a misconfiguration on my side, I am still trying to find some documentation on how requests are actually routed on NC. |
Having the same problem. The browser (firefox) throws following error
|
My PR #41 should fix the issue about the redirect done after changing settings |
Running epubreader (1.4.2) on Nextcloud 20.0.0 I'm not able to change the default viewer settings for Epub, PDF, CBR/CBZ.
Clicking one of the checkboxes triggers the box and the save dialog opens but never finishes. When the page is reloaded the setting is switched back to the previous state. When activated epubreader is the default viewer for all options (Epub, PDF, CBR/CBZ) and I'm not able to deactivate the settings.
Thanks for your great work.
The text was updated successfully, but these errors were encountered: