civicrm / org.civicrm.civicase

CiviCase Extension
Other
9 stars 35 forks source link

Issue when add a case. #100

Closed marcineqpol closed 6 years ago

marcineqpol commented 6 years ago

Hello. I'm trying to add a new case with this solution (Drupal 7, civicrm 4.7.31, php 7.1, civicase extension). Unfortunately, I get an error while saving, the case is not added in the database.

I see this on drupal: Error: Class 'CRM_Case_FormActivity' not found w CRM_Case_Form_Case->preProcess() (linia 173 z /home/starofli/public_html/sites/all/modules/civicrm/CRM/Case/Form/Case.php). Notice: Undefined index: w CRM_Case_Form_Case->preProcess() (linia 156 z /home/starofli/public_html/sites/all/modules/civicrm/CRM/Case/Form/Case.php). Notice: Undefined index: w CRM_Case_Form_Case->preProcess() (linia 155 z /home/starofli/public_html/sites/all/modules/civicrm/CRM/Case/Form/Case.php). Notice: Undefined index: w CRM_Case_Form_Case->preProcess() (linia 154 z /home/starofli/public_html/sites/all/modules/civicrm/CRM/Case/Form/Case.php). Notice: Undefined index: w CRM_Activity_BAO_Activity::getFileForActivityTypeId() (linia 2411 z /home/starofli/public_html/sites/all/modules/civicrm/CRM/Activity/BAO/Activity.php).

marcineqpol commented 6 years ago

I try reinstall this extension the issue is solved.