-
Notifications
You must be signed in to change notification settings - Fork 3
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
Kirby crashes on latest version when plugin is installed as git submodule #14
Comments
Should be fixed with the latest release |
Unfortunately this issue is not fixed with the latest release. It seems that |
could you provide a repository with a reproduction of the bug? |
Here you go: https://github.com/nelhop/kirby_better-rest This is just the Kirby starterkit and better-rest as a git submodule. |
@nelhop Could you try deleting the |
@robinscholz This makes Kirby available again, but crashes the API itself: {
"status": "error",
"exception": "Error",
"code": 0,
"message": "Class 'Robinscholz\\Betterrest' not found",
"details": null,
"file": "plugins/better-rest/index.php",
"line": 22
} |
After Updating better-rest to its latest version (1.2.8) Kirby (3.5.3.1) throws an ErrorException on startup:
The text was updated successfully, but these errors were encountered: