e-alfred / ocdownloader

ocDownloader - AGPL-licensed multi-protocol download manager for Nextcloud using ARIA2, youtube-dl and Curl (supports Youtube, BitTorrent, HTTP, FTP)
https://github.com/e-alfred/ocdownloader
GNU Affero General Public License v3.0
375 stars 85 forks source link

OcDownloader conflicts with the setting menu of nextcloud (Version: 15.0.0), making it impossible to enter the setup menu. #109

Closed xiawenq closed 5 years ago

xiawenq commented 5 years ago
### Steps to reproduce 1. setup the ocDownloader. 2. enable the ocDownloader. 3. enter the setting page. "https://xxxxxxx.com/index.php/settings/user" 4. ### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what happens instead ### Server configuration **Operating system**: offical docker image. **Web server:** offical docker image. **Database:** offical docker image. **PHP version:** offical docker image. **Nextcloud version:** (see Nextcloud admin page) V15.0.0 **Updated from an older Nextcloud/ownCloud or fresh install:** update from an older Nextcloud **Where did you install Nextcloud from:** from docker image. **Signing status:**
Signing status ``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ``` none.
**List of activated apps:**
App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```
**Nextcloud configuration:**
Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```
**Are you using external storage, if yes which one (currently not supported by ocDownloader):** local/smb/sftp/... **Are you using encryption (currently not supported by ocDownloader):** yes/no **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... #### LDAP configuration (delete this part if not used)
LDAP config ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```
#### ocDownloader configuration: **Which downloader are you using:** Curl/Aria2 **Do you use a proxy:** Yes/No no **Which protocols do you allow**: FTP/HTTP/Bittorrent/Youtube #### Aria2c configuration (remove if not used): **Which command line/configuration options are you using:** Post command line/options here... ##### Aria2c error log
Aria2c log file (set the log level to debug by using --log-level=debug) ``` Insert your Aria2c error log here ```
### Client configuration **Browser:** **Operating system:** ### Logs #### Web server error log
Web server error log ``` Insert your webserver log here ```
#### Nextcloud log (data/nextcloud.log)
Nextcloud log ``` Insert your Nextcloud log here ```
#### Browser log
Browser log Error | index | Error: Call to undefined function style()/var/www/html/lib/private/legacy/app.php - line 622:include()/var/www/html/lib/private/Settings/Manager.php - line 306:OC_App::getForms("personal")/var/www/html/settings/Controller/CommonSettingsTrait.php - line 93:OC\Settings\Manager->getPersonalSections()/var/www/html/settings/Controller/CommonSettingsTrait.php - line 46:OC\Settings\Controller\PersonalSettingsController->formatPersonalSections("personal", "personal-info")/var/www/html/settings/Controller/CommonSettingsTrait.php - line 125:OC\Settings\Controller\PersonalSettingsController->getNavigationParameters("personal", "personal-info")/var/www/html/settings/Controller/PersonalSettingsController.php - line 57:OC\Settings\Controller\PersonalSettingsController->getIndexResponse("personal", "personal-info")/var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 166:OC\Settings\Controller\PersonalSettingsController->index("personal-info")/var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 99:OC\AppFramework\Http\Dispatcher->executeController(OC\Settings\ ... {}, "index")/var/www/html/lib/private/AppFramework/App.php - line 118:OC\AppFramework\Http\Dispatcher->dispatch(OC\Settings\ ... {}, "index")/var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:OC\AppFramework\App::main("OC\\Setting ... r", "index", OC\AppFramew ... {}, { section: " ... "})<>OC\AppFramework\Routing\RouteActionHandler->__invoke({ section: " ... "})/var/www/html/lib/private/Route/Router.php - line 297:call_user_func(OC\AppFramew ... {}, { section: " ... "})/var/www/html/lib/base.php - line 987:OC\Route\Router->match("/settings/user")/var/www/html/index.php - line 42:OC::handleRequest() -- | -- | -- ![ga 9 d46d7u 2u2oym3d5](https://user-images.githubusercontent.com/16216470/50879417-c72d1500-1415-11e9-8a95-89259cff588f.png) ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
e-alfred commented 5 years ago

I made a new release that should temporarily fix the problem.

xiawenq commented 5 years ago

OK,thank you very mouch. I'll update the newest version and test.

xiawenq commented 5 years ago

The latest version has solved this problem. Thank you very much for your help, I think I can close this issue.