From 05628ddaff6c837578b8f84c9434bfc1d99c470c Mon Sep 17 00:00:00 2001 From: jekkos Date: Tue, 26 Jul 2016 11:23:08 +0200 Subject: [PATCH] Add common error message to README FAQ (#764) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b240cc1..22cd94a73 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,5 @@ FAQ * If the following error is seen in sales module `Message: Class 'NumberFormatter' not found` then you don't have `php5-intl` extension installed. Please check the [wiki](https://github.com/jekkos/opensourcepos/wiki/Localisation-support#php5-intl-extension-installation) to resolve this issue on your platform. -ca +* You are getting following error `Message: Can't use method return value in write context` saying that you are probably using PHP7 which is not completely supported yet. Check your hosting configuration to verify whether you have a supported PHP version installed +