-
Notifications
You must be signed in to change notification settings - Fork 17
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
PHP 8.1 - Warnings on Admin pages #63
Comments
Also on http://path.to/dokuwiki/doku.php?id=index&do=admin&page=sync
The next 2 warnings occur on lines 284, 288, 300, 303, 311, 314, 317
|
This fixes concerns reported by splitbrain#63 that I've also observed on my side. (Note that this does not fix every warnings, but most of those already. I've also observed some near line 560 because when the key 'local' is not defined. I'm not really sure how this corner case should be fixed. Anyway, I guess the leftover could probably be tackled by future PR, given that this one already improves a bit the situation)
This fixes concerns reported by splitbrain#63 that I've also observed on my side. (Note that this does not fix every warnings, but most of those already. I've also observed some near line 560 because when the key 'local' is not defined. I'm not really sure how this corner case should be fixed. Anyway, I guess the leftover could probably be tackled by future PR, given that this one already improves a bit the situation)
This fixes concerns reported by splitbrain#63 that I've also observed on my side. (Note that this does not fix every warnings, but most of those already. I've also observed some near line 560 because when the key 'local' is not defined. I'm not really sure how this corner case should be fixed. Anyway, I guess the leftover could probably be tackled by future PR, given that this one already improves a bit the situation)
This fixes concerns reported by splitbrain#63 that I've also observed on my side. (Note that this does not fix every warnings, but most of those already. I've also observed some near line 560 because when the key 'local' is not defined. I'm not really sure how this corner case should be fixed. Anyway, I guess the leftover could probably be tackled by future PR, given that this one already improves a bit the situation)
This fixes concerns reported by splitbrain#63 that I've also observed on my side.
This fixes concerns reported by splitbrain#63 that I've also observed on my side.
@splitbrain considering your recent note in @gturri's PR (#65 (comment))
When you say this is all moot, does this mean that you would not be accepting further PRs patching this issue (or other quick / compatibility fixes), due to the pending refactor ? If not, are you planning to resume the refactoring effort at some point ? Or should this plugin be considered dead / unsupported ? |
I would accept pull requests on top of the |
OK, fair enough.
Sadly the poor non-profit organizations I use this plugin for most likely can't afford your rates 🤑 Code contributions is really the best I could offer. Do you reckon the refactor branch is in a more-or-less usable state ? If so I could consider beta-testing it and providing patches. |
I really do not remember. The biggest change was that instead of passing each file as a single POST variable JSON is exchanged with the backend to avoid running into limits with too many variables when a lot has changed. Or at least that was the plan. I really don't remember how far I came... |
OK I guess I'll just wait for a few years then 😉 |
just give it try... |
Occurs with PHP 8.1 / DokuWiki Igor when accessing the Admin page (http://path.to/dokuwiki/doku.php?id=index&do=admin)
The text was updated successfully, but these errors were encountered: