xif-fr / dokuwiki-plugin-catlist

DokuWiki plugin to list pages and namespaces recursively in nested lists
https://www.dokuwiki.org/plugin:catlist
8 stars 15 forks source link

Administration page become unavailable #8

Closed Zatalyz closed 6 years ago

Zatalyz commented 6 years ago

Hello, When plugin Catlist is added on the wiki, administration page (start?do=admin&page=config) become unavailable. If Catlist is deactivated, it is the same thing. The only way to retrieve the page is to uninstall the plugin.

I have the bug on my old wiki after an update, so I try on a fresh install, I this bug appear when I install catlist, and disappears when I uninstall it.

xif-fr commented 6 years ago

That's annoying... What do you want to say exactly with "administration page become unavailable" ? White page ? 505 error ? Do you see anything strange in the PHP log ?

luce-carevic commented 6 years ago

Hi!

I have the same problem. The administration page becomes blank. I tried on my old wiki after an update also. I thought the install was the problem but I made a fresh install, same problem.

xif-fr commented 6 years ago

So it works with version 2018-06-24 ? I can't manage to reproduce this bug on my wiki, I really need the PHP log. Does the error still occurs when you get to the admin page from a page which does not use catlist ?

Zatalyz commented 6 years ago

I had a line in /var/log/apache2/error.log :)

[Sun Jul 22 20:32:23.389160 2018] [:error] [pid 21840] [client 109.190.202.194:63291] PHP Parse error: syntax error, unexpected end of file in /var/www/bisdokuwiki/lib/plugins/catlist/lang/fr/settings.php on line 9, referer: https://mondomaine.com/bisdokuwiki/start?do=admin

And... it's just a ; who miss :)

xif-fr commented 6 years ago

Oh how can it be even possible to miss that >_< Fixed by commit #e2c43f4 and by version 2018-07-22 Thanks !