From 964e0889b537457f627447729438b313e4ce543c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 11 Apr 2016 21:13:19 -0400 Subject: Added FAQ entry about CSPRNG error --- doc/faq.markdown | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/faq.markdown b/doc/faq.markdown index 953f98e1..0a9129f2 100644 --- a/doc/faq.markdown +++ b/doc/faq.markdown @@ -20,6 +20,12 @@ I get a blank page after installing or upgrading Kanboard - If you use an aggressive OPcode caching, reload your web-server or php-fpm +I have the error "There is no suitable CSPRNG installed on your system" +----------------------------------------------------------------------- + +If you use PHP < 7.0, you need to have the openssl extension enabled or `/dev/urandom` accessible from the application if restricted by an `open_basedir` restriction. + + Page not found and the URL seems wrong (&amp;) -------------------------------------------------- -- cgit v1.2.3