Project

General

Profile

Actions

Bug #19150

closed

Page ID is always 0 in export module for impexp

Added by Christian Kuhn over 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

9049.diff (620 Bytes) 9049.diff Administrator Admin, 2009-06-29 22:19
9049_v2.diff (2.38 KB) 9049_v2.diff Administrator Admin, 2009-09-01 20:39
Actions #1

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.

Actions #2

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 #3

Updated by Rupert Germann about 15 years ago

committed v2 to trunk rev 5874

Actions

Also available in: Atom PDF