xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
15 stars 24 forks source link

TYPO3_DB moved to extension #20

Closed FireLizard closed 4 years ago

FireLizard commented 4 years ago

As described in Breaking: #80929 - TYPO3_DB moved to extension the $GLOBALS['TYPO3_DB'] does not exist anymore since TYPO3 CMS v9.0

For example when calling this: https://github.com/xperseguers/t3ext-extractor/blob/d271c840e21f250fc07f54550bdfec7fbcee17b8/Classes/Service/Extraction/AbstractExtractionService.php#L466 it throws the error Call to a member function exec_SELECTgetSingleRow() on null.

xperseguers commented 4 years ago

This is fixed since 061995eef57748ef1353822b81d02ebbd24531e7