PHP Parse error: syntax error, unexpected identifier "NAME" #2338
-
Shlink version4.4.0 PHP version8.3 How do you serve ShlinkSelf-hosted nginx Database engineMariaDB Database version10.11 Current behaviorNot installing with dist.
Found this one here: https://github.com/shlinkio/shlink-installer
Docker compose file is complicated too. Could get it run due Port issues. Expected behaviorEasy installation Minimum steps to reproduceInstall Cloudpanel and test it as a user without root rights. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This error means you are not using PHP 8.3, but an older version that doesn't support enums. You'll need to make sure at least PHP 8.3 is used. |
Beta Was this translation helpful? Give feedback.
-
I am using PHP 8.3 |
Beta Was this translation helpful? Give feedback.
This error means you are not using PHP 8.3, but an older version that doesn't support enums.
You'll need to make sure at least PHP 8.3 is used.