Problem/Motivation
When using PHP 8.1, the CSV upload/import widget does not work properly and I get the following error messages:
NOTICE: PHP message: PHP Warning: Undefined array key "table_categories_identifier" in [path]/modules/contrib/charts/src/Element/ChartDataCollectorTable.php on line 720
NOTICE: PHP message: PHP Warning: Undefined array key "table_categories_identifier" in [path]/modules/contrib/charts/src/Element/ChartDataCollectorTable.php on line 773
Checking for null in both places seems to fix the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3310128-import-widget-3.patch | 1.11 KB | andileco |
Comments
Comment #2
andileco commentedThanks - assigning to myself.
Comment #3
andileco commentedComment #5
andileco commented