dannielhendrix Posted May 7, 2019 Share Posted May 7, 2019 Hello, Wondering if anyone can help me in the right direction. until today everything worked ok... today suddenly I can not enter to the admin of my store The problem seems to be: PHP Parse error: syntax error, unexpected 'finally' (T_STRING), expecting catch (T_CATCH) in /home/....................../public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php on line 201 has anyone ever met this problem? how to solve it? Daniel Link to comment Share on other sites More sharing options...
NemoPS Posted May 9, 2019 Share Posted May 9, 2019 Your server's php version is not compatible with the finally operator, you need to upgrade it to at least php 5.5 Link to comment Share on other sites More sharing options...
dannielhendrix Posted May 9, 2019 Author Share Posted May 9, 2019 Hello NemoPS, Thank you for your response, but meanwhile the problem has been resolved and it really was something about the php version Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now