Closed (fixed)
Project:
Administration menu
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 12:13 UTC
Updated:
11 Aug 2010 at 02:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| admin_menu_info.patch | 590 bytes | Kevin Rogers |
Comments
Comment #1
sunThanks 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.