[TYPO3-linux] Typo3 6.2 beta3 installation complaining about links
Franz Holzinger
franz at ttproducts.de
Sat Jan 25 16:10:25 CET 2014
Hello
Le 15. 01. 14 15:43, David Apltauer a écrit :
> /typo3_src should be a link, but it does not exist
> Links can not be fixed by this system
This is a critical error.
I think that your Apache configuration is wrong.
If there is a file or a link like typo3_src then it would have been
found. The other error messages are a consequence of this error.
Maybe it is a rights problem.
> The folder structure is as follows:
>
> htdocs
> typo3
> .htaccess
> index.php -> ./typo3_src/index.php
> typo3 -> ./typo3_src/typo3/
> typo3_src -> ../typo3_src-6.2.0-beta3/
> typo3_src-6.2.0-beta3
>
> I run the installation via accessing host/typo3/. The environment is Apache
> on Linux. I have already tried to change links from xyz/ to xyz but that
> makes no difference. It seems the links should be okay, why the error
> messages in the install tool?
>
It should be like this:
lrwxrwxrwx 1 username username 19 Jan 13 16:47 index.php ->
typo3_src/index.php
-rw-rw-r-- 1 username username 7280 Jan 13 19:21 turmix.htaccess
lrwxrwxrwx 1 username username 15 Jan 13 16:45 typo3 -> typo3_src/typo3
drwxrws--- 4 username www-data 4096 Jan 17 22:02 typo3conf
lrwxrwxrwx 1 username username 16 Jan 13 16:42 typo3_src ->
typo3_src-master
drwxr-xr-x 3 username username 4096 Jan 10 13:20 typo3_src-master
- Franz
More information about the TYPO3-linux
mailing list