Project

General

Profile

Actions

Bug #23599

closed

Sysext Modules are shown in Module Menu, even though extensions are not installed

Added by Soren Malling over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-09-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After File -> List was moved into a sysext it was possible to uninstall it.

The problem is that in t3lib/stddb/tables.php (line 444) it makes the file -> list module visible with the following array (not depending on the if the extension is installed or not)

$TBE_MODULES = array(
'web' => 'list,info,perm,func',
'file' => 'list',
'user' => 'ws',
'tools' => 'em',
'help' => 'about,cshmanual'
);

Clicking the "File list" module returns a blank page.

(issue imported from #M15794)


Files

bug_15794.diff (816 Bytes) bug_15794.diff Administrator Admin, 2010-09-24 13:56
bug_15794_v2.diff (1.95 KB) bug_15794_v2.diff Administrator Admin, 2010-09-24 15:13
15794_v4.diff (1.47 KB) 15794_v4.diff Administrator Admin, 2010-12-01 20:10
Actions #1

Updated by Soren Malling over 13 years ago

Send to core list

Actions #2

Updated by Soren Malling over 13 years ago

Could someone change the summary/title to

"Sysext modules shown in modulemenu, even though extensions not installed"

Actions #3

Updated by Chris topher over 13 years ago

Yes. :-)

Actions #4

Updated by Susanne Moog almost 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF