Bug #77444
closedBELog module error: "vsprintf(): Too few arguments" the second
0%
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),
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Closed
We’re sorry to have to inform you that this issue will not be fixed as it relates to version 6.2 which was marked unsupported in April 2017.
We encourage you to switch to a supported TYPO3 version; currently that’s v7 and v8. If you’re not able to update to one of these versions, consider opting for Extended Long Term Support, a special service provided by TYPO3 GmbH (https://typo3.com/services/extended-support/).
Best regards.