Actions
Bug #24144
closedLinks to manuals are not shown in ext list
Start date:
2010-11-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Icons with links to extension manuals ("doc/manual.sxw") are not shown in Extension Manager (view: loaded extensions, installed extensions) due to an improper path/file check and incorrect link generation.
Affected file:
typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php
(issue imported from #M16488)
Files
Updated by Michael Schams about 14 years ago
In file typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php (line 547):
$fileP = PATH_site . tx_em_Tools::typePath($extInfo['type'])...
but tx_em_Tools::typePath() already returns the path. So, path to check becomes "/var/www//var/www/typo3...".
Updated by Michael Schams about 14 years ago
Find patch "TYPO3-bug16488.diff" for TYPO3 version 4.5.0beta1 attached as SUGGESTION.
Updated by Ernesto Baschny almost 14 years ago
Has been fixed here: http://forge.typo3.org/issues/11474
Actions