WPIntell

Source evidence

Parse error

Local Market Explorer · support · 2015-10-05T16:59:00+00:00

mixedsentiment
mediumseverity
0.84relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 30 rows with source links

6.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dw4526 resolved
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/ 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'); 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. The new 4.1.1 version fix this issue.

Comments

3 shown
chaos 2015-10-05T20:04:00+00:00

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 2015-10-08T22:41:00+00:00

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.

dustin999 2015-10-09T19:52:00+00:00

The new 4.1.1 version fix this issue.