- Apr 24, 2018
-
-
L. Ivanovich Harrison authored
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.
-
- Mar 21, 2018
-
-
Michael Große authored
This check was useful in ages past, when there was no conf/local.php However, nowadays it causes the installer to fail with the snapshot version of DokuWiki and since we now have a dedicated local.php, it has become obsolete.
-
- Feb 14, 2018
-
-
Andreas Gohr authored
When a server has no PHP support enabled, it will either prompt to download a PHP file or may display it as HTML instead. When a user tries to run install.php with a server that does the latter, they will see some weird garbage with the browser trying to interpret raw PHP as HTML. This pathc adds a warning at the top, telling the user what is going on.
-
- Dec 06, 2017
-
-
DeathCamel57 authored
Access attempts to security.png are normally denied, so the name of the file will be more self-descriptive
-
- Aug 01, 2017
-
-
Phy authored
-
- Mar 31, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Feb 20, 2017
-
-
Yousong Zhou authored
Otherwise the it will fail with the following error: 2017/02/20 14:34:57 [error] 16242#0: *59 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function random_int() in /var/www/dokuwiki/inc/PassHash.class.php on line 630" while reading response header from upstream, client: 172.18.35.245, server: _, request: "POST /dokuwiki/install.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "10.5.234.170", referrer: "http://10.5.234.170/dokuwiki/install.php" Fixes #1852
-
- Feb 19, 2017
-
-
Guy Brand authored
-
- Jun 26, 2016
-
-
Guy Brand authored
-
- Jun 14, 2016
-
-
Anders Sandblad authored
-
- Aug 10, 2015
-
-
Guy Brand authored
-
- Jul 12, 2015
-
-
Anika Henke authored
-
- Jan 07, 2015
-
-
Andreas Gohr authored
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
-
- Oct 14, 2014
-
-
Andreas Gohr authored
that's the version in Debian old stable
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
-
- Sep 29, 2014
-
-
Andreas Gohr authored
-
- Jun 21, 2014
-
-
Andreas Gohr authored
this adds the ability to place a install.conf file next to the install.php which contains additional config options to be written to conf/local.php on completion of the installer. The install.conf is automatically deleted then. This is useful for automated DokuWiki installers or downloaders that take care of downloading DokuWiki and then drop the user in the default install dialog for initial setup. These tools may set up host specific things options like rewrites, image magic path or file permission settings in this preset.
-
- May 24, 2014
-
-
Andreas Gohr authored
-
- May 05, 2014
-
-
Guy Brand authored
-
- Dec 08, 2013
-
-
Guy Brand authored
-
- Nov 18, 2013
-
-
Guy Brand authored
-
- Nov 17, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
- Nov 09, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
- Oct 29, 2013
-
-
Andreas Gohr authored
-
- Jul 21, 2013
-
-
Anika Henke authored
-
- Jun 02, 2013
-
-
Andreas Gohr authored
-
- May 10, 2013
-
-
Guy Brand authored
-
- Apr 19, 2013
-
-
Andreas Gohr authored
server side resizing now needs a security hash which we can' provide in the installer, yet.
-
- Mar 31, 2013
-
-
lupo49 authored
-
- Mar 06, 2013
-
-
Guy Brand authored
-
- Feb 16, 2013
-
-
Andreas Gohr authored
-
- Dec 16, 2012
-
-
Andreas Gohr authored
-
- Dec 07, 2012
-
-
Andreas Gohr authored
-
- Sep 14, 2012
-
-
Michael Hamann authored
According to the documentation the function was removed in PHP 5.4.0 though it still seems to exist in my PHP 5.4.6 installation.
-
- Sep 10, 2012
-
-
Guy Brand authored
-
- Jul 28, 2012
-
-
Andreas Gohr authored
-