<?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[Solved: SQL-Fehler nach Update von 1.72 auf 1.80]]></title><description><![CDATA[<p dir="auto">Beim Update von der Community-Version 1.72 (1.17 rev 202111700 ) auf 1.18 (1.18 (rev 202211800) erscheint eine Fehlermeldung während des Datenbankupdates.</p>
<p dir="auto">Die Fehlermeldung lautet:</p>
<pre><code>Database error : Query error: ' SELECT isys_obj__id FROM isys_cats_person_list INNER JOIN isys_obj ON isys_obj.isys_obj__id = isys_cats_person_list__isys_obj__id WHERE isys_cats_person_list__disabled_login = 0 AND isys_cats_person_list__status = 2 AND isys_obj__status = 2 AND isys_cats_person_list__title = 'admin'': Unknown column 'isys_cats_person_list__disabled_login' in 'where clause'
</code></pre>
<p dir="auto">Die Updateseite von i-doit mit der og. Fehlermeldung kann neu geladen werden, wenn das fehlende Feld mittels zB. phpmyadmin oder auch direkt in mysql in der Tabelle durch</p>
<pre><code>ALTER TABLE isys_cats_person_list ADD isys_cats_person_list__disabled_login int(1) unsigned DEFAULT 0
</code></pre>
<p dir="auto">vorher hinzugefügt wird.</p>
<p dir="auto">Danach läuft das Update problemlos durch.</p>
]]></description><link>https://community.i-doit.com/topic/4432/solved-sql-fehler-nach-update-von-1-72-auf-1-80</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 20:16:13 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/4432.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 May 2022 12:56:56 GMT</pubDate><ttl>60</ttl></channel></rss>