Project

General

Profile

Actions

Bug #14444

closed

EM: Order by: Dependencies leads to empty extensions list

Added by old_zas almost 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-12-08
Due date:
% Done:

0%

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

Description

In EM, select either:
"Available extensions to install"
or
"Import extensions from online repository"

and
"Order by: Dependencies"

In these cases, listing of extensions is always empty.

(issue imported from #M595)


Files

0000595-em_index_php.diff (571 Bytes) 0000595-em_index_php.diff Administrator Admin, 2004-12-13 10:56
Actions #1

Updated by Wolfgang Klinger almost 20 years ago

I can confirm that.

The method 'setCat' uses a local variable '$list' (should be an array) which is empty and never initialized!?

I've provided a patch, see attached file!
(typo3/mod/tools/em/index.php)

Actions #2

Updated by old_zas almost 20 years ago

This patch fixes the issue, thanks.

Please make patches from root of typo3 source directory, to have full relative path in it.

Here we have:
--- index.php 2004-12-13 10:54:42.000000000 0100
++ index_mod.php 2004-12-13 10:54:07.000000000 +0100

it would be better to have:

--- typo3/mod/tools/em/index.php ....

Actions #3

Updated by Wolfgang Klinger over 18 years ago

not applicable to the latest source from CVS

Actions

Also available in: Atom PDF