Installed as normal. I copied the module to my drupal installation and went to modules and activated it. Got this error:

Notice: Undefined index: element in theme_container() (line 3147 of D:\xampp\htdocs\web\includes\form.inc).
Recoverable fatal error: Argument 1 passed to drupal_attributes() must be an array, null given, called in D:\xampp\htdocs\web\includes\form.inc on line 3159 and defined in drupal_attributes() (line 2263 of D:\xampp\htdocs\web\includes\common.inc).

Comments

jisuo’s picture

Tried replacing the module with the dev version: When I go to the module page:

Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).
Notice: Trying to get property of non-object in config_perms_permission() (line 55 of D:\xampp\htdocs\web\sites\all\modules\contrib\config_perms\config_perms.module).

then further down again:

Notice: Undefined index: element in theme_container() (line 3147 of D:\xampp\htdocs\web\includes\form.inc).
Recoverable fatal error: Argument 1 passed to drupal_attributes() must be an array, null given, called in D:\xampp\htdocs\web\includes\form.inc on line 3159 and defined in drupal_attributes() (line 2263 of D:\xampp\htdocs\web\includes\common.inc).
techpassion’s picture

This is a duplicate issue.
Please see this patch
It fixed the issue for me

Leeteq’s picture