The classes t3lib_*
and tslib_*
have been removed from the core. You could use them when you had the compatibility layer enabled.
All code calling methods like t3lib_div::makeInstance()
will no longer work.
Use the current replacements in the core like GeneralUtility::makeInstance()
.