Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 06.07.08, 01:42
Forum Zuschauer
 
Registriert seit: 06.07.08
Beiträge: 3
Unglücklich

Verzweiflung, Grundlagen Typo3


Hallo ihr lieben,
ich bin langsam echt am verzweifeln. Ich versuche jetzt schon seit 3 Tagen Typo3 zu installieren, ich wäre echt dankbar wenn mir jemand helfen könnte.

Ich habe Typo3 schonmal auf meinem Webspace installiert bekommen, aber nur durch Glück. Es geht eigentlich schon um die Struktur von Typo3, die ich nicht verstehe. Zum Beispiel:

Wo liegt der Unterschied zwischen den "Dummy-Packages", dem "Typo3Source", "Typo3Source mit Dummy" und halt der "Typo3-Testsite"?
Was davon sollte eigentlich überhaupt auf den Webserver übertragen werden? Ich habe jetzt mal die Testsite raufgeladen und das Paket "Source with Dummy site ZIP". Die Testsite hat schonmal über 25 Minuten gedauert, weils glaub ich, mehr als 40 MB waren. Das "Testsite-Paket" ließ sich eigentlich ohne weitere Probleme installieren, außer beim Punkt 2 "Database Analyser", wenn ich dort den Punkt "Dump static data >> Import" angelickt habe, kam nur eine weiße Seite zum Vorschein, mehr nicht.

Bei der Installation mit "Source with Dummy" scheiterte ich schon nach wenigen Sekunden. Nach dem Hinweis das ich eine bestimme Zeile in der INDEX.PHP im Installationsverzeichnis löschen sollte, zeigte Typo3 nach dem Aufruf von www.meinedomain.de/typo3/installtion garnichts mehr an. Das konnte ich schonmal vergessen.

Ich habe Typo dann irgendwie zum laufen gekriegt (Mit dem Testsite-Paket), aber verschiedene Menüpunkte lassen sich nicht anklicken, z.B. "Ext Manager". Aber ich vermute das das daran liegt das mein Memory Limit unter 16 MB liegt (???), das bearbeitet aber grade mein Provider.
Das Backend von dieser Typo3-Testsite sieht sehr alt aus, das ist irgendwie komisch, aber ich weiß ja nicht was ich sonst installieren soll

Vielleicht kann mich ja irgendjemand aufklären und mir vielleicht helfen, das wäre sehr lieb. Ich bedanke mich jetzt schonmal für die Antworten von euch.

Liebe Grüße,
Jonas
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #2  
Alt 06.07.08, 16:16
Benutzerbild von robelix
Forum Stammgast
 
Registriert seit: 03.12.06
Beiträge: 187

1) Vergiss die Testsite-Pakete, für die aktuellen Versionen gibt's die sowieso nicht mehr.
2) Memory-Limit: Etwa bei 24MB ist das Minimum, bei der Installation großer Extensions kann's dann aber noch immer knapp werden. Empfehlenswer sind 64MB aufwärts.
3) Die Meldung mit dem löschen der Zeile in install/index.php ist nur in sehr alten Versionen drin - hol dir was Aktuelles: typo3.org: Packages
__________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 06.07.08, 16:25
Forum Zuschauer
 
Registriert seit: 06.07.08
Beiträge: 3

Enable_install_tool


Hallo,
vielen Dank für die Antwort schonmal.

Ok, das habe ich auch schon oft probiert Jetzt ist es halt so, dass wenn ich die Datei ENABLE_INSTALL_TOOL im Verzeichnis /typo3conf/ erstellt habe, bleibt der Bildschirm weiß :sad: Nicht passiert!

Woran könnte das liegen?

Gruß,
Jonas
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 06.07.08, 17:31
Forum Newbie
 
Registriert seit: 01.10.07
Alter: 25
Beiträge: 12

Auch 64 MB werden nicht reichen sofern Du Bilder und andere Medien verwenden möchtest (z.B. für Bildergallerien, Downloads, etc.). Meine Typo-Installationen sind i.d.R. 100-300 MB groß.

wenn Du nach dem anlegen der Datei ENABLE_INSTALL_TOOL nur weiß siehst, dann ist vermutlich in der /install/index.php ganz am Anfang ein
Code:
die('');
. Schau mal nach ob es so ist und entferne diese Zeile.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #5  
Alt 06.07.08, 23:07
Forum Zuschauer
 
Registriert seit: 06.07.08
Beiträge: 3

Immernoch ein Problem...


Ok das habe ich gemacht, aber jetzt kommt ne Fehlermeldung :sad:
Also das stand bei mir vorher:

PHP-Code:
<?php
/***************************************************************
*  Copyright notice
*
*  (c) 1999-2008 Kasper Skaarhoj (kasperYYYY@typo3.com)
*  All rights reserved
*
*  This script is part of the TYPO3 project. The TYPO3 project is
*  free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 2 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*  A copy is found in the textfile GPL.txt and important notices to the license
*  from the author is found in LICENSE.txt distributed with these scripts.
*
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
 * Starter-script for install screen
 *
 * $Id: index.php 3439 2008-03-16 19:16:51Z flyguide $
 *
 * @author    Kasper Skaarhoj <kasperYYYY@typo3.com>
 * @package TYPO3
 * @subpackage core
 */



// **************************************************************************
// Insert some security here, if you don't trust the Install Tool Password:
// **************************************************************************

