[TYPO3] The Install Tool is Locked

Robert von Hackwitz robertvonhackwitz at gmail.com
Wed Mar 19 18:43:42 CET 2008


On Wed, 2008-03-19 at 07:29 -0700, Isaac Heng wrote:
> Thanks. I did as instructed and the whole process takes only a few minutes.
>    
>   I downloaded the dummy.4.1.6.tar.gz and source.4.1.6.tar.gz into a directory called TYPO3 (original!).

>  Used ssh to extract it. 

> Currently the files are TYPO3/typo3_src.4.1.6  and TYPO3/dummy-4.1.6.
>    
>   Question: Do i need to move all the subdirectories so that they are directly under TYPO3?
>    
>   ......
>    
>   When I run TYPO3, I got the error message 403 Forbidden - You don't have permission to access /TYPO3/ 

> on this server."
>    
[snip]

Hi Isaac,

you'are talking about ssh and tar.gz packages so i suppose your site is
on a Unix-Like machine...
You have two options:
1) unpack dummy.4.1.6.tar.gz in your dir called TYPO3 and then unpack
typo3_src.4.1.6.tar.gz one dir level higher than your dir TYPO3 (cd ..).
Create in TYPO3/typo3conf/ the file ENABLE_INSTALL_TOOL. It MUST work.

2) unpacking both packages in your dir called TYPO3. Remove symbolic
link typo3_src pointing to ../typo3_src-4.1.6 and create a new link
pointing to typo3_src-4.1.6 (ln -s typo3_src-4.1.6 typo3_src).
Create in TYPO3/typo3conf/ the file ENABLE_INSTALL_TOOL. It MUST work.

This because package dummy.4.1.6.tar.gz contains the symbolic link
"typo3_src" pointing to "../typo3_src-4.1.6", so it "expects" typo3
source to be in a dir 1 level "higher" than dummy.

Sorry for my poor english :-(
Hope this helps.
Bye!

-- 
Robert von Hackwitz
robertvonhackwitz at gmail.com



More information about the TYPO3-english mailing list