CMRF rapport shows white screen of death when the report requests are very large.

Created on 5 February 2023, almost 2 years ago

Problem/Motivation

Sometimes the CMFR report shows a white screen of death. This occurs when the requests are large, for example when encoding attachments.

Some technical background. The shown report is created as a Drupal view. When this view is rendered, the rows of the civicrm_api_call are loaded in memory. Before showing the request (or the response) column, it is limited to 46 characters. In the situation that the column is large, for example several MB, it can drain the amount of available memory.

Work around

The report can be edited in the same way as a view. Use this possibility to remove the field's request, and respond from the view. This makes it more difficult to recognize a row. The complete message can be still seen by selecting one row.

To edit the view use the link `https://server/admin/structure/views/view/cmrf_calls`

🐛 Bug report
Status

Closed: won't fix

Version

2.0

Component

Code

Created by

🇳🇱Netherlands Klaas Culemborg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024