Yep I'm missing the syntax conf variable - e.g. a grep for syntax only matches on a comment:
% grep syntax /etc/dokuwiki/dokuwiki.php * This is a piece of PHP code so PHP syntax applies! On Mon, 10 Aug 2026 at 14:17, Daniel Baumann <[email protected]> wrote: > retitle 1144041 type error after upgrade ($conf['syntax'] missing) > severity 1144041 important > tag 1144041 + moreinfo > thanks > > Hi, > > thank you for your report. > > I can't reproduce this after an upgrade, because When trying to > reproduce this error after an upgrade, because there is: > > $conf['syntax'] = 'dw'; //syntax flavor: 'dw', > 'md', 'dw+md', 'md+dw' > > in /etc/dokuwiki/dokuwiki.php. > > Can you check if you're missing this? > > Regards, > Daniel >

