Project

General

Profile

Actions

Bug #20351

closed

Fatal error in impexp module: Call to a member function includeLLFile() on a non-object

Added by André Steiling almost 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-04-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

10971v2.diff (3.89 KB) 10971v2.diff Administrator Admin, 2009-10-12 00:25
10971v2_4-2.diff (5.03 KB) 10971v2_4-2.diff Administrator Admin, 2009-10-12 00:25
10971v2_4-1.diff (4.29 KB) 10971v2_4-1.diff Administrator Admin, 2009-10-12 00:25
Actions #1

Updated by Rupert Germann over 14 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.

Actions #2

Updated by Rupert Germann over 14 years ago

committed attached patches to
trunk rev 6141
4_2 branch rev 6142
4_1 branch rev 6143

Actions

Also available in: Atom PDF