Using latest dev of both core and all modules. Visiting the Modernizr settings page (../admin/config/development/modernizr) throws this series of errors:

Notice: Undefined index: test in modernizr_generate_url() (line 57 of /var/www/my-site/sites/all/modules/modernizr/modernizr.admin.inc).
Notice: Undefined index: test in modernizr_generate_url() (line 69 of /var/www/my-site/sites/all/modules/modernizr/modernizr.admin.inc).
Notice: Undefined index: test in modernizr_generate_url() (line 57 of /var/www/my-site/sites/all/modules/modernizr/modernizr.admin.inc).
Notice: Undefined index: test in modernizr_generate_url() (line 69 of /var/www/my-site/sites/all/modules/modernizr/modernizr.admin.inc).
Notice: Undefined index: test in modernizr_generate_url() (line 57 of /var/www/my-site/sites/all/modules/modernizr/modernizr.admin.inc).
Notice: Undefined index: test in modernizr_generate_url() (line 69 of /var/www/my-site/sites/all/modules/modernizr/modernizr.admin.inc).

You'll notice that there are actually two notices repeated 3 times. So, my guess is that it has something to do with the 3 tests registered by the module itself (CSS classes injection/html5shiv + printshiv/yepnope.js)

CommentFileSizeAuthor
#1 1671346-1-admin-notices.patch1.06 KBrupl

Comments

rupl’s picture

Status: Active » Needs review
StatusFileSize
new1.06 KB

Thanks for the report, klonos! It seems like I forgot to update the admin UI after changing the underlying API. Can you try this patch and confirm that it's fixed?

carajito’s picture

Status: Needs review » Patch (to be ported)

Patch ok for me at the moment

klonos’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

...sorry for the late reply. Yes! This fixes the issue. Thanx ;)

rupl’s picture

Status: Reviewed & tested by the community » Fixed

Wunderbar! Committed to dev.

klonos’s picture

Thanx Chris!

PS: "Wonderbar, a German expression used in English, which means wonderful." ...had too google this one ;)

rupl’s picture

Just brushing up on mein Deutsch for DC Munich!

klonos’s picture

:D

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.