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

    [gelöst] sys_report: Unknown column 'isys_report__type' (update 0.9.9.-1-> -2)

    Scheduled Pinned Locked Moved Betrieb
    3 Posts 2 Posters 961 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.
    • N Offline
      nerbas
      last edited by

      Vielleicht ist mein Beitrag im anderen Thread untergegangen, deshalb hier als eigenes Thema. Beim update 0.9.9.-1 auf -2 bekomme ich folgende Fehlermeldung:

      isys_exception_database : Query error: ' SELECT * FROM isys_report WHERE isys_report__title = 'Stromverbrauch in Racks' AND isys_report__type = 's'; ': Unknown column 'isys_report__type' in 'where clause' 
      

      SHOW CREATE TABLE isys_report zeigt:

      CREATE TABLE `isys_report` (
       `isys_report__id` int(32) NOT NULL auto_increment,
       `isys_report__title` varchar(255) character set utf8 NOT NULL,
       `isys_report__description` text character set utf8 NOT NULL,
       `isys_report__query` text character set utf8 NOT NULL,
       `isys_report__query_row` text character set utf8 NOT NULL,
       `isys_report__mandator` int(32) NOT NULL,
       `isys_report__datetime` datetime NOT NULL,
       `isys_report__last_edited` datetime NOT NULL,
       PRIMARY KEY  (`isys_report__id`)
      ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci
      

      …die gesamte Tabelle isys_report ist außerdem leer - soll das so sein? Kann mir jemand eine leere isys_report zum sql-import schicken (falls das den Fehler beheben könnte)?

      1 Reply Last reply Reply Quote 0
      • D Offline
        dbluemer
        last edited by

        Hallo,

        da fehlt eine Spalte. Versuch' mal

        
        ALTER TABLE `isys_report` ADD `isys_report__type` CHAR( 1 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;
        
        

        vor dem Update.

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

          Yay! Super, das war's, update ist korrekt gelaufen, Danke!

          Komisch aber, dass da einfach eine Spalte fehlt… 🙂

          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