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

Also available in: Atom PDF