Closed LMS235 closed 2 years ago
Could you reinstall the tag plugin in the Extension Manager, and test if it is solved?
Error solved with the actual https://github.com/dokufreaks/plugin-tag/archive/refs/heads/master.zip
But now:
Error: Cannot access protected property helper_plugin_tag::$namespace
somethin with the fix is wrong. after restore the old version it works again (with the warnings)
Could you please provide the entire error message from the log file?
Which (tag related) plugins do you use? I guess some other plugins depends on the namespace property..
Cloud Plugin (for 15 TOP Tags)
i found these uses, temporary fix is making 'namespace' temporary public https://codesearch.dokuwiki.org/xref/plugin/cumulus/syntax.php#141 https://codesearch.dokuwiki.org/xref/plugin/ckgedit/action/tagapi.php#64 https://codesearch.dokuwiki.org/xref/plugin/cloud/syntax.php#114
Warnings with PHP8.1
PHP Warning: Trying to access array offset on value of type null in .../lib/plugins/tag/helper.php on line 427