[TYPO3-core] RFC #11289: Bug: t3lib_cache_backend_FileBackend doesn't work properly with TYPO3 running in a subdirectory to the document root

Niels Pardon mail at niels-pardon.de
Sat Jun 6 14:57:36 CEST 2009


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=11289

Branches:
trunk

Problem:
I'm running several TYPO3 installations within subdirectories of
Apache's DocumentRoot. Currently the file backend creates the typo3temp
directory outside of the subdirectory TYPO3 is running as it uses
t3lib_div::getIndpEnv('TYPO3_DOCUMENT_ROOT') instead of PATH_site.

Solution:
Use PATH_site instead of t3lib_div::getIndpEnv('TYPO3_DOCUMENT_ROOT').
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 11289_TYPO3_trunk.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090606/213688ce/attachment.txt 


More information about the TYPO3-team-core mailing list