Project

General

Profile

Actions

Bug #77444

closed

BELog module error: "vsprintf(): Too few arguments" the second

Added by Jonathan Heilmann over 7 years ago. Updated over 6 years ago.

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),

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #61123: BELog module error: "vsprintf(): Too few arguments" the secondClosed

Actions
Related to TYPO3 Core - Bug #46077: BELog module error: "vsprintf(): Too few arguments"ClosedDmitry Dulepov2013-03-06

Actions
Actions

Also available in: Atom PDF