<?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[Transient Bug after 1.6.2.31 Upgrade]]></title><description><![CDATA[<p dir="auto">Upon logging in after the upgrade having already flushed the caches, this error appeared:</p>
<pre><code>×
[ SQL ERROR ]

Unknown column 'id_configuration' in 'field list'
                        SELECT CONCAT("
                            DELETE FROM `configuration_kpi` 
                            WHERE `name` = 'UPDATE_MODULES' 
                            AND `id_configuration` != ", MAX(`id_configuration`), "
                            AND `value` = '0'
                             
                AND (id_shop_group IS NULL OR id_shop_group = 0) 
                AND (id_shop IS NULL OR id_shop = 0)
                            ") as stmt
                        FROM `configuration_kpi`
                        WHERE `name` = 'UPDATE_MODULES'
                         
                AND (id_shop_group IS NULL OR id_shop_group = 0) 
                AND (id_shop IS NULL OR id_shop = 0)
                        GROUP BY name
                        HAVING COUNT(*) &gt; 1 LIMIT 1
DbCore-&gt;displayError in /classes/db/Db.php:458
DbCore-&gt;query in /classes/db/Db.php:719
DbCore-&gt;getRow in /classes/db/Db.php:749
DbCore-&gt;getValue in /classes/Configuration.php:642
ConfigurationCore::updateValue in /classes/ConfigurationKPI.php:122
ConfigurationKPICore::updateValue in /controllers/admin/AdminModulesController.php:2196
AdminModulesControllerCore-&gt;initContent in /classes/controller/Controller.php:336
ControllerCore-&gt;run in /classes/Dispatcher.php:427
DispatcherCore-&gt;dispatch in /storeadmin/index.php:79
</code></pre>
<p dir="auto">There is no field called 'id_configuration' in 'configuration_kpi' but there is a field called 'id_configuration_kpi'. Is that what is wrong I wonder.</p>
]]></description><link>https://bb.enter-solutions.net/topic/1202/transient-bug-after-1-6-2-31-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 11:14:10 GMT</lastBuildDate><atom:link href="https://bb.enter-solutions.net/topic/1202.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Nov 2024 19:39:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Transient Bug after 1.6.2.31 Upgrade on Tue, 05 Nov 2024 16:58:47 GMT]]></title><description><![CDATA[<p dir="auto">Yes if you have the debug mode activated.</p>
<p dir="auto">Replace the /classes/Configuration.php by the joined file.<br />
<a href="/assets/uploads/files/1730825890691-configuration.php">Configuration.php</a></p>
]]></description><link>https://bb.enter-solutions.net/post/2099</link><guid isPermaLink="true">https://bb.enter-solutions.net/post/2099</guid><dc:creator><![CDATA[eolia]]></dc:creator><pubDate>Tue, 05 Nov 2024 16:58:47 GMT</pubDate></item></channel></rss>