Bug #21140
closedtranslateTools not instantiated in t3lib/class.t3lib_recordlist.php
0%
Description
Introduced in Revision 5814 (http://forge.typo3.org/repositories/diff/typo3v4-core?rev=5814) the translateTools are no longer instantiated in t3lib/class.t3lib_recordlist.php. This produces a fatal error for example in ext: commerce trying to use "initializeLanguages" where it's needed:
$this->languageIconTitles = $this->translateTools->getSystemLanguages($this->id, $this->backPath);
Reproduce: use commerce and click "Stammdaten" (Don't currently know the English term)
(issue imported from #M12060)
Files
Updated by Frank Mey about 15 years ago
I can confirm that issue, as Susanne said the translateTools object is not longer initiated - using the commerce 0.12.x version still throws that error message although TYPO3 4.3.0beta3 source seems fixed up to rev5824 --- whats going wrong ??
Updated by Rupert Germann about 15 years ago
I added a patch which initialises the translateTools object if it is not present.
this patch should also fix the issue with templavoila #12536
Updated by Rupert Germann about 15 years ago
fixed by follow-up patch for bug #0011764
committed to trunk, rev 6424