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

OCA\Unsplash\AppInfo\Application is not setup via query() but directly #120

Open
barart opened this issue Apr 12, 2023 · 0 comments
Open
Labels

Comments

@barart
Copy link

barart commented Apr 12, 2023

After update to NC26 this line is on my error_log file:

Error unsplash RuntimeException: App class OCA\Unsplash\AppInfo\Application is not setup via query() but directly

/nc/apps/unsplash/lib/AppInfo/Application.php - line 32:

OCP\AppFramework\App->__construct("unsplash", [])

/nc/apps/unsplash/appinfo/routes.php - line 9:

OCA\Unsplash\AppInfo\Application->__construct()

/nc/lib/private/Route/Router.php - line 422:

include_once("/nc ... p")

/nc/lib/private/Route/Router.php - line 163:

OC\Route\Router->requireRouteFile("/nc ... p", "unsplash")

/nc/lib/private/Route/Router.php - line 273:

OC\Route\Router->loadRoutes()

/nc/lib/private/Route/Router.php - line 307:

OC\Route\Router->findMatchingRoute("/ocsapp/search/providers")

/nc/ocs/v1.php - line 63:

OC\Route\Router->match("/ocsapp/search/providers")

/nc/ocs/v2.php - line 23:

require_once("/nc ... p")
@barart barart added the bug label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant