Closed (fixed)
Project:
Droptor
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2011 at 10:34 UTC
Updated:
28 Sep 2011 at 23:30 UTC
In my recent log messages:
Notice: Undefined index: name in droptor_modules() (line 366 of /data/www/wimleers.com/sites/all/modules/droptor/droptor_feed.inc).
Notice: Undefined index: version in droptor_modules() (line 364 of /data/www/wimleers.com/sites/all/modules/droptor/droptor_feed.inc).
Happening at http://wimleers.com/droptorfeed/my-secret-key
Comments
Comment #1
jemond commentedHuh, weird. I will take a look. Thanks!
jpe
Comment #2
jemond commentedHey Wim,
I took a look at this and this would imply you have a module in your system table that doesn't have name or version information. This is odd because looking at your Droptor account I see all modules having a name and version. I went ahead and wrapped version in an isset() check, but name is already wrapped. Can you confirm you are running the latest from dev?
jpe
Comment #3
jemond commentedPatched!
Comment #4
jemond commentedThis is released in the 7.x-2.8.