Bulk operations on members view has options that WSOD

Created on 18 June 2025, 21 days ago

Problem/Motivation

When on the members page of a group, there is a bulk operations bar at the bottom of the view. When choosing to use some of the options out of the box after install, some of them will white screen.

Steps to reproduce

  1. Create a group and add some people to it.
  2. Select multiple users with their checkboxes.
  3. Choose one of the following options:
    • Add roles to the selected membership(s)
    • Approve the pending membership(s)
    • Remove roles from the selected membership(s)
  4. Submit the bulk operation.
  5. Observe a whitescreen.
🐛 Bug report
Status

Active

Version

2.0

Component

og.module

Created by

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

Comments & Activities

  • Issue created by @alan ridgway
  • 🇨🇦Canada joelpittet Vancouver

    @alan ridgway Thanks for the report. A white screen usually means there's a PHP error being suppressed. Can you check your logs or enable error reporting locally and share the specific error message?

    To enable error reporting, you can add the following to your settings.local.php:

    $config['system.logging']['error_level'] = 'verbose';
    

    Once enabled, try reproducing the issue again and let us know what error appears. That will help us pinpoint the cause.

Production build 0.71.5 2024