Hi,

In some cases, when $info is empty @ line 420, the following error is thrown.
isset() or notempty() check is required for the $info['module'];
Notice: Undefined index: module in variable_type_include() (line 422 of /var/www/html/toi-dev/sites/all/modules/contrib/variable/variable.module).

regards
Chakri

Comments

jose reyero’s picture

Status: Active » Postponed (maintainer needs more info)

That property should be always present unless we are using a wrong variable type. So the bug should be somewhere else, maybe some variable using an undefined type ?

jose reyero’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)