Home
last modified time | relevance | path

Searched hist:"7 ac1baa0050d31cd1db1b1c90fb122d4f6da841b" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/
H A Dinstall.php7ac1baa0050d31cd1db1b1c90fb122d4f6da841b Tue Apr 24 09:35:41 UTC 2018 L. Ivanovich Harrison <35902473+ivanovich@users.noreply.github.com> Add simple catch-all to left install.php div

Background: I was trying to install DokuWiki in my chrooted OpenBSD webserver. The install seemed funky (generated config but not ACLs), and the installer page, instead of even showing any errors, was just blank after submitting initial parameters. Long story short, I edited install.php to approximately this effect, and finally got a visible error, which let me find out that I needed to create $CHROOT/dev/{a,u,s,}random. I would have found that out a lot sooner and torn out a lot less of my beautiful hair if something like this were already in place. After all, the installation phase is where one expects many edge cases and whatnot. Would help newcomers with strange environments to make more actionable forum posts crying for help. Please consider.