splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

ValueError: array_combine() #334

Closed MQDuclos closed 8 months ago

MQDuclos commented 8 months ago

Just updated to PHP8.2 (Dokuwiki 2024-02-06a) and can't load any form pages. Just defaults to this error message:

**ValueError: array_combine(): Argument #1 ($keys) and argument #2 ($values) must have the same number of elements An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the bureaucracy plugin.

More info has been written to the DokuWiki error log.**

Rolling back to PHP7.4 resolves the issue. HELP!