Hey all,

I'm building an install profile and have included HTML5 tools as a dependency. Every time I run the install, I'm getting the following notice:

Notice: Undefined index: elements in install_profile_modules() (line 1420 of /var/www/public/includes/install.core.inc).

I've narrowed it down to HTML5 tools, after spending a bit of time figuring out which module it was!

Do you know what might be causing this?

Thanks

Comments

hass’s picture

Status: Active » Closed (cannot reproduce)

Verify if all modules (e.g. Elements) are available. Try debug this line:

$non_required[$module] = $files[$module]->sort;