WPIntell

Source evidence

Stinks

Branded Login Screen · review · 2013-06-04T17:15:00+00:00

complaintsentiment
mediumseverity
0.93relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 28 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
joax unresolved
The plugin is requiring php 5.3.. which is not installed on my server.. alright not all that bigga’ deal.. but the uninstall fill has an php error so you’ll have to delete it via http://FTP. . The 5.3 requirement is a mistake on my part. It should require only PHP 5.2.4 same as WordPress ( wordpress.org/about/requirements/ ). I will get this fixed as soon as possible. You can edit line 234 to look for version 5.2.4 instead of 5.3 if this will help you get the plugin working on your site: 234 $php_ver_needed = '5.2.4'; As far as the uninstall script goes, I will have to do a little rewrite to make it do what it is supposed to do. I can get the PHP version check and the uninstall completed in version 3.0.1. Misspelled ‘defined’ (definded) in the line below. This causes the PHP error. I will get this updated and uploaded as soon as possible. if ( !definded( 'WP_UNINSTALL_PLUGIN' ) ) exit (); Should be: if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit (); All fixes are in place. Even though the download button for the plugin says 3.0, it will download 3.1 with the fixes mentioned above. uuh.. and where’s the settings page at? haha.. I see the how-to now.. dropped a comment on your site for the beta testing.. i’ll got some ideas for you.. your current business model has room for some improvements 😉

Comments

5 shown
Kerry Webster 2013-06-09T04:48:00+00:00

The 5.3 requirement is a mistake on my part. It should require only PHP 5.2.4 same as WordPress ( wordpress.org/about/requirements/ ). I will get this fixed as soon as possible. You can edit line 234 to look for version 5.2.4 instead of 5.3 if this will help you get the plugin working on your site: 234 $php_ver_needed = '5.2.4'; As far as the uninstall script goes, I will have to do a little rewrite to make it do what it is supposed to do. I can get the PHP version check and the uninstall completed in version 3.0.1.

Kerry Webster 2013-06-09T05:22:00+00:00

Misspelled ‘defined’ (definded) in the line below. This causes the PHP error. I will get this updated and uploaded as soon as possible. if ( !definded( 'WP_UNINSTALL_PLUGIN' ) ) exit (); Should be: if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit ();

Kerry Webster 2013-06-09T07:39:00+00:00

All fixes are in place. Even though the download button for the plugin says 3.0, it will download 3.1 with the fixes mentioned above.

joax 2013-06-10T11:19:00+00:00

uuh.. and where’s the settings page at?

joax 2013-06-10T11:23:00+00:00

haha.. I see the how-to now.. dropped a comment on your site for the beta testing.. i’ll got some ideas for you.. your current business model has room for some improvements 😉