Fresh install, first thing I've done is activation of "Open Atrium Work Tracker - Due Date" and it gives me this notice message:

"Notice: Undefined property: stdClass::$pid in panels_export_display() (line 1060 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/panels/panels.module)."
Just reporting for you to know

Comments

andrés chandía’s picture

Priority: Normal » Major

I had to disable and uninstall this module, not even the admin user could comment the tasks contents, there was always an error message and the changes were not saved:

Error
Error message

    Notice: Undefined index: comment_alter_field_oa_media in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_assigned_to in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_priority in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_task_status in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_task_type in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_oa_section_ref in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_task_period in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_dedicated_hours in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: #field_name in _comment_alter_date_combo_validate() (line 253 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_media in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_assigned_to in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_priority in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_task_status in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_task_type in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_oa_section_ref in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_oa_worktracker_duedate in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_task_period in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: comment_alter_field_dedicated_hours in _comment_alter_convert_form() (line 223 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/comment_alter/comment_alter.module).
    Notice: Undefined index: #field_name in date_combo_validate() (line 443 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/date/date_elements.inc).
    Notice: Undefined index: #delta in date_combo_validate() (line 444 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/date/date_elements.inc).
    Notice: Undefined index: #language in date_combo_validate() (line 445 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/date/date_elements.inc).
    Notice: Undefined index: #field_parents in date_combo_validate() (line 447 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/date/date_elements.inc).
    Recoverable fatal error: Argument 2 passed to drupal_array_get_nested_value() must be an array, null given, called in /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/date/date_elements.inc on line 447 and defined in drupal_array_get_nested_value() (line 6695 of /srv/web/llocs/gp2/includes/common.inc).

The website encountered an unexpected error. Please try again later. 
mpotter’s picture

Project: Open Atrium » Open Atrium Work Tracker
Version: 7.x-2.15 » 7.x-2.x-dev
Priority: Major » Normal

Moving this to the oa_worktracker module issue queue. But it sounds like you are missing the patches from the oa_worktracker *.make file.

andrés chandía’s picture

Would you please pass me the link to that patch or the issue where it is mentioned, I've been looking around, I have found some patches but I'm not sure if those will help me.

andrés chandía’s picture

Sorry, I'm still not able to find the patch you suggest....

mpotter’s picture

It's no longer a patch, but you need a specific revision of the comment_alter module. The dependent modules are listed in the oa_worktracker.make file as shown here: http://drupalcode.org/project/oa_worktracker.git/blob/refs/heads/7.x-2.x...

andrés chandía’s picture

Sorry for my ignorance, what should I do with this, I'm new to this kind of stuff

andrés chandía’s picture

Shoul I download what is in http://drupalcode.org/project/oa_worktracker.git/tree/HEAD to replace the old module?

andrés chandía’s picture

Status: Active » Fixed

With release 2.17 of OA it works perfectly well

andrés chandía’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta12
Status: Fixed » Active

Sorry, I have to reopen this issue because I have found some problems at some task sections, I desabled it completely, and started again, and I got this notice on activating the module:
Notice: Undefined property: stdClass::$pid in panels_export_display() (line 1060 of /srv/web/llocs/gp2/profiles/openatrium/modules/contrib/panels/panels.module).
later on I will post the issues related to the tasks sections I mentioned.

andrés chandía’s picture

Status: Active » Fixed

problem does not appear any more

Status: Fixed » Closed (fixed)

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