Title: Parse error
Last modified: August 30, 2016

---

# Parse error

 *  Resolved [dw4526](https://wordpress.org/support/users/dw4526/)
 * (@dw4526)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/parse-error-364/)
 * Help!
    I receive this message when my website comes up: Parse error: syntax error,
   unexpected ‘[‘ in /home/content/d/w/4/dw4526/html/wp-content/plugins/local-market-
   explorer/modules/market-stats.php on line 74 It has to do with this line of code:
   $noshowarr = [‘PERCENT LISTING PRICE REDUCTION’, ‘MEDIAN LIST PRICE’, ‘HOMES 
   FOR SALE’,’HOMES RECENTLY SOLD’,’MEDIAN VALUE PER SQ FT’,’HOMES FOR SALE BY OWNER’,’
   NEW CONSTRUCTION’,’FORECLOSURES’]; I have had to deactivate the plugin so my 
   website can load
 * [https://wordpress.org/plugins/local-market-explorer/](https://wordpress.org/plugins/local-market-explorer/)

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

 *  [chaos](https://wordpress.org/support/users/chaos1/)
 * (@chaos1)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/parse-error-364/#post-6616420)
 * I am getting the same error.
 * It looks like the way they wrote $noshowarr needs to be changed, it’s assumed
   that the object is init as an array?
 * I changed the surrounded [] brackets to array()
 * So line 74 looks like:
 *     ```
       $noshowarr = array('PERCENT LISTING PRICE REDUCTION', 'MEDIAN LIST PRICE', 'HOMES FOR SALE','HOMES RECENTLY SOLD','MEDIAN VALUE PER SQ FT','HOMES FOR SALE BY OWNER','NEW CONSTRUCTION','FORECLOSURES');
       ```
   
 *  [Josh](https://wordpress.org/support/users/joshguss/)
 * (@joshguss)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/parse-error-364/#post-6616606)
 * Hello-
 * I am seeing this same error on one of my client’s site which actually brought
   it down…
 * Parse error: syntax error, unexpected ‘[‘ in /nas/wp/www/staging/englishteam/
   wp-content/plugins/local-market-explorer/modules/market-stats.php on line 74
 * We have deactivated the plugin for now and will keep an eye on this thread for
   an update.
 *  Plugin Author [dustin999](https://wordpress.org/support/users/dustin999/)
 * (@dustin999)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/parse-error-364/#post-6616621)
 * The new 4.1.1 version fix this issue.

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

The topic ‘Parse error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/local-market-explorer.svg)
 * [Local Market Explorer](https://wordpress.org/plugins/local-market-explorer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/local-market-explorer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/local-market-explorer/)
 * [Active Topics](https://wordpress.org/support/plugin/local-market-explorer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/local-market-explorer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/local-market-explorer/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [dustin999](https://wordpress.org/support/users/dustin999/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/parse-error-364/#post-6616621)
 * Status: resolved