Actions
Bug #73091
closedCustom table showed in Page Module can't show page 2
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.
Updated by Riccardo De Contardi over 8 years ago
- Target version deleted (
6.2.18)
Updated by Riccardo De Contardi over 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