[TYPO3-english] Unable to login in my site backend after completing installation succesfully

Mari Cruz Garcia Vallejo maricruz_garcia at hotmail.com
Thu Nov 11 17:53:34 CET 2010


Hello,

I managed to install Typo3_4.4.4 succesfully in Xampp (by the way, according to what I read, it seems that you cannot run mysql command from console in Xampp).
I use the "Introductionpackege3_4.4.4" which is for testing, new site and follow the instructions of the QuickInstall.

I know the database is successfully connecting because I read the message "succesfuly connected" in green in the configuration settings.

However, when I finish the installation and go to "the Typo3 Backend"  link of the configuration menu-which in my case is http://localhost/typo3_4.4.4/typo3/index.php-, 
I am unable to log in. 

I don't remember having created a username in the installation process. I have tried with root, which is the username for the database, but it does not allow me to log in.


I attach my localconfi.php in case is any help.


The database, Typ3, is empty, so maybe that is the problem.

Where should be the loggin details for the typo3 site -username and password- stored?


Thank you in advance for your help and sorry if the question is stupid.


<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

    // Default password is 'joh316':
$TYPO3_CONF_VARS['BE']['installToolPassword'] = '63d4399b76e9f9d8ee6cb3acb484dba6 ';

$TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin,t3editor,reports,felogin,indexed_search,introduction,realurl,tt_news,automaketemplate';

$typo_db_extTableDef_script = 'extTables.php';

## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script!

$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'e60408e9a55027070e3caf0550d2b4df';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['sitename'] = 'My Typo Site';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['maxFileSize'] = '90240';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db_username = 'root';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost';    //  Modified or inserted by TYPO3 Install Tool.
$typo_db = 'typo3';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['disable_exec_function'] = '0';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['gdlib_png'] = '0';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/';    //  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';    //  Modified or inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 11-11-10 17:30:43
$TYPO3_CONF_VARS['EXT']['extList'] = 'cms,lang,sv,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin,t3editor,reports,felogin,indexed_search,introduction,about,cshmanual,feedit,opendocs,simulatestatic,recycler,scheduler,version';    // Modified or inserted by TYPO3 Core Update Manager. 
// Updated by TYPO3 Core Update Manager 11-11-10 17:33:06
?>



> From: typo3 at kay-strobach.de
> Date: Thu, 11 Nov 2010 17:00:23 +0100
> To: typo3-english at lists.typo3.org
> Subject: Re: [TYPO3-english] Questions regardsing TYPO3 4.5
> 
> Hello Dimitry,
> Hello Guys,
> 
> > Fast??? Imagine List module loading on a page with lots of records.
> > That's not fast at all.
> 
> I just meant to create the grid with an empty store.
> The store should be filled in the moment when the grid comes visible. -
> Fully agree with you - there is no need to preload content - but the
> interface.
> And in IE6 the store should be cleared, if the panel is invisible, to
> save RAM.
> 
> Imagine the following use case:
> 
> User switches often between page and list module on the same page. (or
> page A in listmodule and page B in pagemodule).
> Currently we load the complete pagemodule and the listmodule every time
> (in bad configurations with styles and images).
> 
> With my idea there is a ExtJS CardLayout which holds all the BE Modules
> UI in RAM. Switch won't cause any request (perhaps updating the store(s)).
> For that functionality the cards need to know for which page(s) their
> content is valid for.
> 
> Backwardscompatibility can be achived with hidden iframes which are
> observed with ExtJS and loaded/created when the card got's visible first
> time.
> 
> I think some kb of JS code which prevent pageloadings are acceptable.
> 
> It's just an idea, that need to be discussed.
> 
> Best regards
> Kay
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 		 	   		  


More information about the TYPO3-english mailing list