[TYPO3-dev] SymLinked typo3/ext
Stefan Geith
typo3dev2007 at geithware.de
Tue Dec 11 15:41:05 CET 2007
Stefan Geith schrieb:
> ...
> In Detail:
> Clicking on phpmyadmin gives an error in line 45 of
> /srv/htdocs/typo3_global_ext/phpmyadmin/modsub/index.php:
> require ($BACK_PATH.'init.php');
> where
> $BACK_PATH is '../../../'
>
> Same with extdeveval: Error in Line 59 of
> /srv/htdocs/typo3_global_ext/extdeveval/mod1/index.php:
> require ($BACK_PATH.'init.php');
> where
> $BACK_PATH is '../../../'
Couldn't
$BACK_PATH
simply be set to
$GLOBALS['_SERVER']['DOCUMENT_ROOT'].'typo3/'
?
It seems to be used only for
require ($BACK_PATH.'init.php');
require ($BACK_PATH.'template.php');
-
Stefan
More information about the TYPO3-dev
mailing list