Closed FireLizard closed 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
$GLOBALS['TYPO3_DB']
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.
Call to a member function exec_SELECTgetSingleRow() on null
This is fixed since 061995eef57748ef1353822b81d02ebbd24531e7
As described in Breaking: #80929 - TYPO3_DB moved to extension the
$GLOBALS['TYPO3_DB']
does not exist anymore since TYPO3 CMS v9.0For 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
.