Bug #41120
closedHardcoded fileadmin directory in Import-Export
100%
Description
$fileAdminDir is hardcoded in t3lib\class.t3lib_softrefproc.php and typo3\sysext\impexp\class.tx_impexp.php
$TYPO3_CONF_VARS['BE']['fileadminDir'] should be used instead
If $fileAdminDir is 'fileadmin' and you have changed your fileadminDir in the localconf.php the Reference Index cannot work anymore. Ref column in the filelist for your files will then be empty.
Updated by Pascal Oberhaensli about 12 years ago
$fileadminFolderName is the var in typo3\sysext\impexp\class.tx_impexp.php
Updated by Oliver Hader about 12 years ago
- Status changed from New to Accepted
Still valid up to version 6.0.
Would you like to create a patch for that, setting the class member variable with the TYPO3_CONF_VARS value in the constructor of that class (creating the __construct() method is required as well)?
See http://wiki.typo3.org/Git if you need a quick guide with Git or just get back to me.
Updated by Oliver Hader about 12 years ago
- Subject changed from $fileAdminDir hardcoded to Hardcoded fileadmin directory in Import-Export
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15378
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15378
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15480
Updated by Thomas Löffler about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 883811d967971ee4747f25215f601f5e5cc2d69f.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15480
Updated by Oliver Hader about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8ede45b891013305fcb0e8dd51d549ae89cf9226.
Updated by Christian Kuhn about 12 years ago
The 4.6 and 4.5 backports should NOT be done, the patch is not important enough for that, especially considering the regression of #42454