Actions
Bug #77444
closedBELog module error: "vsprintf(): Too few arguments" the second
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2016-08-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
An extension bug-report (https://github.com/jonathanheilmann/ext-jh_opengraphprotocol/issues/39) issued this bug again, already resolved in #61123 and #46077.
But this report is related to TYPO3 CMS 6.2.25.
I think (related to #61123) for version 6.2.25, line 191 in typo3/sysext/core/Classes/Error/ErrorHandler.php has to bee changed, too.
- 'details' => $logMessage, + 'details' => str_replace('%', '%%', $logMessage),
Actions