WPIntell

Source evidence

Dropdowns don’t work

NutritionWP · support · 2017-10-08T20:03:00+00:00

mixedsentiment
mediumseverity
0.85relevance
6replies
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
Steve resolved
Serving Type is a drop down with no options Why does serving size start at 0.01? It looks like it might be a problem with networked blog mode – I can get this plugin working on a single site install but not on multisite Debug shows: [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 567 [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 567 [08-Oct-2017 21:04:18 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:18 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 567 [08-Oct-2017 21:04:34 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:34 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 56 7 This reply was modified 8 years, 7 months ago by Steve . This reply was modified 8 years, 7 months ago by Steve . Steve, If you can, I’d like to take a look at your installation to determine the problem. Please send me a request at https://rescuethemes.com/basic-support-request/ Thank you Steve, I know what it is now. The drop down is not working on older versions of php. If you run php7 (which is way faster than php5x) it works great. I will see what I can do to support php5.x The serving size can be any decimal. You can just type it in. Web browsers will start with the first decimal (0.1) if you are clicking on the up/down arrows that some browsers use. I was thinking last night that it might be PHP versions. My test/dev site on my laptop is PHP7 but the main live server is 5.5.9 which I can’t upgrade at the moment due to some other dependencies on. Its almost as if the construct in the private class isn’t properly setting things up, even though $this seems to work in other parts of the class. Yes, I just uploaded 1.0.7 which resolves the issue. Thank you for letting me know! I can confirm that it now works Thanks for fixing it so quickly

Comments

6 shown
Steve 2017-10-08T21:03:00+00:00

It looks like it might be a problem with networked blog mode – I can get this plugin working on a single site install but not on multisite Debug shows: [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 567 [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:17 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 567 [08-Oct-2017 21:04:18 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:18 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 567 [08-Oct-2017 21:04:34 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 475 [08-Oct-2017 21:04:34 UTC] PHP Notice: Undefined variable: this in /webstuff/blogs/wp-content/plugins/nutritionwp/admin/class-nutritionwp-admin.php on line 56 7 This reply was modified 8 years, 7 months ago by Steve . This reply was modified 8 years, 7 months ago by Steve .

Rescue Themes 2017-10-09T16:44:00+00:00

Steve, If you can, I’d like to take a look at your installation to determine the problem. Please send me a request at https://rescuethemes.com/basic-support-request/ Thank you

Rescue Themes 2017-10-09T17:04:00+00:00

Steve, I know what it is now. The drop down is not working on older versions of php. If you run php7 (which is way faster than php5x) it works great. I will see what I can do to support php5.x The serving size can be any decimal. You can just type it in. Web browsers will start with the first decimal (0.1) if you are clicking on the up/down arrows that some browsers use.

Steve 2017-10-09T17:18:00+00:00

I was thinking last night that it might be PHP versions. My test/dev site on my laptop is PHP7 but the main live server is 5.5.9 which I can’t upgrade at the moment due to some other dependencies on. Its almost as if the construct in the private class isn’t properly setting things up, even though $this seems to work in other parts of the class.

Rescue Themes 2017-10-09T17:38:00+00:00

Yes, I just uploaded 1.0.7 which resolves the issue. Thank you for letting me know!

Steve 2017-10-10T18:16:00+00:00

I can confirm that it now works Thanks for fixing it so quickly