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

No access to the admin area after activating full text search #747

Open
Peachy74 opened this issue May 4, 2023 · 1 comment
Open

No access to the admin area after activating full text search #747

Peachy74 opened this issue May 4, 2023 · 1 comment

Comments

@Peachy74
Copy link

Peachy74 commented May 4, 2023

When I activate the Full text Search app, I can no longer access the admin area, and I get the following error message in the logs:

fehlerindexexception: Class "OCA\FullTextSearch\AppInfo\Application" not found in file '/var/www/nextcloud/apps/fulltextsearch/lib/Settings/AdminSection.php' line 68/var/www/nextcloud/lib/private/AppFramework/App.php - line 183:OC\AppFramework\Http\Dispatcher->dispatch()/var/www/nextcloud/lib/private/Route/Router.php - line 315:OC\AppFramework\App::main()/var/www/nextcloud/lib/base.php - line 1056:OC\Route\Router->match()/var/www/nextcloud/index.php - line 36:OC::handleRequest()Verursacht durch Error: Class "OCA\FullTextSearch\AppInfo\Application" not found/var/www/nextcloud/lib/private/Settings/Manager.php - line 136:OCA\FullTextSearch\Settings\AdminSection->getID()/var/www/nextcloud/lib/private/Settings/Manager.php - line 242:OC\Settings\Manager->getSections()/var/www/nextcloud/apps/settings/lib/Controller/CommonSettingsTrait.php - line 116:OC\Settings\Manager->getAdminSections()/var/www/nextcloud/apps/settings/lib/Controller/CommonSettingsTrait.php - line 67:OCA\Settings\Controller\AdminSettingsController->formatAdminSections()/var/www/nextcloud/apps/settings/lib/Controller/CommonSettingsTrait.php - line 148:OCA\Settings\Controller\AdminSettingsController->getNavigationParameters()/var/www/nextcloud/apps/settings/lib/Controller/AdminSettingsController.php - line 68:OCA\Settings\Controller\AdminSettingsController->getIndexResponse()/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 230:OCA\Settings\Controller\AdminSettingsController->index()/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 137:OC\AppFramework\Http\Dispatcher->executeController()/var/www/nextcloud/lib/private/AppFramework/App.php - line 183:OC\AppFramework\Http\Dispatcher->dispatch()/var/www/nextcloud/lib/private/Route/Router.php - line 315:OC\AppFramework\App::main()/var/www/nextcloud/lib/base.php - line 1056:OC\Route\Router->match()/var/www/nextcloud/index.php - line 36:OC::handleRequest()

Nextcloud Hub 4 (26.0.1)
PHP 8.1.18

Does anyone have any idea why this might be

Thank you for your help
Alex

@joshtrichards
Copy link
Member

Best guess is this was caching matter. Worse case restarting your app server take care of it. Happens when updating sometimes. Did the problem disappear on its own after a time?

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

2 participants