Skip to content

[issue#81] Fix DokuHTTPClient class not found error for DokuWiki 2025… #82

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dk-tgz
Copy link

@dk-tgz dk-tgz commented Jun 19, 2025

…-05-14a

Update StatisticsBrowscap to use the correct namespaced HTTP client class (dokuwiki\HTTP\DokuHTTPClient) instead of the deprecated DokuHTTPClient. This resolves the "Class DokuHTTPClient not found" error that occurs when the statistics plugin attempts to fetch remote browscap data.

  • Replace DokuHTTPClient with dokuwiki\HTTP\DokuHTTPClient
  • Remove URL parameter from constructor (pass to get() method instead)
  • Ensures compatibility with DokuWiki "Librarian" release

…-05-14a

Update StatisticsBrowscap to use the correct namespaced HTTP client class
(dokuwiki\HTTP\DokuHTTPClient) instead of the deprecated DokuHTTPClient.
This resolves the "Class DokuHTTPClient not found" error that occurs when
the statistics plugin attempts to fetch remote browscap data.

- Replace DokuHTTPClient with dokuwiki\HTTP\DokuHTTPClient
- Remove URL parameter from constructor (pass to get() method instead)
- Ensures compatibility with DokuWiki "Librarian" release
@dk-tgz dk-tgz mentioned this pull request Jun 19, 2025
@dk-tgz
Copy link
Author

dk-tgz commented Jun 19, 2025

@splitbrain could you please check this?

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

Successfully merging this pull request may close these issues.

1 participant