This is from openchurch:

Notice: Undefined offset: 1 in superfish_contents() (line 484 of /home1/austinsl/public_html/homelessadvocacyministry/profiles/openchurch/modules/contrib/superfish/superfish.module).

The line in question:

list($menu_name, $mlid) = explode(':', variable_get('superfish_menu_' . $delta, 'main-menu:0')); assumes an mlid. I think strongarm is only storing 'main-menu' as the value but superfish_contents is expecting the mlid.

Maybe you could break this in a couple different lines and use a couple isset() calls to verify the values?

Comments

drupalninja99’s picture

Status: Active » Fixed

I fixed this by manually editing the strongarm value to be main-menu:0 - maybe when I stored it originally it was prior to some update? Anywho this is fixed now.

Status: Fixed » Closed (fixed)

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