Skip to content
Robert Pohl edited this page May 16, 2016 · 1 revision

FAQ

Q: I get: syntax error, unexpected '[' in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/WooCommerce-master/index.php

A: These days, the unexpected [ array bracket is commonly seen on outdated PHP versions. The short array syntax is available since PHP >= 5.4. Older installations only support array().
Solution: Upgrade PHP.