Update auf typo3 4.2.1, error: No database selected [Gelöst]


  • 0 x
    15. 09. 2008, 15:53

    Hallo,

    ich habe gerade Typo3 von Version 4.1.1 auf 4.2.1 umgestellt.

    soweit alles klar.

    Jetzt kommt das Problem, hier die Botschaft von Typo3:

    ## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script! $TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.2'; // Modified or inserted by TYPO3 Install Tool. // Updated by TYPO3 Install Tool 15-09-08 15:26:25
    No database selected

    Database Error

    Das habe ich gemacht, d.h. ich habe in localconf "4.2" eingetragen. Dann hat glaube ich auch alles geklappt, aber jetzt sind die Dateien weg.
    Ich konnte leider keine Anleitungen im Forum befolgen.

    Gruß
    Beatrice

  • brokemeister brokemeis...
    Jedi-Ratsmitglied
    0 x
    762 Beiträge
    0 Hilfreiche Beiträge
    17. 09. 2008, 13:40 - Lösung

    Hi!
    Schau mal in der localconf.php,
    da muss fast am Anfang die db stehen.
    Vielleicht werden der Variablen überschrieben...

    1. $typo_db_username = 'yourUser'; // Modified or inserted by TYPO3 Install Tool.
    2. $typo_db_password = 'yourPassword'; // Modified or inserted by TYPO3 Install Tool.
    3. $typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool.
    4. $typo_db = 'yourDB'; // Modified or inserted by TYPO3 Install Tool.

    Gruß
    Malte


  • 1
  • brokemeister brokemeis...
    Jedi-Ratsmitglied
    0 x
    762 Beiträge
    0 Hilfreiche Beiträge
    17. 09. 2008, 13:40

    Hi!
    Schau mal in der localconf.php,
    da muss fast am Anfang die db stehen.
    Vielleicht werden der Variablen überschrieben...

    1. $typo_db_username = 'yourUser'; // Modified or inserted by TYPO3 Install Tool.
    2. $typo_db_password = 'yourPassword'; // Modified or inserted by TYPO3 Install Tool.
    3. $typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool.
    4. $typo_db = 'yourDB'; // Modified or inserted by TYPO3 Install Tool.

    Gruß
    Malte

  • 1