Project

General

Profile

Actions

Bug #43527

closed

Paths in deprecation-log cut off

Added by Stefan Neufeind almost 12 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2012-12-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Tobias Liebig almost 12 years ago

  • Category set to Logging
  • Complexity set to easy
Actions #2

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() . ')';

Actions #3

Updated by Mathias Schreiber almost 10 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF