Skip to content
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

broken after update to nxcl 27 and 8.0 version #832

Closed
insound opened this issue Jun 14, 2023 · 4 comments
Closed

broken after update to nxcl 27 and 8.0 version #832

insound opened this issue Jun 14, 2023 · 4 comments

Comments

@insound
Copy link

insound commented Jun 14, 2023

Information Value
Document Server version 7.40
Connector version 8.0.0
OnlyOffice Server Docker
Nextcloud Server OS Oracle linux 8
Client Browser Chrome latest

Error log:
OC\AppFramework\Utility\QueryNotFoundException: Could not resolve OCA\Onlyoffice\AppInfo\Application! Class "OCA\Onlyoffice\AppInfo\Application" does not exist at <>

  1. cloud/lib/private/AppFramework/Utility/SimpleContainer.php line 142
    OC\AppFramework\Utility\SimpleContainer->resolve("OCA\Onlyoffice\AppInfo\Application")
  2. cloud/lib/private/ServerContainer.php line 171
    OC\AppFramework\Utility\SimpleContainer->query("OCA\Onlyoffice\AppInfo\Application", true)
  3. cloud/apps/onlyoffice/lib/AdminSettings.php line 41
    OC\ServerContainer->query("OCA\Onlyoffice\AppInfo\Application")
  4. cloud/apps/settings/lib/Controller/CommonSettingsTrait.php line 129
    OCA\Onlyoffice\AdminSettings->getForm()
  5. cloud/apps/settings/lib/Controller/AdminSettingsController.php line 83
    OCA\Settings\Controller\AdminSettingsController->formatSettings([[["OCA\Onlyoffice\AdminSettings"]]])
  6. cloud/apps/settings/lib/Controller/CommonSettingsTrait.php line 149
    OCA\Settings\Controller\AdminSettingsController->getSettings("onlyoffice")
  7. cloud/apps/settings/lib/Controller/AdminSettingsController.php line 68
    OCA\Settings\Controller\AdminSettingsController->getIndexResponse("admin", "onlyoffice")
    7.cloud/lib/private/AppFramework/Http/Dispatcher.php line 230
    OCA\Settings\Controller\AdminSettingsController->index("onlyoffice")
  8. cloud/lib/private/AppFramework/Http/Dispatcher.php line 137
    OC\AppFramework\Http\Dispatcher->executeController(["OCA\Settings\ ... "], "index")
  9. cloud/lib/private/AppFramework/App.php line 183
    OC\AppFramework\Http\Dispatcher->dispatch(["OCA\Settings\ ... "], "index")
  10. cloud/lib/private/Route/Router.php line 315
    OC\AppFramework\App::main("OCA\Settings\ ... r", "index", ["OC\AppFramewo ... "], ["onlyoffice","s ... "])
  11. cloud/lib/base.php line 1064
    OC\Route\Router->match("/settings/admin/onlyoffice")
  12. cloud/index.php line 36
    OC::handleRequest()

GET /cloud/settings/admin/onlyoffice at 2023-06-14T14:53:30+00:00

Connector doenst work.

@piiskop
Copy link

piiskop commented Jun 14, 2023

I confirm that after upgrading to 27, there is no option to open any files with ONLYOFFICE but only do download.

@SergeyKorneyev
Copy link

Could you try restarting PHP and the web server like mentioned here?

@insound
Copy link
Author

insound commented Jun 15, 2023

It really helped. Smth strange because i had cleaned opcache and thats have no succcess. Thanks.

@piiskop
Copy link

piiskop commented Jun 16, 2023

Could you try restarting PHP and the web server like mentioned here?

I guess you did not read my comment there:

This is not a fix for me as I am not using docker and Nextcloud is running on apache2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants