207 1.5 KB

12345678910111213
  1. ---
  2. title: Private groups / GroupPrivateMessage plugin: Call to undefined method Message::maxContent()
  3. author: notabug.org/aab
  4. time: Thu, 10 Sep 2020 11:54:32 UTC
  5. status: open
  6. ---
  7. author: notabug.org
  8. time: Thu, 10 Sep 2020 11:54:32 UTC
  9. content: -----
  10. I created a new private group ("pruebas") and enabled GroupPrivateMessage plugin. When clicking on "Message", UI missbehaves and this appears on gs logs: 2020-09-10 11:33:46 LOG_DEBUG: [gnusocial.net:949.9e02c8fb GET /group/pruebas/message/new] action.php - Server error '500' on 'newgroupmessage': Call to undefined method Message::maxContent() 2020-09-10 11:33:46 LOG_ERR: [gnusocial.net:949.9e02c8fb GET /group/pruebas/message/new] Handled serverError (500) but cannot output into desired format (NULL): 'Call to undefined method Message::maxContent()' 2020-09-10 11:33:46 LOG_ERR: [gnusocial.net:949.9e02c8fb GET /group/pruebas/message/new] ServerErrorAction: 500 Call to undefined method Message::maxContent() 2020-09-10 11:48:48 LOG_DEBUG: [gnusocial.net:908.c504e130 GET /group/pruebas/message/new] action.php - Server error '500' on 'newgroupmessage': Call to undefined method Message::maxContent() 2020-09-10 11:48:48 LOG_ERR: [gnusocial.net:908.c504e130 GET /group/pruebas/message/new] Handled serverError (500) but cannot output into desired format (NULL): 'Call to undefined method Message::maxContent()' 2020-09-10 11:48:48 LOG_ERR: [gnusocial.net:908.c504e130 GET /group/pruebas/message/new] ServerErrorAction: 500 Call to undefined method Message::maxContent()
  11. -----