As per https://forum.dokuwiki.org/thread/14245, the latest stable release of DokuWiki (Frusterick Manners) gives a fatal error when trying to save from install.php:
Fatal error: Call to undefined function random_int() in /var/www/public/inc/PassHash.class.php on line 630
vendor/paragonie/random_compat/lib/random_int.php is in-place, but it's not being found.
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
As per https://forum.dokuwiki.org/thread/14245, the latest stable release of DokuWiki (Frusterick Manners) gives a fatal error when trying to save from install.php:
vendor/paragonie/random_compat/lib/random_int.php
is in-place, but it's not being found.OS: Ubuntu 16.04 image from https://box.scotch.io/ containing PHP 5.6.
The text was updated successfully, but these errors were encountered: