Hallo
Danke ja das war schon sehr hilfreich jedoch sieht mein localconf.php script nicht so aus. Es ist kein Absatz wo ich meine Daten einfügen könnte!
$typo3_db_username="namedesusers";
$typo3_db_host="namedesdbservers";
$typo3_db="namederdatenbank";Bei mir sieht das so aus....
PHP-Code:
<?php
/*
NOTICE ABOUT CONFIGURATION:
TYPO3 offers an install tool with three simple steps to configure the most necessary options such as the database.
Please go to typo3/install/index.php to configure TYPO3 and install the database tables.
Just make sure this file is writable by PHP - otherwise the Install Tool will not succeed with the configuration.
If you want to manually enter values into this file take a look at t3lib/config_default.php which is the file that includes this one. By looking into this file you should be able to figure out which variables set which values.
*/
$TYPO3_CONF_VARS['SYS']['sitename'] = 'QuickStart';
// Setting Install Tool password to the default "joh316":
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971';
$TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,rte,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,tstemplate_styler,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,phpmyadmin,aboutmodules,imagelist,setup,taskcenter,sys_notepad,taskcenter_recent,taskcenter_rootlist,info_pagetsconfig,viewpage,tt_guest,mininews,tt_board,sys_todos,sys_workflows,conf_userts';
$typo_db_extTableDef_script = 'extTables.php';
## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script!
?>
Aber wie gesgt der andere Thread beschreibt mein Prob sehr gut...
Lesezeichen