Actions
Bug #90979
closedTYPO3 10.3 with typo3/cms-impexp leeds on export to "Invalid argument supplied for foreach()"
Start date:
2020-04-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
PHP Warning: Invalid argument supplied for foreach() in /var/www/html/in2code10.localhost.de/private/typo3/sysext/impexp/Classes/Export.php line 485Steps:
- Selecting a page tree with subpages for export
- Choosing "invinite" for levels
- Selecting "All" for "Include relations to tables"
- Click on update
- Exception comes up
Quick fix for my case in typo3/sysext/impexp/Classes/Export.php:485 typecast $row to array:
foreach ((array)$row as $fieldName => $value) {
Updated by Georg Ringer over 4 years ago
- Status changed from New to In Progress
- Assignee set to Georg Ringer
Updated by Gerrit Code Review over 4 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64099
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e00d4bec694bd77083f282b78f1ebd8e0b653c59.
Actions