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

some small incompatibilities #10

Open
huibintema opened this issue Dec 1, 2020 · 0 comments
Open

some small incompatibilities #10

huibintema opened this issue Dec 1, 2020 · 0 comments

Comments

@huibintema
Copy link

Dokuwiki Release 2020-07-29 "Hogfather"

After installing plugin, dokuwiki stopped working in various browsers from various computers:
"This page isn’t working
local.strw.leidenuniv.nl is currently unable to handle this request.
HTTP ERROR 500"

Manually running the doku.php gave the following message:

php doku.php
PHP Fatal error: Declaration of syntax_plugin_alertbox::handle($match, $state, $pos, &$handler) must be compatible with dokuwiki\Extension\SyntaxPlugin::handle($match, $state, $pos, Doku_Handler $handler) in /web1/allegrowiki/lib/plugins/alertbox/syntax.php on line 61

After making the suggested change manually, another error popped up:

php doku.php
PHP Fatal error: Declaration of syntax_plugin_alertbox::render($mode, &$renderer, $data) must be compatible with dokuwiki\Extension\SyntaxPlugin::render($format, Doku_Renderer $renderer, $data) in /web1/allegrowiki/lib/plugins/alertbox/syntax.php on line 61

After fixing this one, the dokuwiki started working again.

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

1 participant