Project

General

Profile

Actions

Bug #51388

closed

$maxUploadSize hardcoded in tx_em_Extensions_Details

Added by bokonet no-lastname-given over 10 years ago. Updated almost 10 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

Hello,

i got problems with the Extension Manager and my own extension. My extension seems to be too big for the extMGM with 39M.
If i select my ext and choose "Backup/Delete" in the selectbox an error occures (see screenshot).
I found out, that $maxUploadSize=31457280 in .\typo3\sysext\em\classes\extensions\class.tx_em_extensions_details.php is too small for my ext by default. Sadly this value is hardcoded. I think it is a great idea to put this value f.e. in the $TYPO3_CONF_VARS.

By the way:
in ./typo3/sysext/em/classes/index.php line 2285
SC_mod_tools_em_index::extBackup()
throw new RuntimeException('TYPO3 Fatal Error: '.$GLOBALS['LANG']->getLL('extBackup_unexpected_error'),1270853981);
Some more Information in the error-message would be helpful, like this:
throw new RuntimeException('TYPO3 Fatal Error: '.$GLOBALS['LANG']->getLL('extBackup_unexpected_error').' '.$uArr,1270853981);

TYPO3-Version 4.5.27
CentOS release 6.4 (Final)
httpd.x86_64 2.2.15-26.el6.centos
php.x86_64 5.3.3-22.el6

I put this issue in "core", because i did not found any "extmgm" project.
thx


Files

typo3_extmgm_bug01.png (110 KB) typo3_extmgm_bug01.png bokonet no-lastname-given, 2013-08-27 13:49
Actions #1

Updated by Wouter Wolters almost 10 years ago

  • Status changed from New to Closed
  • Is Regression set to No

This is not there anymore in the new Extension Manager.

Actions

Also available in: Atom PDF