[TYPO3-dam] X-mass goodies . . . almost . . .

Joe Berger joeberger at gmx.de
Tue Dec 16 17:28:15 CET 2008


Hi Michiel,

that was easy easy to replace. I know understand the patch file.  Thanks for
your hints.

Kind regards 
Joe



>>> Michiel Roos [netcreators]<michiel at netcreators.com> schrieb am
16.12.2008
um 16:55:
> Hi Joe,
> 
> Glad to hear I'm not alone! :-)
> 
> You can install a tool like 'quixplorer'. Then you can try to apply the
> patch manually by browsing to: /typo3/template.php
> 
> And changing line #1833 from:
> 
> return ($filename ? t3lib_div::getURL($this->backPath . $filename) : '');
> 
> into:
> 
> return ($filename ?
> t3lib_div::getURL(t3lib_div::resolveBackPath($this->backPath .
> $filename)) : '');
> 
> All the above is supposed to be in one line.
> 
> In essence you need to wrap $this->backpath with
> t3lib_div::resolveBackPath()
> 
> This will work if you have 'write' rights to the typo3 directory. I'm
> not sure how your hosting environment is set up . . .
> 
> Good luck!
> 
> Warm regards,
> 
> 
> Michiel Roos

 


More information about the TYPO3-project-dam mailing list