Title: syntax error, unexpected &#8216;[&#8216;
Last modified: February 16, 2018

---

# syntax error, unexpected ‘[‘

 *  Resolved [fbandiki](https://wordpress.org/support/users/fbandiki/)
 * (@fbandiki)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/syntax-error-unexpected-13/)
 * Hi
    I use the php version 5.3
 * After installing the plugin, this error message appears
 * Parse error: syntax error, unexpected ‘[‘ in /home/lidesan/www/wp-content/plugins/
   carousel-slider/templates/admin/hero-banner-slider.php on line 243
 *  <?php
    243 $animations = [ ” => esc_html__( ‘None’, ‘carousel-slider’ ), ‘fadeInDown’
   => esc_html__( ‘Fade In Down’, ‘carousel-slider’ ), ‘fadeInUp’ => esc_html__(‘
   Fade In Up’, ‘carousel-slider’ ), ‘fadeInRight’ => esc_html__( ‘Fade In Right’,‘
   carousel-slider’ ), ‘fadeInLeft’ => esc_html__( ‘Fade In Left’, ‘carousel-slider’),‘
   zoomIn’ => esc_html__( ‘Zoom In’, ‘carousel-slider’ ), ]; ?>

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [fbandiki](https://wordpress.org/support/users/fbandiki/)
 * (@fbandiki)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/syntax-error-unexpected-13/#post-9981363)
 * Hi
 * I solved it that way
 * Should be $fields = array(…
 * instead of $fields => array(
 * Thanks
    fbandiki
 *  [shbayah](https://wordpress.org/support/users/shbayah/)
 * (@shbayah)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/syntax-error-unexpected-13/#post-10011084)
 * Hello,
 * Sorry didn’t get how to solve it. which $fields are you referring to? cant see
   any ” => array(” to change it to “= array (“.
 * Thank you.
 *  [shbayah](https://wordpress.org/support/users/shbayah/)
 * (@shbayah)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/syntax-error-unexpected-13/#post-10011094)
 * It’s Ok seems I got it.
 * $animations = [ should be changed by $animations = array(

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘syntax error, unexpected ‘[‘’ is closed to new replies.

 * ![](https://ps.w.org/carousel-slider/assets/icon.svg?rev=3102828)
 * [Carousel Slider](https://wordpress.org/plugins/carousel-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-slider/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [shbayah](https://wordpress.org/support/users/shbayah/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/syntax-error-unexpected-13/#post-10011094)
 * Status: resolved