|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
HI
This is what I have done: * I have downloaded the "typo3_src+dummy-4.2.1.zip" file from Typo3.org. * Unzipped it on the local computer and * uploaded all the files to my ftp address in the root dir. * Opened the /typo3/sysext/install/mod/class.tx_install.php and added/changed a lines: From * function getDatabaseList() { * $dbArr=array(); * if ($result = $GLOBALS['TYPO3_DB']->sql_pconnect(TYPO3_db_host, TYPO3_db_username, TYPO3_db_password)) { * $dbArr = $GLOBALS['TYPO3_DB']->admin_get_dbs(); * } * return $dbArr; To: o function getDatabaseList() { o $dbArr=array("Database_com"); o if ($result = $GLOBALS['TYPO3_DB']->sql_pconnect(TYPO3_db_host, TYPO3_db_username, TYPO3_db_password)) { o $dbArr = $GLOBALS['TYPO3_DB']->admin_get_dbs(); o } o return $dbArr; (Added database name and inserted username and password) * and changed the installtoolpassword for safety reasons. This is done to be able to go through the 1-2-3 step installation on the ftp address. This is my problem: * when I scroll down to the end of the Typo3 4.2 install tool window and try to enter the backend admin then the page cannot be found/displayed by the Internet explorer. I think it might have something to do with the rights. I hope you can help me on above. Kind regards, Jesper _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-install] Problems accessing typo3temp folder | Marcel van der Laan | typo3-install@lists.netfielders.de | 3 | 08.07.2008 23:41 |
| [TYPO3-install] backend login fail on install | Pritesh Chandra | typo3-install@lists.netfielders.de | 1 | 27.05.2008 09:30 |
| [TYPO3-install] Installation problem creating DB | Grant Holmes | typo3-install@lists.netfielders.de | 1 | 20.02.2008 10:59 |
| [TYPO3] tinyrte makes filelink urls ABSOLUTE,as the url you are accessing the backend at, how to force RELATIVE? | Andrew Davis | typo3-english@lists.netfielders.de | 1 | 25.09.2007 20:04 |
| [TYPO3] Accessing backend-module class from other backend-module? | Mathias Gisch | typo3-english@lists.netfielders.de | 0 | 15.04.2007 11:21 |