diff options
Diffstat (limited to 'doc/faq.markdown')
-rw-r--r-- | doc/faq.markdown | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/faq.markdown b/doc/faq.markdown index 953f98e1..fd31158a 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;) -------------------------------------------------- @@ -103,6 +109,7 @@ Where can I find a list of related projects? - [Trello import script by @matueranet](https://github.com/matueranet/kanboard-import-trello) - [Chrome extension by Timo](https://chrome.google.com/webstore/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh?utm_source=chrome-ntp-icon), [Source code](https://github.com/BlueTeck/kanboard_chrome_extension) - [Python client script by @dzudek](https://gist.github.com/fguillot/84c70d4928eb1e0cb374) +- [Shell script for SQLite to MySQL/MariaDB migration by @oliviermaridat](https://github.com/oliviermaridat/kanboard-sqlite2mysql) Are there some tutorials about Kanboard in other languages? |