Arch typo3: Unterschied zwischen den Versionen
V (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Vorbereitung == === typo3 runterladen === Der SourceCode: wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.7.4.tar.gzv und das Dummy Packet: wget h…“) |
V (Diskussion | Beiträge) (→Fehler/Probleme die Aufgetaucht sind) |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 4: | Zeile 4: | ||
Der SourceCode: | Der SourceCode: | ||
wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.7.4.tar.gzv | wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.7.4.tar.gzv | ||
+ | |||
+ | und das Dummy Packet: | ||
+ | wget http://prdownloads.sourceforge.net/typo3/dummy-4.7.4.tar.gz | ||
+ | |||
+ | beide nach /srv/httpd/ entpacken | ||
+ | und rechte anpassen für httpcd dummy-4.7.4/ | ||
+ | touch typo3conf/ENABLE_INSTALL_TOOL | ||
+ | |||
+ | |||
+ | und das Dummy Packet:http://vosp.info/index.php?title=Arch_typo3&action=edit | ||
+ | wget http://prdownloads.sourceforge.net/typo3/dummy-4.7.4.tar.gz | ||
+ | |||
+ | beide nach /srv/httpd/ entpacken | ||
+ | und rechte anpassen für http | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === install tool aufrufen === | ||
+ | Entsperren: | ||
+ | cd /srv/httpd/dummy-4.7.4/ | ||
+ | touch typo3conf/ENABLE_INSTALL_TOOL | ||
+ | |||
+ | |||
+ | |||
+ | localhost/dummy-4.7.4/typo3/install/ | ||
und das Dummy Packet: | und das Dummy Packet: | ||
Zeile 14: | Zeile 40: | ||
− | === install tool aufrufen | + | === install tool aufrufen === |
localhost/dummy-4.7.4/typo3/install/ | localhost/dummy-4.7.4/typo3/install/ | ||
+ | |||
+ | * Unter Basic Conf Datenbank einrichten | ||
+ | * Unter Database Analyser | ||
+ | ** die Datenbank einspielen | ||
+ | * Unter Basic Conf Datenbank einrichten | ||
+ | * Unter Database Analyser | ||
+ | ** die Datenbank einspielen | ||
+ | ** Admin User und PW anlegen | ||
+ | * Unter UpgradeWizard extensions einspielen | ||
+ | |||
+ | |||
+ | === Backend === | ||
+ | http://localhost/dummy-4.7.4/typo3/backend.php | ||
+ | |||
+ | |||
+ | |||
+ | === Fehler/Probleme die Aufgetaucht sind === | ||
+ | ==== Aufruf des Backends nach der installation nicht Möglich ==== | ||
+ | * Fehler: | ||
+ | http log: | ||
+ | [Wed Oct 00 00:00:00 2012] [error] [client ::1] PHP Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in /srv/http/dummy-4.7.4/typo3conf/temp_CACHED_psbe9a_ext_tables.php on line 492 | ||
+ | |||
+ | * Lösung | ||
+ | im install tool unter UpgradeWizard die extension einspielen | ||
+ | |||
+ | ==== Installation von Extensions und Sprachen nicht möglich ==== | ||
+ | * Lösung: unter dem installtool all Configuration [curluse] aktivieren |
Aktuelle Version vom 3. Oktober 2012, 13:16 Uhr
Inhaltsverzeichnis
Vorbereitung
typo3 runterladen
Der SourceCode: wget http://prdownloads.sourceforge.net/typo3/typo3_src-4.7.4.tar.gzv
und das Dummy Packet: wget http://prdownloads.sourceforge.net/typo3/dummy-4.7.4.tar.gz
beide nach /srv/httpd/ entpacken und rechte anpassen für httpcd dummy-4.7.4/ touch typo3conf/ENABLE_INSTALL_TOOL
und das Dummy Packet:http://vosp.info/index.php?title=Arch_typo3&action=edit
wget http://prdownloads.sourceforge.net/typo3/dummy-4.7.4.tar.gz
beide nach /srv/httpd/ entpacken und rechte anpassen für http
install tool aufrufen
Entsperren: cd /srv/httpd/dummy-4.7.4/ touch typo3conf/ENABLE_INSTALL_TOOL
localhost/dummy-4.7.4/typo3/install/
und das Dummy Packet: wget http://prdownloads.sourceforge.net/typo3/dummy-4.7.4.tar.gz
beide nach /srv/httpd/ entpacken und rechte anpassen für http
install tool aufrufen
localhost/dummy-4.7.4/typo3/install/
- Unter Basic Conf Datenbank einrichten
- Unter Database Analyser
- die Datenbank einspielen
- Unter Basic Conf Datenbank einrichten
- Unter Database Analyser
- die Datenbank einspielen
- Admin User und PW anlegen
- Unter UpgradeWizard extensions einspielen
Backend
http://localhost/dummy-4.7.4/typo3/backend.php
Fehler/Probleme die Aufgetaucht sind
Aufruf des Backends nach der installation nicht Möglich
- Fehler:
http log: [Wed Oct 00 00:00:00 2012] [error] [client ::1] PHP Fatal error: Class 'Tx_Extbase_Utility_Extension' not found in /srv/http/dummy-4.7.4/typo3conf/temp_CACHED_psbe9a_ext_tables.php on line 492
- Lösung
im install tool unter UpgradeWizard die extension einspielen
Installation von Extensions und Sprachen nicht möglich
- Lösung: unter dem installtool all Configuration [curluse] aktivieren