I just attempted to install admin_menu in a fresh install of Drupal 6.17 on Ubuntu 10.04. When I went to enable the module, I got the following error:

warning: Error parsing sites/all/modules/admin_menu/admin_menu.info on line 3 in /home/krogers/workspace/NewCC/includes/module.inc on line 195.

I have not managed to track down the exact change (as I am sure I've had this module working in similar configurations), but the PHP manual states that ( and ) are have special meanings in PHP ini file values.

The solution was to enclose the admin_menu description in quotes - see attached patch.

CommentFileSizeAuthor
admin_menu_info.patch590 bytesKevin Rogers

Comments

sun’s picture

Status: Active » Fixed

Thanks for reporting, reviewing, and testing! Committed to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

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