[TYPO3-dev] SymLinked typo3/ext
Stefan Geith
typo3dev2007 at geithware.de
Tue Dec 11 15:34:04 CET 2007
Hi Devs,
I have my Typo3/Ext-Directory Sym-Linked:
ln -s /srv/htdocs/typo3_global_ext /srv/htdocs/www/typo3/ext
So I have only one Global Typo3-Ext Directory for all Typo3-
Installation.
This works great - except
phpmyadmin and extdeveval
do not work correct:
$BACK_PATH
is not calculated correctly.
I this a known bug ?
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 '../../../'
-
Stefan
More information about the TYPO3-dev
mailing list