Posted by asb on July 9, 2008 at 3:33pm
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | update.module |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
after upgrading from 6.2 to 6.x-dev, I'm getting the following error:
notice: Undefined index: name in /var/www/drupal/modules/update/update.compare.inc on line 84.Greetings, -asb
Comments
#1
Issue solved by upgrading to rev. 6.3.
Greetings, -asb
#2
That's just because official releases of core turn off E_ALL warnings, where as the -dev versions keep them visible. The warning is almost certainly still there, though it's obviously not a serious problem in the behavior of the module.
#3
That means that one of your module's .info files lack a name = My module line, which is going to cause lots of other major things. We can't be expected to work around broken modules.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.