0

I installed the newest code base from Magento for the security update and now my site won't come up. When I look in the logs I see the following.

PHP Parse error: syntax error, unexpected '.' in /var/www/html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93

That's a core file that I have not touched, is this a PHP version issue or something else? Has anyone else had this issue? Thanks, JOse

asked Oct 13, 2016 at 21:48

1 Answer 1

0

... is an operator introduced in PHP version 5.6. It is also known as Splat Operator. Upgrading your PHP version should fix the error.

answered Oct 19, 2016 at 23:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.