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

Deprecation warnings #32

Open
tomabrafix opened this issue May 12, 2024 · 0 comments
Open

Deprecation warnings #32

tomabrafix opened this issue May 12, 2024 · 0 comments

Comments

@tomabrafix
Copy link

tomabrafix commented May 12, 2024

  1. require_once() is deprecated. It was called from require() in .../lib/plugins/preregister/action.php:13 Autoloading should be used instead!
    See: https://www.dokuwiki.org/devel:releases:refactor2020#general_cleanup_suggestions

  2. ptln() is deprecated. It was called from action_plugin_preregister::metaheaders_after() in .../lib/plugins/preregister/action.php:42 echo should be used instead!

  3. utf8_strtolower() is deprecated. It was called from action_plugin_preregister::is_user() in .../lib/plugins/preregister/action.php:311 dokuwiki\Utf8\PhpString::strtolower() should be used instead!

@tomabrafix tomabrafix changed the title require_once() is deprecated. It was called from require() in ... Autoloading should be used instead! Deprecation warnings May 12, 2024
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

No branches or pull requests

1 participant