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

    Installationsproblem

    Scheduled Pinned Locked Moved Betrieb
    5 Posts 2 Posters 3.0k Views
    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.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Ich erhalte bei der automatischen MySQL-Installation folgende Fehlermeldung:

      Error (Failure on querying statement 'CREATE TABLE IF NOT EXISTS cdromserver ( ID int(11) NOT NULL auto_increment…............

      OS ist Win2000, MySQL, PHP, Apache 2.0

      Wenn ich den Installationsassistent starte, sind alle Prüfungen auf grün. Trotz der Meldung wurden beide DB`s und der entsprechende User angelegt.

      Cello

      1 Reply Last reply Reply Quote 0
      • N Offline
        npotthast
        last edited by

        @Anonymous:

        Wenn ich den Installationsassistent starte, sind alle Prüfungen auf grün. Trotz der Meldung wurden beide DB`s und der entsprechende User angelegt.

        Treten ansonsten irgendwelche Fehler bei der Benutzung auf?
        Interessant zu erfahren wäre auch deine MySQL-Version und deine PHP Version.

        MfG,
        Niclas Potthast

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

          Benutzen kann ich i-doit nicht, die Seite wechselt gleich beim Aufruf der Startseite wieder auf den Installer.

          Das System läuft unter Xampp mit MySQL 4.1.10 und PHP 5.0.3

          Cello

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

            Bei uns funktionierte der SQL-Dump in den Tests zwar, aber da scheint es tatsächlich einige Inkompabilitäten zu geben. Das ganze löst du, indem du in der Datei 'installer/i-doit-0.8.5.sql' den Block:

            CREATE TABLE IF NOT EXISTS `cdromserver` (
            
              `ID` int(11) NOT NULL auto_increment,
            
              `schrankID` int(11) NOT NULL default '0',
            
              `Name` varchar(255) NOT NULL default '',
            
              `Hersteller` varchar(255) NOT NULL default '',
            
              `Modell` varchar(255) NOT NULL default '',
            
              `Seriennummer` varchar(255) NOT NULL default '',
            
              `stromID` int(11) NOT NULL default '0',
            
              `Firmware-Version` varchar(255) NOT NULL default '',
            
              `Kapazitaet` varchar(255) NOT NULL default '',
            
              `Anzahl der Laufwerke` varchar(255) NOT NULL default '',
            
              `IP-Adresse` varchar(255) NOT NULL default '',
            
              `Subnetmaske` varchar(255) NOT NULL default '',
            
              `switchID` int(11) NOT NULL default '0',
            
              `Switch-Port` varchar(255) NOT NULL default '',
            
              `Dokumentation` varchar(255) NOT NULL default '',
            
              PRIMARY KEY  (`ID`,`ID`)
            
            ) TYPE=MyISAM AUTO_INCREMENT=4 ;
            

            die Zeile:

            PRIMARY KEY  (`ID`,`ID`)
            

            in

            PRIMARY KEY  (`ID`)
            

            änderst. Gebt mir bitte Feedback ob es funktioniert hat.

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

              Klappt!

              Allerdings ist neben dem Abschnitt cdrom auch der noch der Abschnitt firma entsprechend anzupassen.`

              Cello

              1 Reply Last reply Reply Quote 0

              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
              • First post
                Last post