Project

General

Profile

Actions

Bug #27098

closed

Fatal error when downloading extension files

Added by Jeff Segars almost 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2011-05-27
Due date:
% Done:

100%

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

Description

When attempting to download files from the "Edit Files" page in the Extension Manager, a fatal error occurs. This is because the downloadFile URL parameter is not decoded first.

#1270853980: TYPO3 Fatal Error: Error while trying to download the extension file... 

RuntimeException thrown in file
/usr/bin/wecsharedsource/typo3_src-trunk/typo3/sysext/em/classes/index.php in line 1677.

3 SC_mod_tools_em_index::showExtDetails("felogin")

/usr/bin/wecsharedsource/typo3_src-trunk/typo3/sysext/em/classes/index.php:
00432:   // Command given which is executed regardless of main menu setting:
00433:   if ($this->CMD['showExt']) { // Show details for a single extension
00434:    $this->showExtDetails($this->CMD['showExt']);
00435:   } elseif ($this->CMD['requestInstallExtensions']) { // Show details for a single extension
00436:    $this->requestInstallExtensions($this->CMD['requestInstallExtensions']);

2 SC_mod_tools_em_index::main()

/usr/bin/wecsharedsource/typo3_src-trunk/typo3/sysext/em/classes/index.php:
02594: $SOBE->checkExtObj();
02595: 
02596: $SOBE->main();
02597: $SOBE->printContent();
02598: 

1 require("/usr/bin/wecsharedsource/typo3_src-trunk/typo3/sysext/em/classes/index.php")

/usr/bin/wecsharedsource/typo3_src-trunk/typo3/mod.php:
00049:  require($temp_path . 'conf.php');
00050:  $BACK_PATH = '';
00051:  require($temp_path . 'index.php');
00052:  $isDispatched = TRUE;
00053: } else {

Files

27098.diff (794 Bytes) 27098.diff Jeff Segars, 2011-05-27 21:37
Actions

Also available in: Atom PDF