Error in local_menu.info
| Project: | Local Menu |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | david.drennan |
| Status: | closed |
Jump to:
While loading the main modules page, the following warning appeared. "warning: Error parsing modules/local_menu/local_menu.info on line 3 in C:\xampp\htdocs\includes\module.inc on line 195." The rest of the page seems to load without issue. I looked at the file local_menu.info and on line 3 the problem appears to be the parentheses. So I changed this...
description = Show a local (part of the menu) in the context of the page you're at.
to this...
description = Show a local part of the menu in the context of the page you're at.
This has appeared to fix the problem. I find no more error message and the module now functions correctly. I'm new to Drupal but I assume that you just can't use parentheses in the description.

#1
Fixed in HEAD
#2
Automatically closed -- issue fixed for two weeks with no activity.