Bug #43527
closedPaths in deprecation-log cut off
0%
Description
from a fresh 6.0 final-install. See last field. Path is cut off at the beginning.
t3lib_install->_construct() - since 6.0, will be removed with 6.2 - TYPO3\CMS\Core\Core\Bootstrap->initializeTypo3DbGlobal#48 // TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance#641 // TYPO3\CMS\Dbal\Database\DatabaseConnection->_construct#4155 // TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance#208 // t3lib_install->__construct#4155 // TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedFunction#105 (b/class.t3lib_install.php#104)
TYPO3\CMS\Backend\Utility\BackendUtility::helpText() - - TYPO3\CMS\Backend\Controller\PageLayoutController->main#143 // TYPO3\CMS\Backend\Utility\BackendUtility::cshItem#530 // TYPO3\CMS\Backend\Utility\BackendUtility::helpTextIcon#2425 // TYPO3\CMS\Backend\Utility\BackendUtility::wrapInHelp#2290 // TYPO3\CMS\Backend\Utility\BackendUtility::helpText#2379 // TYPO3\CMS\Core\Utility\GeneralUtility::logDeprecatedFunction#2339 (3/sysext/backend/Classes/Utility/BackendUtility.php#2338)
Updated by Tobias Liebig almost 12 years ago
- Category set to Logging
- Complexity set to easy
Updated by Markus Klein over 11 years ago
Sorry guys but this is unfortunately by far not easy.
I spent quite some time on this topic when I did some improvements to the log some time ago, but I had to give up.
The responsible line is GeneralUtility::4898
$logMsg .= ' (' . substr($function->getFileName(), strlen(PATH_site)) . '#' . $function->getStartLine() . ')';
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed