[TYPO3-german] Typo3 4.5.16 Konfiguration und Installation

Tobias Leichsenring | EDVSolutions.org post at edvsolutions.org
Sun Mar 2 18:21:12 CET 2014


Hallo,

also wenn du nicht weisst, wie man eine PHP-Datei erzeugt ?

Du nimmst dein Programm, welches du zum Erstellen von Internetseiten nutzt (Dreamweaver, Notepad++ o.ä.) und erstellst dort eine Datei mit der Endung php .
Dann setzt du den Inhalt rein und speicherst die Datei in einem Pfad auf deinem FTP, wo eine Domain oder SubDomain hinzeigt.

Danach rufst du das im Browser auf :   www.deinedomain.endung/namederphpdatei.php

Freundliche Grüße
Tobias Leichsenring


-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Heidi Gänsicke
Gesendet: Sonntag, 2. März 2014 18:05
An: typo3-german at lists.typo3.org
Betreff: Re: [TYPO3-german] Typo3 4.5.16 Konfiguration und Installation

Die Datei ENABLE_INSTALL_TOOL  liegt nun richtig auf dem ftp.server.

Nun muß ich mein Install Tool Passwort vergeben, weiß aber nicht wo und wie???
In Typo3 geht es nicht, es öffnet sich ein Fenster, in dem ich mein Passwort eingeben soll - da es aber noch nicht gesetzt ist, bekomme ich die Aufforderung: The Install Tool Password is not the admin password of TYPO3.
The default password is joh316. Be sure to change it!

If you don't know the current password, you can set a new one by setting the value of $TYPO3_CONF_VARS['BE']['installToolPassword'] in typo3conf/localconf.php to the md5() hash value of the password you desire.

Wo und wie kann ich es auf dem ftp server eingeben???
---
Andre schreibt mir:
du legst Dir in Deinem Webspace eine php Datei an. Dort rein schreibst Du:

<?

echo md5(„hier dein Passwort als Klartext");


?>

Diese Datei rufst Du dann auf und dann wird Dir der md5 Hash angezeigt. Diesen kopierst Du dann 

$TYPO3_CONF_VARS['BE']['installToolPassword'] = ‚AN DIESE STELLE';
----
Wie erzeuge ich eine php Datei - in welchem Pfad im ftp?

Viele Grüße, Heidi
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german


More information about the TYPO3-german mailing list