Home
last modified time | relevance | path

Searched hist:"02 bca5d42d808721c3ef1d5ac01621a4f7c18411" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/
H A Dinstall.php02bca5d42d808721c3ef1d5ac01621a4f7c18411 Mon Feb 20 07:51:31 UTC 2017 Yousong Zhou <yszhou4tech@gmail.com> Fix calling undefined function random_int() when doing install.php

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