Whenever Drupal is getting a list of modules, it will report an notice error about missing a name property.

Notice: Undefined index: name in system_sort_modules_by_info_name() (line 916 of .../modules/system/system.admin.inc).

This is because ajax example module has capitalized name property in ajax_regions_example.info:2.

Just rename Name = Ajax Regions loader example to name = Ajax Regions loader example

Cheerz o/

Comments

tcmug’s picture

Status: Active » Fixed

Thanks!

Fixed in master :)

tcmug’s picture

Status: Fixed » Closed (fixed)

I'll just change the status to...