tastyigniter / TastyIgniter

:fire: Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants
https://tastyigniter.com
MIT License
3.03k stars 988 forks source link

[Bug]: PHP 7.3 sintax error in setupcontroller #866

Closed pino0073 closed 3 years ago

pino0073 commented 3 years ago

What happened?

hello i have this error with php 7,3 when i try to install on shared hosting Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /home/mhd-01/www.yyy.net/htdocs/setup/classes/SetupController.php on line 26

anyone can help me please...

What did you expect to happen?

Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /home/mhd-01/www.zzz.net/htdocs/setup/classes/SetupController.php on line 26

Version

3.0.6

What browser are you seeing the problem on?

Firefox

Relevant log output

No response

ryanmitchell commented 3 years ago

7.3 is no longer a supported platform (PHP itself no longer supports it). Please update to 7.4 or higher.

pino0073 commented 3 years ago

i'm not able to update to 7.4

7.3 is no longer a supported platform (PHP itself no longer supports it). Please update to 7.4 or higher.

i'm not able to update to 7.4, my hosting not support it. is possible to have an old installer?

ryanmitchell commented 3 years ago

You can download an old release from GitHub releases and install using composer.