summaryrefslogtreecommitdiff
path: root/doc/faq.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-06 23:00:58 -0500
commit7f3bf38e8db9288d92f2864be4f66b14adf80971 (patch)
tree57c5d31876ba50c1674736493f58d9ab4e59474b /doc/faq.markdown
parent5c84996ee7140e2cff1d8e18fb9482e8a4c020a8 (diff)
Fix typo in documentation
Diffstat (limited to 'doc/faq.markdown')
-rw-r--r--doc/faq.markdown20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/faq.markdown b/doc/faq.markdown
index 3d542a30..de7c9801 100644
--- a/doc/faq.markdown
+++ b/doc/faq.markdown
@@ -14,21 +14,21 @@ I get a blank page after installing or upgrading Kanboard
---------------------------------------------------------
- Check if you have installed all requirements on your server
-- Check if the files have the correct permissions
+- Check if the files have the correct permission
- If you use php-fpm and opcode caching, reload the process to be sure to clear the cache
- Enable PHP error logging in your php.ini
- Check the PHP and Apache error logs you should see the exact error
-Page not found and the url seems wrong (&amp;amp;)
+Page not found and the URL seems wrong (&amp;amp;)
----------------------------------------------
-- The url looks like `/?controller=auth&amp;action=login&amp;redirect_query=` instead of `?controller=auth&action=login&redirect_query=`
+- The URL looks like `/?controller=auth&amp;action=login&amp;redirect_query=` instead of `?controller=auth&action=login&redirect_query=`
- Kanboard returns a "Page not found" error
-This issue come from your PHP configuration, the value of `arg_separator.output` is not the PHP's default, there is different ways to fix that:
+This issue comes from your PHP configuration, the value of `arg_separator.output` is not the PHP's default, there is different ways to fix that:
-Change the value directly in your `php.ini` if you have the permission:
+Change the value directly in your `php.ini` if you can:
```
arg_separator.output = "&"
@@ -62,12 +62,12 @@ We recommend to switch to the last version of PHP because it's bundled with [OPc
Why the minimum requirement is PHP 5.3.3?
-----------------------------------------
-Kanboard use the function `password_hash()` to crypt passwords but it's available only for PHP >= 5.5.
+Kanboard uses the function `password_hash()` to crypt passwords but it's available only for PHP >= 5.5.
-However, there is a backport for [older versions of PHP](https://github.com/ircmaxell/password_compat#requirements).
-This library require at least PHP 5.3.7 to work correctly.
+However, there is a back-port for [older versions of PHP](https://github.com/ircmaxell/password_compat#requirements).
+This library requires at least PHP 5.3.7 to work correctly.
-Apparently, Centos and Debian backports security patches so PHP 5.3.3 should be ok.
+Apparently, Centos and Debian back-ports security patches so PHP 5.3.3 should be ok.
Kanboard v1.0.10 and v1.0.11 requires at least PHP 5.3.7 but this change has been reverted to be compatible with PHP 5.3.3 with Kanboard >= v1.0.12
@@ -88,7 +88,7 @@ open http://localhost:8000/
How to migrate my tasks from Wunderlist?
----------------------------------------
-You can use an external tool to import automatically your tasks and lists from Wunderlist to Kanboard.
+You can use an external tool to import your tasks automatically and lists from Wunderlist to Kanboard.
This is a command line script made by a contributor of Kanboard.
It's simple, quick and dirty but it works :)