yestechgroup / open_social

Open Social install profile Drupal 8
http://www.getopensocial.com
0 stars 1 forks source link

Error message in log when viewing newsfeed #80

Open johnreytanquinco opened 6 years ago

johnreytanquinco commented 6 years ago

https://www.drupal.org/project/social/issues/2974064

johnreytanquinco commented 6 years ago

Wordaround: In line#219 in file /opt/app-root/src/html/profiles/contrib/open_social/modules/custom/activity_creator/activity_creator.module replace $build['field_activity_output_text'][0]['#text'] = $output[0]; into $build['field_activity_output_text'][0]['#text'] = $output;