The plugin 'file_validate_extensions' does not exist when uploading a CSV using bulk upload

Created on 19 March 2025, 28 days ago

Problem/Motivation

You can't upload a CSV file as it results in an error because 'file_validate_extensions' is deprecated.

Steps to reproduce

  1. After enabling the module, navigate to the bulk URL creation page.
  2. Use the CSV Upload button and try bulk uploading via a CSV file. It will result in 'website encountered an unexpected error', and when reviewing the logs you will see that the plugin 'file_validate_extensions' does not exist.

Proposed resolution

Update to THE NEW format which is from:

'file_validate_extensions' => ['csv']

to

'FileExtension' => ['extensions' => 'csv']

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024