HeyPublisher / amazon-book-store

WordPress plugin: Sell Amazon products in sidebar of your WordPress site
GNU General Public License v2.0
0 stars 1 forks source link

Parse Error on line 7 of SGW_Widget.class.php #2

Closed aguywithanidea closed 9 years ago

aguywithanidea commented 9 years ago

Actual error:

Parse error: syntax error, unexpected '[' in /support-great-writers/include/classes/SGW_Widget.class.php on line 7 `

aguywithanidea commented 9 years ago

Error is being caused by initializing array with $var = []; which only works in versions of PHP > 5.4

aguywithanidea commented 9 years ago

Resolved in plugin version 2.1.3