<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] sys_report: Unknown column &#x27;isys_report__type&#x27; (update 0.9.9.-1-&gt; -2)]]></title><description><![CDATA[<p dir="auto">Vielleicht ist mein Beitrag im <a href="http://www.i-doit.org/forum/index.php/topic,1561.0.html">anderen Thread</a> untergegangen, deshalb hier als eigenes Thema. Beim update 0.9.9.-1 auf -2 bekomme ich folgende Fehlermeldung:</p>
<pre><code>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' 
</code></pre>
<p dir="auto">SHOW CREATE TABLE isys_report zeigt:</p>
<pre><code>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
</code></pre>
<p dir="auto">…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)?</p>
]]></description><link>https://community.i-doit.com/topic/1497/gelöst-sys_report-unknown-column-isys_report__type-update-0-9-9-1-2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 04:40:32 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/1497.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Jun 2010 09:21:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] sys_report: Unknown column &#x27;isys_report__type&#x27; (update 0.9.9.-1-&gt; -2) on Fri, 25 Jun 2010 14:14:20 GMT]]></title><description><![CDATA[<p dir="auto">Yay! Super, das war's, update ist korrekt gelaufen, Danke!</p>
<p dir="auto">Komisch aber, dass da einfach eine Spalte fehlt… <img src="https://community.i-doit.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=a856813dc33" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://community.i-doit.com/post/8580</link><guid isPermaLink="true">https://community.i-doit.com/post/8580</guid><dc:creator><![CDATA[nerbas]]></dc:creator><pubDate>Fri, 25 Jun 2010 14:14:20 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] sys_report: Unknown column &#x27;isys_report__type&#x27; (update 0.9.9.-1-&gt; -2) on Fri, 25 Jun 2010 12:31:34 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">da fehlt eine Spalte. Versuch' mal</p>
<pre><code>
ALTER TABLE `isys_report` ADD `isys_report__type` CHAR( 1 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;

</code></pre>
<p dir="auto">vor dem Update.</p>
]]></description><link>https://community.i-doit.com/post/8578</link><guid isPermaLink="true">https://community.i-doit.com/post/8578</guid><dc:creator><![CDATA[dbluemer]]></dc:creator><pubDate>Fri, 25 Jun 2010 12:31:34 GMT</pubDate></item></channel></rss>