Project

General

Profile

Actions

Bug #73091

closed

Custom table showed in Page Module can't show page 2

Added by Mikael Hartoft Andersen about 8 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-02-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If I have registered a custom table in the page module, e.g.

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['cms']['db_layout']['addTables']['tx_glossary_terms'] = array(
array(
    'MENU' => '',
    'fList' => 'term,alternates,description',
    'icon' => true,
    ),
);

The tx_glossary_terms table has more entries than can be showed on one page (>1000), but trying to show next page renders the following error:
#1294585070: No module "" could be found.

The same thing happens with the fe_users table (again with enough entries to force pagination).
The list module works fine.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #78171: Exception in List module with more than 1000 records in extra tablesClosed2016-10-07

Actions
Actions #1

Updated by Riccardo De Contardi almost 8 years ago

  • Target version deleted (6.2.18)

I tried to show 1025 fe_users records; the result is:

TYPO3 6.2.25:

the issue is still present: I had an error

Oops, an error occurred!

No module "" could be found.

More information regarding this error might be available online.

TYPO3 7.6.9:

the issue has been solved

Actions #2

Updated by Riccardo De Contardi about 7 years ago

  • Status changed from New to Closed

I close it for now as it only affects 6.2.x and it is not a security issue.

If you think that this is the wrong decision or experience the issue again on newer TYPO3 versions then please reopen it or open a new issue with a reference to this one. Thank you.

Actions

Also available in: Atom PDF