Project

General

Profile

Actions

Bug #83518

closed

IRRE translate results in 500 Error

Added by Frederik Holz over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2018-01-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

trying to translate IRRE in a translated Records results in a popup in the right top corner saying "error 500 internal server error" which logs to FormInlineAjaxController.php Line 369 which calls $tce->printLogErrorMessages();

$tce->printLogErrorMessages(); needs a parameter $redirect which is not set.

But public function printLogErrorMessages($redirect) in DataHandler does not even use this parameter, maybe remove it? Also to prevent the correct handling when translating IRRE records

TYPO: 8.7.9
PHP: 7.1

Actions #1

Updated by Wouter Wolters over 6 years ago

  • Status changed from New to Closed

Hi Frederik, thanks for the report. Your report is valid for 8.7.9 but not anymore for the current development version of 8.7.10.
The problem you are facing has been solved already with https://github.com/TYPO3/TYPO3.CMS/commit/82482dbd65f5b5e531b6bac0f771f4ae38a87681#diff-1fc9bbc3c5c493d076bd23604b5a9ba7 a couple of weeks ago

Within the next release of TYPO3 8.7 this will be fixed. The release is planned for 6th of February.

Actions #2

Updated by Frederik Holz over 6 years ago

Thanks for the feedback, looking forward to the update!

Actions

Also available in: Atom PDF