Just a feedback about errors in a test install of Commons 7.x-3.x-dev rel. 20 Oct 2012
Server CentOS 6.3, Apache 2.2.15, MySql 5.1.61, PHP 5.3.3
I summarize all the errors in one page to not fill the issue queue of stuff that in the current step of the developing are not so important.

I add TWO groups., "Prova" and "Prova2
Add content --> Group
An error message flash and quickly disappear from screen (I got it from admin/report/dblog)

  • Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (line 328 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).

After saving the group:

  • Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (line 328 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).
  • Notice: Undefined index: gid in commons_wikis_views_pre_render() (line 89 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/commons_wikis/commons_wikis.module).
  • Notice: Trying to get property of non-object in commons_wikis_views_pre_render() (line 89 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/commons_wikis/commons_wikis.module).

The group is listed in the "Recent site activity" on Home page,
but if I clic on group tab on main menu

  • I get an empty page

If I clic on the group name link present in the "Recent site activity" on Home page I get two errors:

  • Notice: Undefined index: gid in commons_wikis_views_pre_render() (line 89 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/commons_wikis/commons_wikis.module).
  • Notice: Trying to get property of non-object in commons_wikis_views_pre_render() (line 89 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/commons_wikis/commons_wikis.module).

When in "Prova2" group home page, on the right side there is the "Recent activity in this group" which report:
Admin created prova 2
Admin created Prova
But "Prova" is a different group, should not be listed in "Recent activity in this group" of group "prova 2"

Add content --> Event
The add event page is opened but the cursor jump directly to the description and not start from filling the title. You have to go up on the begin of the page
When saved, like groups, the event is reported on home page but not in the Event Tab

Add content --> Post or Add content --> wiki

  • Notice: Undefined index: radioactivity_timestamp in radioactivity_field_widget_form() (line 328 of /xxx/xxx/xxxxx/xxxxx/commons-7.x-3.x-dev/profiles/commons/modules/contrib/radioactivity/radioactivity.field.inc).

The same error appears after saving the page
Then, if reopen the post or the wiki from a link on home page, NO errors are presented

Hope this feedback helps
Ciao
Andrea

Comments

Topcheese’s picture

Andrea, thanks seeing that this is an Alpha version, it seems like a good idea. I'm eager to help out, but feel I might be jumping in too soon. Anyways, too late I might as well try to help if I can.

  • Commons 7.x-3.x-dev rel. 20 Oct 2012
  • Win7 Home Premium
  • Apache 2.4.3
  • MySql 5.5.27
  • PHP 5.4.7
  • Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
  1. I've seen the first issue since before the first dev release and is related to this Notice: Undefined index: radioactivity_timestamp on node/add/group
  2. I knew it, there was a dependency with the contrib Rate module needed which I think is related to this Create custom Rate widget. for the second issue. I'm working my way through this and will edit this with more after I add the rate module and fiddle with it.
  3. Edit: Just added that I'm using web methods to install and test, not Drush.

Topcheese’s picture

Okay, the rate module is needed by Commons Like if that's what it's going to be called and used. I don't have my test environment setup, so I can't give an exact answer, but this is what I gather from playing around with it so far.

  • Notice: Undefined index: gid in commons_wikis_views_pre_render()

This probably stems from this issue I'm having.

Notice: Array to string conversion in EntityAPIControllerExportable->applyConditions() (line 624 of C:\xampp\htdocs\profiles\commons\modules\contrib\entity\includes\entity.controller.inc)..

The error above shows up 4X on the "Configure site" and 8X after filling out information and submitting on install screen above "Congratulations, you installed Drupal!". Also shows up other times such as after cache is cleared. Which leads me to the next issue.

Creating default object from empty value in panels_renderer_ipe->render_pane_content() (line 145 of C:\xampp\htdocs\profiles\commons\modules\contrib\panels\panels_ipe\plugins\display_renderers\panels_renderer_ipe.class.php).

The error above happens 4X when you first enter main site and 2X when clicking on a group. There seems to be a missing render value that's not getting handed off if you look at the number of times the error shows up on both issues. This is related to this issue "Strict warning: empty value in panels_renderer_ipe".
Sorry I couldn't be of more help.
Edit: Tried to make it clearer to understand. Forgot to add that I install and use from the web instead of Drush.

Edit: the gid error in commons_wiki must be related to this as well. Group ref field instances overidden, can't reference groups without prepopulation from URL
Edit: Which I believe leads to this issue Simplify pattern for creating Commons-compatible group content type features
Edit: Last one as it looks like I have much reading to do as this seems related Proposal: Export landing pages separately from underlying components (Views, blocks, etc).

ezra-g’s picture

Status: Active » Fixed

Please re-open with specific issues for each behavior/set of error messages if they still exist.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

anonymized the error: hided the real path