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”
- MSAnswered
Hello,
Please upload your php version to 7.0 - 7.2 that will fix your issue.
Thank you
- TTAnswered
same 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
- TTAnswered
my php version 7.3
- MSAnswered
tito titos That lines contains
null coalescing
that is only supported inphp7+
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
- TTAnswered
I 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 Please post new question. Thank you
- LMAnswered
I have the same problem, i have 7.2.7 php version.
- MSAnswered
The 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