Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Problem nach Installation 0.8.5 unter SuSE 9.2 und Windows

    Scheduled Pinned Locked Moved Betrieb
    6 Posts 4 Posters 3.3k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U Offline
      uwek
      last edited by

      Hallo,

      nach der Installation habe ich keine Login-Seite.

      Der Installer install.sh und Install-Wizard http://<server>/installer/
      liefen sauber durch.

      Datenbanken wurden sauber angelegt.
      MySQL durchgestartet.

      Keine Einträge in Apache-Errorlog.

      Meine config.inc:
      /****************************************************************************

      • i-doIT Servicemanagementsystem
      • Shortname: Configuration
      • Module: Globals
      • Author: Andr�W�ten
      • Description:
      • Variables for configuration
      • Change Log:
      • 06.10.2004 - Andr�W�ten
      • Code refactored and added as config.inc to i-doIT

      */

      /* Global configuration parameters */
      $configGlobal = array(
      "version" => "0.8.5", // i-doIT Version
      "htmlTitle" => "i-doIT", // Title in browser
      "navTitle" => "i-doIT", // Title in navigation bar
      "maxSessTime" => 1800, // maximal session time in seconds
      "theme" => "default", // Theme to use
      #"baseDir" => "/usr/local/perf/i-doit", // i-doIT base directory,
      "baseDir" => "/i-doit", // i-doIT base directory,
      // remember! this is for html, not
      // real pathnames
      "loginTypes" => array("sql"), // login types
      "globalPassword" => "enter_here", // global administration password, set it here 🙂
      "language" => "de", // language to use
      "mainMaxAnnouncements" => 6, // Specify maximal announcements on main page here
      "mainMaxUpdates" => 20, // Specify maximal updates on main page
      "companyName" => "Meine Firma" // Company name (should be outsourced to DB)
      );

      /* Theme directory */
      $configGlobal["themeDir"] = "themes/".$configGlobal["theme"]."/";
      ?></server>

      1 Reply Last reply Reply Quote 0
      • dkirstenD Offline
        dkirsten administrators
        last edited by

        hallo,

        was passiert denn nach aufruf von http://deinserver/i-doit/ ?
        bekommst du eine fehlermeldung?

        grüsse,

        daniel

        Viele Grüße,

        Daniel

        1 Reply Last reply Reply Quote 0
        • ? This user is from outside of this forum
          Guest
          last edited by

          @dkirsten:

          hallo,

          was passiert denn nach aufruf von http://deinserver/i-doit/ ?
          bekommst du eine fehlermeldung?

          ich möchte da mal einhaken, da es mir genauso geht. Es kommt die Felermeldung

          Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/i-doit/config_session.inc on line 17
          

          und nix geht mehr. Muss irgendwas Spezielles noch installiert werden?

          1 Reply Last reply Reply Quote 0
          • jknuthJ Offline
            jknuth
            last edited by

            welche php version hast du installiert ?

            1 Reply Last reply Reply Quote 0
            • ? This user is from outside of this forum
              Guest
              last edited by

              Hi,

              Sessions werden in der bei i-doIT genutzen Form erst ab PHP 4 unterstützt. Ansonsten kommt es mir so vor, als wenn die Session-Library nicht mit in dein PHP reinkompiliert wurde.

              Erstell dir mal eine Datei mit ..

              … speicher sie als .php-Datei auf deinem Webserver und ruf diese mit deinem Browser auf. Das Ausgabe-HTML bräuchte ich als E-Mail oder PM, dann schau ich mir das mal genauer an.

              1 Reply Last reply Reply Quote 0
              • ? This user is from outside of this forum
                Guest
                last edited by

                @aw:

                Sessions werden in der bei i-doIT genutzen Form erst ab PHP 4 unterstützt. Ansonsten kommt es mir so vor, als wenn die Session-Library nicht mit in dein PHP reinkompiliert wurde.

                Es ist die Version 4.3.8

                @aw:

                … speicher sie als .php-Datei auf deinem Webserver und ruf diese mit deinem Browser auf. Das Ausgabe-HTML bräuchte ich als E-Mail oder PM, dann schau ich mir das mal genauer an.

                Ist schon unterwegs 🙂

                Gruß,
                Michael

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post