Actions
Bug #76318
closedDataHandler::copySpecificPage() throws exception due to bogus TCA
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2016-05-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
If an extension with bogus TCA / database constellation (e.g. uid midding) is installed, copying pages is not possible anymore, as exec_SELECTgetRows
returns NULL and foreach is not able to iterate this.
Actions