-
Notifications
You must be signed in to change notification settings - Fork 48
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
Mindmap app floods log files in NC26 due to deprecated /appinfo/app.php #184
Comments
Does 0.0.28 fix this, too!? |
Doesn't look fixed in 0.0.28, I'm still seeing this error in my debug logs |
No it does not fix this. Still one debug entry in NC's log per second triggered by mindmap... |
+1 |
Hi @ACTom, i've got a commit moving from app.php to Application.php, so that this annoying warning is fixed. Woud you mind to accept me as contributor so that i can propose you a pull request ? Note :One thing is that last version of files_mindmap would require now NC 20 with this fix. |
@smarinier Could you fork this repo, commit your change and then eventually make a PR to merge from your forked repo in this one? Would be keen also to get the fix fast. |
Hi @mkrecek234 and @ACTom, as asked, i've forked and submitted my PR. You can have a look and even test it. |
Mindmap needs to refactor to IBoostrap for NC26, currently it throws this error once a second in the NC26 log file:
/appinfo/app.php is deprecated, use \\OCP\\AppFramework\\Bootstrap\\IBootstrap on the application class instead.
@ACTom Can this be fixed easily?
The text was updated successfully, but these errors were encountered: