Hallo an alle,
ich bin neu hier.
Ich versuche gerade verzweifelt Typo3 auf meinem Server zu installieren, doch leider kann ich mich mit dem Standart Passwort joh316 nicht einloggen.
Ich habe schon viel gegoogelt und gesucht.
Was ich bereits probiert habe:
• Login Safari, Firefox und Chrom - leider nichts.
• in der localconf.php nach mehreren $TYPO3_CONF_VARS['BE']['installToolPassword'] gesucht - auch nichts.
• Alle Schreibrechte sind OK.
• Neues "ENABLE_INSTALL_TOOL" Dokument angelegt.
• Beliebiges Passwort benutzt und Hash in die localconf.php kopiert.
Hier der Ausschnitt der localconf.php:
<?php $TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site'; // Default password is "joh316" : $TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971'; $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'; $typo_db_extTableDef_script = 'extTables.php'; ## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script! $typo_db_username = 'pharmador'; // Modified or inserted by TYPO3 Install Tool. $typo_db_password = '1swiss1'; // Modified or inserted by TYPO3 Install Tool. $typo_db_host = 'sql04.sprit.org'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['encryptionKey'] = '419480e3a715e8e0cca6aec5609faf2e'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['compat_version'] = '4.2'; // Modified or inserted by TYPO3 Install Tool. $typo_db = 'Pharmador_Swiss'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im5'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['GFX']['gdlib_png'] = '1'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['FE']['disableNoCacheParameter'] = '0'; // Modified or inserted by TYPO3 Install Tool. $TYPO3_CONF_VARS['SYS']['sitename'] = 'Pharmador Swiss'; // Modified or inserted by TYPO3 Install Tool.
Mehrere Möglichkeiten habe ich im Netz nicht gefunden.
Hat jemand eine Tip was ich noch versuchen kann?
Vielen Dank im Voraus!