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

deprecated logs #262

Open
NbverHub opened this issue Dec 28, 2023 · 1 comment
Open

deprecated logs #262

NbverHub opened this issue Dec 28, 2023 · 1 comment

Comments

@NbverHub
Copy link

NbverHub commented Dec 28, 2023

Hi!
In the View Logs-deprecated of dokuwiki, the following are being identified:

resolve_id() is deprecated. It was called from helper_plugin_move_handler::resolveMoves() in .../plugins/move/helper/handler.php:69 dokuwiki\File\Resolver and its children should be used instead!
resolve_pageid() is deprecated. It was called from helper_plugin_move_handler::relativeLink() in .../plugins/move/helper/handler.php:134 dokuwiki\File\PageResolver should be used instead!
trigger_event() is deprecated. It was called from helper_plugin_move_rewrite::rewrite() in .../plugins/move/helper/rewrite.php:237 \dokuwiki\Extension\Event::createAndTrigger should be used instead!

There is no big problem in using the wiki, but the log keeps piling up unnecessarily.
I want you to update to solve this.

@Zweihorn
Copy link

Same here. Installed on "Kaos" (2024-02-06) and logs keep piling up with:

trigger_event() is deprecated. It was called from helper_plugin_move_rewrite::rewrite() in /var/www/html/dokuwiki/lib/plugins/move/helper/rewrite.php:237 \dokuwiki\Extension\Event::createAndTrigger should be used instead!

Doku_Parser::__construct() is deprecated. It was called from helper_plugin_move_rewrite::rewrite() in /var/www/html/dokuwiki/lib/plugins/move/helper/rewrite.php:242 dokuwiki\Parsing\Parser should be used instead!

resolve_id() is deprecated. It was called from helper_plugin_move_handler::resolveMoves() in /var/www/html/dokuwiki/lib/plugins/move/helper/handler.php:69 dokuwiki\File\Resolver and its children should be used instead!

resolve_pageid() is deprecated. It was called from helper_plugin_move_handler::relativeLink() in /var/www/html/dokuwiki/lib/plugins/move/helper/handler.php:134 dokuwiki\File\PageResolver should be used instead!

helper_plugin_move_handler::_finalize() is deprecated. It was called from dokuwiki\Parsing\Parser::parse in /var/www/html/dokuwiki/inc/Parsing/Parser.php:124 finalize() should be used instead!

This is annoying to the SysAdm..

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

2 participants