Title: Error
Last modified: August 30, 2016

---

# Error

 *  Resolved [meks](https://wordpress.org/support/users/meks/)
 * (@meks)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-699/)
 * Hi,
 * The plugin “Responsive Menu Card” doesn’t work.
 * Report error:
 * Parse error: syntax error, unexpected ‘[‘ in C:\Users\Maxs\Documents\instant 
   wordpress 4.5\InstantWP_4.5\iwpserver\htdocs\wordpress\wp-content\plugins\responsive-
   menu-card-price-list-items\includes\responsive-call.php on line 59
 * [https://wordpress.org/plugins/responsive-menu-card-price-list-items/](https://wordpress.org/plugins/responsive-menu-card-price-list-items/)

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

 *  Plugin Author [mgulzar](https://wordpress.org/support/users/mgulzar/)
 * (@mgulzar)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-699/#post-6885408)
 * Hello Meks,
 * Can you please send me the WordPress site link with username and password so 
   i can review the error.
    Because i just try it at a fresh WP and it works perfect
 * thanks..!
 *  Plugin Author [mgulzar](https://wordpress.org/support/users/mgulzar/)
 * (@mgulzar)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-699/#post-6885410)
 * This is because your PHP version is 5.3
    in PHP 5.3 array is declared as $array
   = array(); BUT in PHP 5.4 its upgraded as $array = [];
 * **Solution:**
 * Just open that file (\responsive-menu-card-price-list-items\includes\responsive-
   call.php) and at line:59
 * replace
    $array = []; with $array = array(); this will solve your problem, and
   i will fix this in the plugin also
 * thanks..!
 *  Plugin Author [mgulzar](https://wordpress.org/support/users/mgulzar/)
 * (@mgulzar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/error-699/#post-6885494)
 * warning is fixed in latest release

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

The topic ‘Error’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu-card-price-list-items/assets/icon-128x128.
   jpg?rev=1294769)
 * [Responsive Menu Card | Price List Items](https://wordpress.org/plugins/responsive-menu-card-price-list-items/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu-card-price-list-items/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu-card-price-list-items/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu-card-price-list-items/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu-card-price-list-items/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu-card-price-list-items/reviews/)

## Tags

 * [line-59](https://wordpress.org/support/topic-tag/line-59/)

 * 3 replies
 * 2 participants
 * Last reply from: [mgulzar](https://wordpress.org/support/users/mgulzar/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/error-699/#post-6885494)
 * Status: resolved