FA
Asked
Since i installed the simple POS - Point of Sale Made Easy, it hasn't been showing which means not been working but the i checked the error log and i got this
"[17-Jan-2020 02:50:15 Africa/Lagos] PHP Parse error: syntax error, unexpected '?' in /home2/jimakeov/public_html/salon/app/libraries/Tec.php on line 36"
"[17-Jan-2020 02:50:15 Africa/Lagos] PHP Parse error: syntax error, unexpected '?' in /home2/jimakeov/public_html/salon/app/libraries/Tec.php on line 36"
- MSAnsweredHello,
Please upload your php version to 7.0 - 7.2 that will fix your issue.
Thank you - TTAnsweredsame to me
error log [20-Jan-2020 14:58:20 Asia/Riyadh] PHP Parse error: syntax error, unexpected '?' in /home2/titotitos/public_html/app/libraries/Tec.php on line 36 - TTAnsweredmy php version 7.3
- MSAnswered**[tito titos](/u/tito.2125)** That lines contains `null coalescing` that is only supported in `php7+` PHP7.3 supports null coalescing operator so your version might not be 7.3, please check with your host or add info.php to the folder to check version on folder.
> **Please ask new question, instead of replying to other user's question as it will send them notifications** - TTAnsweredI update PHP but now I see this message
(Sorry, this page doesn't exist. Please check the URL or go back a page.) - MSAnswered**[tito titos](/u/tito.2125)** Please post new question. Thank you
- LMAnsweredI have the same problem, i have 7.2.7 php version.
- MSAnsweredThe error is due to 'null coalescing operator' and php7 support them. You need to double check your php version and please post new question. Thank you
- Login to Reply