WPIntell

Source evidence

Plugin Source Code Error

WP PHP Console · support · 2018-03-22T15:28: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.

6 / 35 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mrjman006 resolved
When I installed the plugin, I got a syntax error “unexpected T-String”. It was in <plugin-source-root>/wp-php-console/wp-php-console.php on line 71. I changed return new \WP_PHP_Console\Plugin(); to return new Plugin(); and it seemed to work. It says my php version is not supported, but that is a different problem. What is your PHP version? Do you have by any chance multiple copies of this plugin running? I tried this on my live site through a hosting provider. I only had one copy running and the php version of my hosting provider is 5.2.17. The plugin seems to activate just fine my localhost installation which is php version 7.2.3. Hope this helps. As mentioned in the plugin page, you need 5.4.0 minimum to run this plugin. I believe 5.2.17 is even below standard WordPress requirement, which should be 5.2.4. Your host is vulnerable as such outdated version of PHP hasn’t been supported for years. Try have them update to at least 5.6. Cheers

Comments

3 shown
Fulvio Notarstefano 2018-04-06T04:00:00+00:00

What is your PHP version? Do you have by any chance multiple copies of this plugin running?

mrjman006 2018-04-08T15:57:00+00:00

I tried this on my live site through a hosting provider. I only had one copy running and the php version of my hosting provider is 5.2.17. The plugin seems to activate just fine my localhost installation which is php version 7.2.3. Hope this helps.

Fulvio Notarstefano 2018-04-09T01:54:00+00:00

As mentioned in the plugin page, you need 5.4.0 minimum to run this plugin. I believe 5.2.17 is even below standard WordPress requirement, which should be 5.2.4. Your host is vulnerable as such outdated version of PHP hasn’t been supported for years. Try have them update to at least 5.6. Cheers