Bug #76318
closedDataHandler::copySpecificPage() throws exception due to bogus TCA
0%
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.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New 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/48311
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48311
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48311
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48311
Updated by Andreas Kienast over 8 years ago
- Status changed from Under Review to Closed
I'll close this issue as it's a duplicate of #74125.