[TYPO3-install] Problem accessing the backend after installation

Jesper Heldorf Fredskild jesper at fredskild.com
Fri Jul 18 15:11:00 CEST 2008


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

 

 



More information about the TYPO3-install mailing list