i-net-software / i-net-software/dokuwiki-plugin-siteexport
deprecation
Open
- Dominant language
- PHP
- Stars
- 26
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
require_once() is deprecated. It was called from require() in /dokuwiki/lib/plugins/siteexport/action/aggregate.php:13 Autoloading should be used instead!
using latest dokuwiki and php 8.4
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with lib/plugins/siteexport/action/aggregate.php at line 13 and reproduce the deprecation under PHP 8.4. Trace how require() invokes require_once() there and review the plugin's loading path. Done means the deprecation no longer appears while site export continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100