Bug #20351
closedFatal error in impexp module: Call to a member function includeLLFile() on a non-object
0%
Description
This bug is same as descriped in http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=4831.
Steps to reproduce:
Go to the task center module: Click on "Export Presets" and select one of them.
Error message:
"Fatal error: Call to a member function includeLLFile() on a non-object in /typo3_src-4.2.6/typo3/sysext/impexp/app/index.php on line 115".
(issue imported from #M10971)
Files
Updated by Rupert Germann about 15 years ago
I digged a bit into this and found that this bug is present in 4.1, 4.2 and 4.3trunk but not in 4.0 (didn't test earlier versoions)
The bug was introduced with the changed module initialisation (mod.php) in rev 1770
http://forge.typo3.org/repositories/revision/typo3v4-core/1770
simply re-adding the missing require() lines does not do the trick because then an error occurs when opening impexp via clickmenu or from the single-table-view in the listmodule.
Solution:
re-add the missing require() lines to impexp/app/index.php and also change all links pointing to "mod.php?M=xMOD_tximpexp" to the "classic" format which directly calls impexp/app/index.php.
Updated by Rupert Germann about 15 years ago
committed attached patches to
trunk rev 6141
4_2 branch rev 6142
4_1 branch rev 6143