TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-linux@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 11.06.2008, 01:37
Doug Jordan
Gast
 
Beiträge: n/a
Standard [TYPO3-linux] (no subject)

I am attempting my first go at a typo3 install.* I am using version 4.1.6 as my web server does not yet support php5 for a 4.2 install.
I downloaded the source.zip and dummy.zip files, unzipped them on my local PC and then transferred them via ftp to my web server.
*
From the install.txt found in the root, under Install Guidelines - Typo3
I ensurred the files listed in step 3 are writable.
I am unsure how to accomplish step 4
"
4 - If you are setting up TYPO3 from anywhere other than on the server itself (where you can use http://127.0.0.1 as the address), open /typo3/install/index.php in your text editor and comment out lines 40 & 41 (adding /* at the beginning of the blank line before line 40, and */ on the blank line after line 41)"
as lines 40 and 41 are blanks when I open them in my editor so I am not sure which lines to comment out.
Next when I open my browser and point it at my website I get the following error:
The Install Tool is locked.

Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL
This file may simply be empty.

For security reasons, it is highly recommended to rename
or delete the file after the operation is finished
so next i created a file names exactly as follows "ENABLE_INSTALL_TOOL" and placed it in the typo3conf folder but still I get the same error.
Next I browsed the archives and install documents as well as did a google search on the error and was unable to find a solution other than being advised that the file "ENABLE_INSTALL_TOOL" cannot have an extension, which it does not.
So I revisited the file typo3/install/index.php and commented out the following lines, assuming they should be lines 40 & 41
error_reporting (E_ALL ^ E_NOTICE);
$PATH_thisScript = str_replace('//','/', str_replace('\\','/', (php_sapi_name()=='cgi'||php_sapi_name()=='isapi' ||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])? ($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']($_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME'])));

still I get the same error indicating the install tool is locked.
Please help an already lost newbie. lol
Doug
_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 11.06.2008, 03:30
Andreas B.
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] (no subject)

Doug Jordan schrieb:
> I am attempting my first go at a typo3 install. I am using version
> 4.1.6 as my web server does not yet support php5 for a 4.2 install.
>
>
> I downloaded the source.zip and dummy.zip files, unzipped them on my
> local PC and then transferred them via ftp to my web server.
>
>
> From the install.txt found in the root, under Install Guidelines - Typo3
>
> I ensurred the files listed in step 3 are writable.
> I am unsure how to accomplish step 4
>
> "
>
> 4 - If you are setting up TYPO3 from anywhere other than on the server
> itself (where you can use http://127.0.0.1 as the address), open
> /typo3/install/index.php in your text editor and comment out lines 40 &
> 41 (adding /* at the beginning of the blank line before line 40, and */
> on the blank line after line 41)"
>
>
>
> as lines 40 and 41 are blanks when I open them in my editor so I am not
> sure which lines to comment out.
>
>
>
> Next when I open my browser and point it at my website I get the
> following error:
>
>
>
> The Install Tool is locked.
>
> *Fix:* Create a file typo3conf/ENABLE_INSTALL_TOOL
> This file may simply be empty.
>
> For security reasons, it is highly recommended to rename
> or delete the file after the operation is finished
>
>
>
> so next i created a file names exactly as follows "ENABLE_INSTALL_TOOL"
> and placed it in the typo3conf folder but still I get the same error.
>
> Next I browsed the archives and install documents as well as did a
> google search on the error and was unable to find a solution other than
> being advised that the file "ENABLE_INSTALL_TOOL" cannot have an
> extension, which it does not.
>
>
>
> So I revisited the file typo3/install/index.php and commented out the
> following lines, assuming they should be lines 40 & 41
>
>
>
> error_reporting (E_ALL ^ E_NOTICE);
> $PATH_thisScript = str_replace('//','/', str_replace('\\','/',
> (php_sapi_name()=='cgi'||php_sapi_name()=='isapi'
> ||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])?
> ($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']($_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME'])));
>
>
>
> still I get the same error indicating the install tool is locked.
>
>
>
> Please help an already lost newbie. lol
>
>
>
> Doug


Hello Doug,

I suggest to download the Typo3Winstaller http://typo3winstaller.sourceforge.net/ and try Typo3 on
your machine first, so you gain some success.

Later try to find a provider who offers you PHP5.

You only have to comment out "error_reporting (E_ALL ^ E_NOTICE);" for running T3 on your providers
server.

I don't know why T3 did not recognize your file ENABLE_INSTALL_TOOL. Please make sure, that it realy
has no suffix. And that you put it in the folder typo3conf on the remote server. Files have to be
644 and folders have to be 755, but I think that is standard after you uploaded T3 to your server.

Keep on going, Typo3 is lot of fun (and hard work)

Greetings, Andreas Burg
_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 11.06.2008, 08:29
Franz Holzinger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] (no subject)

Doug Jordan a écrit :
> Next when I open my browser and point it at my website I get the
> following error:
>
>
>
> The Install Tool is locked.
>
> *Fix:* Create a file typo3conf/ENABLE_INSTALL_TOOL
> This file may simply be empty.
>
> For security reasons, it is highly recommended to rename
> or delete the file after the operation is finished
>
>
>
> so next i created a file names exactly as follows "ENABLE_INSTALL_TOOL"
> and placed it in the typo3conf folder but still I get the same error.
>
>
> still I get the same error indicating the install tool is locked.
>


So make sure that this file ENABLE_INSTALL_TOOL is readable by your
apache process.

chmod 744 ENABLE_INSTALL_TOOL

- Franz

_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 11.06.2008, 13:54
Andreas B.
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-linux] (no subject)

Franz Holzinger schrieb:

> So make sure that this file ENABLE_INSTALL_TOOL is readable by your
> apache process.
>
> chmod 744 ENABLE_INSTALL_TOOL
>
> - Franz


Hallo Franz, on my apache it works with 644.

Gruß, Andreas Burg

_______________________________________________
TYPO3-linux mailing list
TYPO3-linux (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/...fo/typo3-linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] (no subject) Czibolya Csaba typo3-english@lists.netfielders.de 0 06.03.2008 16:16
[TYPO3] (no subject) niklas.eliasson@anovo.se typo3-english@lists.netfielders.de 2 31.01.2008 12:02
[TYPO3] (no subject) Gary Greer typo3-english@lists.netfielders.de 1 16.12.2007 11:33
[TYPO3-linux] installation on linux T T typo3-linux@lists.netfielders.de 1 15.11.2007 13:18
[TYPO3] (no subject) Rob Kamp typo3-english@lists.netfielders.de 0 20.04.2007 15:12


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:07 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75