12345678910111213 |
- ---
- title: Private groups / GroupPrivateMessage plugin: Call to undefined method Message::maxContent()
- author: notabug.org/aab
- time: Thu, 10 Sep 2020 11:54:32 UTC
- status: open
- ---
- author: notabug.org
- time: Thu, 10 Sep 2020 11:54:32 UTC
- content: -----
- 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()
- -----
|