WPIntell

Source evidence

Several PHP warnings

Navgoco Vertical Multilevel Slide Menu · support · 2016-06-02T22:07:00+00:00

mixedsentiment
lowseverity
0.74relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 29 rows with source links

24.1% 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

support
christer_f resolved
I always enable debug in my development environment and found that this plugin generates at least 3 warnings : Undefined index: ng_menu_save in … all in navgoco-menu.php; lines 75, 320 and 337. I could fix this locally, but the problem will come back if there is a new version of the plugin. Author: please fix. https://wordpress.org/plugins/navgoco-menu/ thanks for letting me know – fixed in version 1.1.0 Thanks for your quick reply. In fact you just have to add this after line 48: array_key_exists('ng_menu_save', $options) or ($options['ng_menu_save'] = false); array_key_exists('ng_menu_disable_style', $options) or ($options['ng_menu_disable_style'] = false);

Comments

2 shown
neilgee 2016-06-04T07:38:00+00:00

thanks for letting me know – fixed in version 1.1.0

christer_f 2016-06-04T11:40:00+00:00

Thanks for your quick reply. In fact you just have to add this after line 48: array_key_exists('ng_menu_save', $options) or ($options['ng_menu_save'] = false); array_key_exists('ng_menu_disable_style', $options) or ($options['ng_menu_disable_style'] = false);