error_reporting (E_ALL E_NOTICE);
$PATH_thisScript str_replace('//','/'str_replace('\\','/', (php_sapi_name()=='cgi'||php_sapi_name()=='isapi' ||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])? ($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']:sad:sad:$_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME'])));

    
// Only allow Install Tool access if the file "typo3conf/ENABLE_INSTALL_TOOL" is found
$enableInstallToolFile dirname(dirname(dirname($PATH_thisScript))).'/typo3conf/ENABLE_INSTALL_TOOL';

    
// Change 1==2 to 1==1 if you want to lock the Install Tool regardless of the file ENABLE_INSTALL_TOOL
if (1==|| ($_SERVER['REMOTE_ADDR']!='127.0.0.1' && !@is_file($enableInstallToolFile)))    {
    die(
'The Install Tool is locked.<br /><br /><strong>Fix:</strong> Create a file typo3conf/ENABLE_INSTALL_TOOL<br />This file may simply be empty.<br /><br />For security reasons, it is highly recommended to rename<br />or delete the file after the operation is finished.');
}



// *****************************************************************************
// Defining constants necessary for the install-script to invoke the installer
// *****************************************************************************
define('TYPO3_MOD_PATH''install/');
$BACK_PATH='../';

    
// Defining this variable and setting it non-false will invoke the install-screen called from init.php
define('TYPO3_enterInstallScript''1');
require (
'../init.php');
?>
Dann habe ich halt das Stück mit "die" weggemacht, etwa so:

PHP-Code:
<?php
/***************************************************************
*  Copyright notice
*
*  (c) 1999-2008 Kasper Skaarhoj (kasperYYYY@typo3.com)
*  All rights reserved
*
*  This script is part of the TYPO3 project. The TYPO3 project is
*  free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 2 of the License, or
*  (at your option) any later version.
*
*  The GNU General Public License can be found at
*  http://www.gnu.org/copyleft/gpl.html.
*  A copy is found in the textfile GPL.txt and important notices to the license
*  from the author is found in LICENSE.txt distributed with these scripts.
*
*
*  This script is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
/**
 * Starter-script for install screen
 *
 * $Id: index.php 3439 2008-03-16 19:16:51Z flyguide $
 *
 * @author    Kasper Skaarhoj <kasperYYYY@typo3.com>
 * @package TYPO3
 * @subpackage core
 */



// **************************************************************************
// Insert some security here, if you don't trust the Install Tool Password:
// **************************************************************************

error_reporting (E_ALL E_NOTICE);
$PATH_thisScript str_replace('//','/'str_replace('\\','/', (php_sapi_name()=='cgi'||php_sapi_name()=='isapi' ||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])? ($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']:sad:sad:$_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME'])));

    
// Only allow Install Tool access if the file "typo3conf/ENABLE_INSTALL_TOOL" is found
$enableInstallToolFile dirname(dirname(dirname($PATH_thisScript))).'/typo3conf/ENABLE_INSTALL_TOOL';

    
// Change 1==2 to 1==1 if you want to lock the Install Tool regardless of the file ENABLE_INSTALL_TOOL
if (1==|| ($_SERVER['REMOTE_ADDR']!='127.0.0.1' && !@is_file($enableInstallToolFile)))


// *****************************************************************************
// Defining constants necessary for the install-script to invoke the installer
// *****************************************************************************
define('TYPO3_MOD_PATH''install/');
$BACK_PATH='../';

    
// Defining this variable and setting it non-false will invoke the install-screen called from init.php
define('TYPO3_enterInstallScript''1');
require (
'../init.php');
?>
Und jetzt kommt folgende Fehlermeldung:

"Error in init.php: Path to TYPO3 main dir could not be resolved correctly.

This happens if the last 6 characters of this path, /srv/www/htdocs/web94/html/adrate/cms/typo3/install/ ($temp_path), is NOT "typo3/" for some reason.
You may have a strange server configuration. Or maybe you didn't set constant TYPO3_MOD_PATH in your module?


If you want to debug this issue, please edit typo3/init.php of your TYPO3 source and search for the die() call right after this line (search for this text to find)..."

Weiß vielleicht jemand rat?

Gruß,
Jonas
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #6  
Alt 03.11.08, 12:20
Forum Newbie
 
Registriert seit: 28.03.08
Alter: 32
Beiträge: 18

Typo3 Grundlagen


Hallo,

also falls das Problem noch aktuell sein sollte:
Ich bin vor einem halbem Jahr bei absolut NULL angefangen was Typo3 angeht. TypoScript kann ich noch nicht wirklich...da fang ich erst an.


Aber was einlesen und testen udn installieren angeht...da kann ich dir einige gute Links geben.

Also ich bin so gestartet, dass ich unter apachefriends.org das xampplite paket geladen hab.
Im Ernst: Das ist super easy!
Einfach das typo3-paket in htdocs kopieren, webserver starten, datenbank einrichten und installation starten.

Genauso problem funktioniert das bei meinem provider.
Aber bevor man das alles hochlädt ist lokaler webserver schon cool!

Also wie gesagt: wenn interesse besteht meld Dich...

Gruß

Dirk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Grundlagen / Dokumentation maxhb Extension modifizieren oder neu erstellen 0 19.08.04 17:27
Wichtige Infos - T3 Grundlagen Junior TYPO3 3.x Fragen und Probleme 0 19.08.04 00:31


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:35 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0