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).
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).