Problem nach Installation 0.8.5 unter SuSE 9.2 und Windows
-
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> -
hallo,
was passiert denn nach aufruf von http://deinserver/i-doit/ ?
bekommst du eine fehlermeldung?grüsse,
daniel
-
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 17und nix geht mehr. Muss irgendwas Spezielles noch installiert werden?
-
welche php version hast du installiert ?
-
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.
-
@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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login