diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-11 21:13:19 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-11 21:13:19 -0400 |
commit | 964e0889b537457f627447729438b313e4ce543c (patch) | |
tree | a805d736f2bb9925c0bad1b060ed2ca6d709453f | |
parent | 06b86313c9b33899dcec1a430f1c3016e193c1d9 (diff) |
Added FAQ entry about CSPRNG error
-rw-r--r-- | doc/faq.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
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;) -------------------------------------------------- |