Posted by webchick on October 14, 2012 at 9:07pm
8 followers
| Project: | Drupal Commons |
| Version: | 7.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
I get this at the top of node/add/group:
Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (line 328 of /Users/abyron/Sites/commons-7.x-3.0-alpha1/profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).
Comments
#1
Thanks - This appears to be a duplicate of #1104112: in radioactivity_field_widget_form().
#2
Hm. Indeed. Happens on node/X of group nodes, too.
#3
And that bug seems to have been fixed in April 2011?
#4
Also getting this on node/add/post too.
#5
With the latest dev release I too see the radioactive alert when creating groups and wikis.
Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (line 328 of /path/to/profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).PHP 5.3.3.
#6
I was seeing the same error as theMusician in comment #5 above, running the latest 7.x-3.x-dev version of Commons (date: 2012-Nov-09).
Applying the patch in #1816252: Notice error for accessing an undefined array element (comment #1) fixed the issue for me.
#7
I've committed the referenced patch : http://drupalcode.org/project/commons.git/commit/2f12a05 and suggested a new release of Radioactivity: #1836922: Roll a new 7.x release.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.
#9
As of the DC3 Beta2 release 2/5/2013, this issue is back (at least in my installation).
I noticed this warning when I went to create content in a group. (node/add/*)
#10
Hi set this to active again. Also on latest dev this bug is back:
Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (regel 378 van /httpdocs/profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).Greetings, Martijn
#11
Patch attached, changing commit to include the required fix as per http://drupal.org/node/1816252#comment-6617208
#12
Hi, Yes patch in http://drupal.org/node/1816252#comment-6617208 worked!
Greetings, Martijn