Actions
Bug #19150
closedPage ID is always 0 in export module for impexp
Start date:
2008-07-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The import / export module does not properly initialize $this->id.
As a result access checks and docheader PAGEPATH are messed up in the module.
A patch should fix $this-id, $this->paginfo and $this->access throughout the module after #18227 is commited.
Related to #18227.
(issue imported from #M9049)
Files
Updated by Jeff Segars over 15 years ago
As far as I can see, the issue is that the ID is not available as a GET var when t3lib_scbase->init() is called. Patching the clickmenu class fixes the issue.
Updated by Rupert Germann about 15 years ago
exactly the same error occurs when opeing the impexp module from the list module (single table view) - it's even easier to fix, kinf of a nobrainer.
since this error also fits the headline of 9049 I attached a v2 patch which fixes both issues
Actions