After upgrading from 6.x-1.0-rc5 to 6.x-1.0-rc6, the following warning messages appear when accessing /admin/by-module. Tried on both Drupal core 6.17 and 6.19, and the same results.

warning: Invalid argument supplied for foreach() in .../includes/common.inc on line 928.
warning: strtr(): The second argument is not an array in .../includes/common.inc on line 945.

If I remove this module, the warning messages go away.

Comments

Anonymous’s picture

Status: Active » Fixed

I changed the code, and committed it to the development snapshot.

Thank you for your report.

Anonymous’s picture

Status: Fixed » Patch (to be ported)

Actually, the code still needs to be ported to branch 6.x-2.

Anonymous’s picture

Status: Patch (to be ported) » Fixed

I committed the code also for the branch 6.x-2.

Status: Fixed » Closed (fixed)

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