+ Antworten
Ergebnis 1 bis 2 von 2

Thema: Fehler beim Testen von Mambo 4.0.14 von der Festplatte

  1. #1
    Neu an Board
    Registriert seit
    14.01.2004
    Beiträge
    66
    Bedankte sich
    1
    1 Danksagung in 1 Beitrag

    Standard

    Hallo

    ich habe folgendes Problem:
    Mambo habe ich auf c:/web/mamb auf der Festplatte entpackt. Danach habe ich die configuration.php folgendes eingetragen:

    <?php
    //************************************************** ***********************
    //* Installation Instructions *
    //* *
    //* 1) COPY this file, "configuration-dist.php", to "configuration.php" *
    //* [if it doesn't exist] *
    //* 2) EDIT this new file "configuration.php" to suit your database *
    //* connection and other local/hosted settings. *
    //************************************************** ***********************
    //
    //************************************************** ***********************
    //* Database configuration section *
    //************************************************** ***********************
    $host = 'localhost'; // This is normally set to localhost
    $user = 'root'; // MySQL username
    $password = ''; // MySQL password
    $db = 'mamb'; // MySQL database name
    $dbprefix = 'mos_'; // Do not change unless you need to!
    //************************************************** ***********************
    //* Site specific configuration *
    //************************************************** ***********************
    setlocale (LC_TIME, "de_DE"); // Country locale
    $lang = 'def'; // Site language
    $absolute_path = 'C:\web\mamb'; // No trailing slash
    $live_site = 'http://localhost/mamb'; // No trailing slash
    $sitename = 'Mambo 4.0.14 Stable'; // Name of Mambo site
    $phpmyadmin = ''; // Path to phpMyAdmin
    $popup = 0; // 0 = Off, 1 = On
    $shownoauth = true; // Display links & categories users do not have access to
    //************************************************** ***********************
    //* Do not change ANYTHING below this line !!! *
    //************************************************** ***********************
    $local_backup_path = $absolute_path.'/administrator/backups';
    $pdf_path = $absolute_path.'/pdf/';
    $image_path = $absolute_path.'/images/stories';
    $col = 3;
    $row = 3;
    if ($directory !='uploadfiles'){
    $title[0]='Story Images';
    $dir[0]=$absolute_path.'/images/stories';
    $picurl[0]=$live_site.'/images/stories/';
    $tndir[0]=$live_site.'/images/stories/';
    } else {
    $title[0]='Uploaded File Images';
    $dir[0]=$absolute_path.'/uploadfiles/$Itemid';
    $picurl[0]=$live_site.'/uploadfiles/$Itemid';
    $tndir[0]=$live_site.'/uploadfiles/$Itemid';
    }
    include_once("$absolute_path/version.php");
    >


    wenn ich mir über http://localhost/mamb/index.php die Seite anschaue, kommen die Probleme:

    Notice: Undefined variable: directory in C:\web\mamb\configuration.php on line 38

    Notice: Undefined variable: directory in C:\web\mamb\configuration.php on line 38

    Notice: Undefined index: usercookie in C:\web\mamb\index.php on line 36

    Notice: Undefined variable: newsflashcookie in C:\web\mamb\newsflashCookie.php on line 22

    Warning: Cannot modify header information - headers already sent by (output started at C:\web\mamb\configuration.php:38) in C:\web\mamb\newsflashCookie.php on line 49

    Notice: Undefined variable: option in C:\web\mamb\SessionCookie.php on line 45

    Notice: Undefined variable: option in C:\web\mamb\SessionCookie.php on line 61

    Warning: Cannot modify header information - headers already sent by (output started at C:\web\mamb\configuration.php:38) in C:\web\mamb\SessionCookie.php on line 74

    Notice: Undefined variable: directory in C:\web\mamb\configuration.php on line 38

    Notice: Undefined variable: option in C:\web\mamb\themes\mambobizz.php on line 27

    Notice: Undefined variable: detection in C:\web\mamb\themes\mambobizz.php on line 33

    Warning: Cannot modify header information - headers already sent by (output started at C:\web\mamb\configuration.php:38) in C:\web\mamb\themes\mambobizz.php on line 36



    dann sehe ich eine fehlerhafte Mambo Page.

    Was habe ich falsch gemacht? Ich finde den Fehler nicht.

    MFG Matthias

  2. #2
    Hat hier eine Zweitwohnung
    Registriert seit
    01.01.1970
    Beiträge
    1.696
    Bedankte sich
    0
    Erhielt 7 Danksagungen
    in 7 Beiträgen

    Standard

    Also wahrscheinlich ist der $absolute_path falsch
    $absolute_path = 'C:\web\mamb'; // No trailing slash

    versuch mal
    $absolute_path = 'C:\web\www\mamb'; // No trailing slash

    Ansonsten installier Dir doch mal die Version 4.5 damit arbeiten doch alle
    hier unter Windows xp

    bei der 4.0 Version läuft nur das Grundsystem rund die componenten
    must Du meist per Hand noch anpassen und viele laufen überhaupt
    nicht richtig unter Windows. Eigendlich soll man die 4.0 Version nur
    zur Theme entwicklung benutzen kannst Du im alten Forum nachlesen.

+ Antworten

Ähnliche Themen

  1. Deutsche Mambo Info-Broschüre
    Von zorkhh im Forum Hinweise, Fragen und Kritik
    Antworten: 10
    Letzter Beitrag: 04.04.2010, 15:08
  2. Mambo zum testen installieren
    Von Alexander im Forum Mambo 4.5.0 Installation
    Antworten: 4
    Letzter Beitrag: 16.09.2004, 19:44
  3. Sicherheitslücken bei Mambo 4.0.14?
    Von marcoswiss im Forum Mambo 4.0.x
    Antworten: 1
    Letzter Beitrag: 26.11.2003, 10:38

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein