|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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 |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| 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 |