Error when trying to use bulk-anonymize

Created on 14 November 2019, over 5 years ago
Updated 26 March 2024, about 1 year ago

Notice: Undefined variable: queue in commerce_gdpr_user_bulk_confirm_form_submit() (line 299 of /home/.../sites/all/modules/commerce_gdpr/commerce_gdpr.user.inc).
Error: Call to a member function createItem() on null in commerce_gdpr_user_bulk_confirm_form_submit() (line 299 of /home/.../sites/all/modules/commerce_gdpr/commerce_gdpr.user.inc).

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States ljgra

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡§πŸ‡ͺBelgium selim rahali

    In commerce_gdpr.user.inc change in line 285

    Change
    if ($direct_processing) {
    $queue = DrupalQueue::get('commerce_gdpr_anonymization');
    }

    To

    if (!$direct_processing) {
    $queue = DrupalQueue::get('commerce_gdpr_anonymization');
    }

Production build 0.71.5 2024