[TYPO3-core] RFC #10639: Integration of mass file uploader
Dan Osipov
dosipov at phillyburbs.com
Mon Apr 20 16:56:24 CEST 2009
Ok, I found the problem. $TYPO3_CONF_VARS['BE']['fileExtensions'] is
defined as:
'fileExtensions' => array (
'webspace' => array('allow'=>'', 'deny'=> PHP_EXTENSIONS_DEFAULT),
'ftpspace' => array('allow'=>'*', 'deny'=>'')
),
But the patch contains this line:
$uploadFileTypes = t3lib_div::trimExplode(',',
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileExtensions']);
As a result $uploadFileTypes is an empty array.
Dan Osipov
Calkins Media
http://danosipov.com/blog/
Dan Osipov wrote:
> No, I uninstalled it, but the value of
> $TYPO3_CONF_VARS['BE']['fileExtensions'] is still NULL...
>
> Dan Osipov
> Calkins Media
> http://danosipov.com/blog/
>
> Benjamin Mack wrote:
>> Hey Dan,
>>
>> On 16.04.2009 16:22 Uhr, Dan Osipov wrote:
>>> I'm having some issues when testing... What should be the value of
>>> $TYPO3_CONF_VARS['BE']['fileExtensions']?
>> Well, this is a default value set by TYPO3 in t3lib/config_default.php
>>
>> I suspect your issues are related to all the XCLASSes in DAM, do you
>> have DAM installed on your testsite?
>>
>> All the best,
>> Benni.
More information about the TYPO3-team-core
mailing list