Bug #26133
closed
Fix broken string replacement for media/ folder
Added by Patrick Rodacker over 13 years ago.
Updated almost 10 years ago.
Description
The function setAbsRefPrefix() of the class tslib_fe includes the following string replacement, which is obsolete and should be removed.
$this->content = str_replace('"media/', '"'.t3lib_extMgm::siteRelPath('cms').'tslib/media/', $this->content);
Patch set 1 of change Ie9736d815308c20f609f58da2cda735dcdc0a037 has been pushed to the review server.
It is available at http://review.typo3.org/2363
- Status changed from New to Under Review
From Gerrit:
Susanne Moog May 24
Patch Set 1: I would prefer that you didn't submit this
As far as I can see we should not remove the replacement as TYPO3 core still
allows the media/ folder as valid place for storing scripts and media files
(see t3lib_tstemplate for example) - if someone is still using that directory
for file inclusion this patch will break paths if absRefPrefix is used.
We should deprecate the inclusion of files in the media folder first.
How do we deprecate the inclusion from the media/ folder first?
I read in another post, that a htaccess file with an AJAX call to write the log could be used.
- Status changed from Under Review to Rejected
- Status changed from Rejected to Under Review
Now this folder has been removed from the TYPO3 Core. The replacement, which you quoted above, is still there and will not work anymore. Instead the files from statictemplates/media should be used.
- Subject changed from remove obsolete string replacement for media/ folder in tslib_fe::setAbsRefPrefix to Fix broken string replacement for media/ folder
- Target version set to 6.0.0-pre-beta1
- Status changed from Under Review to New
- Target version deleted (
6.0.0-pre-beta1)
the line reported is still present in 4.5.39, but does not exists in 6.2.9
- Status changed from New to Closed
- Is Regression set to No
Hi, as we removed the complete media stuff I'll close this ticket.
Also available in: Atom
PDF