Skip to content

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

Open
dk-tgz wants to merge 1 commit into
cosmocode:masterfrom
dk-tgz:issue_81
Open

[issue#81] Fix DokuHTTPClient class not found error for DokuWiki 2025…#82
dk-tgz wants to merge 1 commit into
cosmocode:masterfrom
dk-tgz:issue_81

Conversation

@dk-tgz

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

Copy link
Copy Markdown

…-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

dk-tgz commented Jun 19, 2025

Copy link
Copy Markdown
Author

@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