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

Switch from PSR-0 namespacing to PSR-4 to fix Nextcloud 27 compatibility #222

Merged
merged 2 commits into from
Jun 18, 2023

Conversation

burned42
Copy link
Contributor

Keeweb broke on me after nextcloud 27 update and I saw #219 and gave it a try. I applied the suggested changes from https://help.nextcloud.com/t/breaking-removal-of-psr-0-class-loader-in-nextcloud-27/153916 which fixed the errors and made keeweb work again for me with nextcloud 27.

I deleted the autoload.php as it doesn't seem to contain any code and otherwise it would also have to be moved or it's path be adjusted in Application.php.

Fixes #219

@arnowelzel
Copy link
Collaborator

Thanks for your help!

@arnowelzel arnowelzel merged commit 80d8136 into jhass:master Jun 18, 2023
@burned42 burned42 deleted the fix_namespacing branch June 19, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autoload path not allowed
2 participants