From 27c8f2614d183572e05a1e4f7eb7068f172379ae Mon Sep 17 00:00:00 2001 From: jekkos Date: Fri, 6 Apr 2018 13:49:58 +0200 Subject: [PATCH] Add system folder missing to first point in FAQ (#1930) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37fe4b8e2..bb5d6aaea 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ If missing information is not provided within a week we will close your issue. FAQ --- +* If you are seeing the message 'system folder missing', then you have cloned the source using git and you need to run a build *first*. Check INSTALL.md for instructions or download latest zip file from bintray instead. + * If at login time you read "The installation is not correct, check your php.ini file.", please check the error_log in public folder to understand what's wrong. Any PHP extension related issue is due to one of the point below. * If a blank page (HTTP status 500) shows after search completion or receipt generation, then double check `php-gd` presence in your php installation. On windows check in php.ini whether the lib is installed. On Ubuntu issue `sudo apt-get install php5-gd`. Also have a look at the Dockerfile for a complete list of recommended packages.