Closed (fixed)
Project:
Drupal Commons
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2012 at 21:07 UTC
Updated:
12 Jun 2013 at 12:50 UTC
Jump to comment: Most recent file
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).
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | radioactivity_timestamp-1812646-11.patch | 650 bytes | agileware |
Comments
Comment #1
ezra-g commentedThanks - This appears to be a duplicate of #1104112: in radioactivity_field_widget_form().
Comment #2
webchickHm. Indeed. Happens on node/X of group nodes, too.
Comment #3
webchickAnd that bug seems to have been fixed in April 2011?
Comment #4
webchickAlso getting this on node/add/post too.
Comment #5
themusician commentedWith 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.
Comment #6
matt v. commentedI 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.
Comment #7
ezra-g commentedI'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.
Comment #9
jacquelynfisher commentedAs 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/*)
Comment #10
summit commentedHi set this to active again. Also on latest dev this bug is back:
Greetings, Martijn
Comment #11
agileware commentedPatch attached, changing commit to include the required fix as per http://drupal.org/node/1816252#comment-6617208
Comment #12
summit commentedHi, Yes patch in http://drupal.org/node/1816252#comment-6617208 worked!
Greetings, Martijn
Comment #13
devin carlson commented#11 has already been committed.
http://drupalcode.org/project/commons.git/commit/cae848b0772578b98041880...