[TYPO3-bugs] Bug 0004803: t3lib_div - PATH_typo3 problem for localizations

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Jan 18 15:42:23 CET 2007


Ingmar Schlecht schrieb:
> Hi Olly, hi Masi,
> 
> this bug seems to be caused by a change introduced by Masi 29 October.
> 
> Here's the ChangeLog entry:
>     2006-10-29  Martin Kutschker  <martin.t.kutschker at blackbox.net>
>  	* Fixed bug #4021: array_merge error with PHP 5.0
>  	* Changed occurences of PATH_site.'typo3conf/' to PATH_typo3conf
> 	  and PATH_site.TYPO3_mainDir to PATH_typo3
> 
> The ChangeSet:
> http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/5651

I think it's enough to set it in typo3/sysext/cms/tslib/index_ts.php:

define('PATH_typo3', PATH_site.TYPO3_mainDir);

The mainDir is by definition a subdir of the site directory.

Masi


More information about the TYPO3-team-bugs mailing list