install bei lycos?

  • hi

    ich bin bei lycos und habe den folgenden befehl in der ht.... eingefügt.

    AddHandler x-httpd-php5 .php

    nun hat er mir folgende meldung gebracht.


    [quote]
    Support for PHP is missing.
    PHP Unterstützung nicht gefunden

    <!--
    *
    * Author Marcel Werk
    * copyright 2001-2007 WoltLab GmbH
    * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>*/
    // check php version // php version $phpVersion = phpversion();
    $comparePhpVersion = preg_replace('/^(\d+\.\d+\.\d+).*$/', '\\1', $phpVersion);
    if (!(version_compare($comparePhpVersion, '5.0.0') >= 0)) { ?>
    Your PHP version '<?php echo $phpVersion; ?>' is insufficient for
    installation of this software. PHP version 5.0.0 or greater is required.
    Ihre
    PHP Version '<?php echo $phpVersion; ?>' ist unzureichend für die Installation
    dieser Software. PHP Version 5.0.0 oder höher wird benötigt.
    <?php
    }

    // check ze1_compatibility_mode
    else if (ini_get('zend.ze1_compatibility_mode')) {
    ?>
    The option 'zend.ze1_compatibility_mode' is enabled. Please disable the
    option in your PHP configuration (php.ini) for a stable work of this
    software.
    Die Einstellung 'zend.ze1_compatibility_mode' ist aktiv. Für einen
    einwandfreien Betrieb dieser Software muss die Einstellung in der
    PHP-Konfiguration (php.ini) deaktiviert werden.
    <?php
    }

    // check simplexml
    else if (!function_exists('simplexml_load_file')) {
    ?>
    The 'simplexml' PHP extension is missing. Simplexml is required for a stable
    work of this software.
    Die 'simplexml' Erweiterung für PHP wurde nicht
    gefunden. Diese Erweiterung ist für den Betrieb der Software notwendig.
    <?php
    }

    //
    else {
    ?>
    PHP5 or greater is available. You can start the
    installation now.
    PHP5 oder höher wurde gefunden. Sie können mit der
    Installation beginnen


    das ist der link der php 5 info von lycos


    http://www.lycos-oneclicksite.com/phpinfo.php5


    wie kann ich das forum zum laufen bekommen. hoffe das geht.

    schonmal danke ^^

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!