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).
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ezra-g’s picture

Status: Active » Closed (duplicate)

Thanks - This appears to be a duplicate of #1104112: in radioactivity_field_widget_form().

webchick’s picture

Hm. Indeed. Happens on node/X of group nodes, too.

webchick’s picture

And that bug seems to have been fixed in April 2011?

webchick’s picture

Also getting this on node/add/post too.

theMusician’s picture

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.

Matt V.’s picture

Status: Closed (duplicate) » Active

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.

ezra-g’s picture

Status: Active » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jacquelynfisher’s picture

As of the DC3 Beta2 release 2/5/2013, this issue is back (at least in my installation).

Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (line 378 of .../profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).

I noticed this warning when I went to create content in a group. (node/add/*)

Summit’s picture

Status: Closed (fixed) » Active

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

Agileware’s picture

Title: Notice: Undefined index: radioactivity_timestamp on node/add/group » Notice: Undefined index: radioactivity_timestamp on node/add/group (patch attached)
Status: Active » Needs review
FileSize
650 bytes

Patch attached, changing commit to include the required fix as per http://drupal.org/node/1816252#comment-6617208

Summit’s picture

Status: Needs review » Reviewed & tested by the community

Hi, Yes patch in http://drupal.org/node/1816252#comment-6617208 worked!
Greetings, Martijn

Devin Carlson’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.