Title: [Fix] Syntax Error Unexpected &#039;[&#039;
Last modified: August 21, 2016

---

# [Fix] Syntax Error Unexpected '['

 *  ResolvedTheme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [12 years ago](https://wordpress.org/support/topic/fix-syntax-error-unexpected/)
 * If you have the syntax error upon installing Ignite, I’m very sorry. There is
   a fix on the way.
 * Here’s how to fix your site now:
 * In functions.php line 380, change this:
 * `$remove = [];`
 * to this:
 * `$remove = array();`
 * The original syntax isn’t supported in older versions of PHP which is the cause
   of the fatal error.

The topic ‘[Fix] Syntax Error Unexpected '['’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignite/1.84/screenshot.png)
 * Ignite
 * [Support Threads](https://wordpress.org/support/theme/ignite/)
 * [Active Topics](https://wordpress.org/support/theme/ignite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignite/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/fix-syntax-error-unexpected/)
 * Status: resolved