Projekt

Allgemein

Profil

GX-Bug #70020

Von Till Tepelmann vor etwa 2 Jahren aktualisiert

Wenn die Einstellungen "Artikeloptionen inaktiv setzen" und "Artikeloptionenlagerbestand anzeigen" aktiv sind, ist der Shop nicht mehr aufrufbar 

 Kann wie folgt reproduziert werden: 

 1. Shopversion 4.7.1.0 installieren 
 2. Unter Einstellungen die Option "Artikeloptionen inaktiv setzen" aktivieren 
 3. Die Einstellung "Artikeloptionenlagerbestand anzeigen" aktivieren 
 4. Einem Artikel eine VPE zuweisen und einen VPE Wert eintragen. 
 5. Im Artikel die Option "Anzeige VPE" aktivieren 
 6. Artikel im Shop aufrufen, oder die Startseite aufrufen 

 Erwartetes Ergebnis: 
 Wenn man die Optionen "Artikeloptionenlagerbestand anzeigen" und "Artikeloptionen inaktiv setzen" aktiviert hat, sollte der Shop weiterhin aufrufbar sein und die Artikel sich öffnen lassen 

 Tatsächliches Ergebnis: 
 Es lassen sich keine Artikel oder die Startseite des Shop öffnen, wenn die Optionen "Artikeloptionen inaktiv setzen" und "Artikeloptionenlagerbestand anzeigen" aktiv sind, der Shop lässt sich nicht mehr nutzen. 

 ------------------- 

 If the settings "Set item options inactive" and "Show item options stock" are active, the store is no longer accessible 

 Can be reproduced as follows: 

 1. install store version 4.7.1.0 
 2. activate the option "Set article options inactive" under settings 
 3. activate the setting "Show article options stock". 
 4. assign a VPE to a product and enter a VPE value. 
 5. activate the option "Display VPE" in the product 
 6. call up product in the store, or call up the start page 

 Expected result: 
 If you have activated the options "Display item options stock" and "Set item options inactive", you should still be able to call up the store and open the products. 

 Actual result: 
 No products or the store home page can be opened when the "Set item options inactive" and "Show item options stock" options are active, the store can no longer be used. 

 -------------- 

 ``` php 
 Unexpected error occurred... 
 Message: SQL Error! 
 Unknown column 'products_vpe_id' in 'field list' 
 Query: SELECT products_vpe_id,min(options_values_price), gm_vpe_value FROM `products_attributes` WHERE 
                                         `attributes_stock` > 0 AND 
                                         `gm_vpe_value` <> 0 AND 
                                         `products_id`=1144 
                                         `products_id`=1140 
										 GROUP BY products_vpe_id, gm_vpe_value 
                                         
										 LIMIT 1 
                                        
 Code: 1054 
 File: /inc/xtc_db_error.inc.php 
 Line: 35 

 │                           'number'    => $p_errno 
 │                       ]); 
 ├─       throw new RuntimeException("SQL Error!\n{$error}\nQuery: {$p_query}", (int)$p_errno); 
 │    } 

 Trace:  

 [0] /inc/xtc_db_query.inc.php:69 
 [1] /includes/classes/product.php:831 
 [2] /includes/classes/product.php:806 
 [3] /includes/classes/shopping_cart.php:737 /includes/classes/product.php:1117 
 [4] /GXModules/Gambio/Hub/Shop/Overloads/BottomThemeContentView/GambioHubBottomThemeContentView.inc.php:24 /includes/classes/product.php:660 
 [5] /GXMainComponents/View/ThemeContentViews/layout/BottomThemeContentView.inc.php:50 /GXModules/Gambio/xselltab/Shop/overloads/GMTabTokenizer/xsellTab_GMTabTokenizer.inc.php:50 
 [6] /GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php:153 /system/core/MainFactory.inc.php:386 
 [7] /system/classes/layout/BottomContentControl.inc.php:56 /GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php:1403 
 [8] /system/classes/layout/LayoutContentControl.inc.php:73 /system/overloads/ProductInfoThemeContentView/TrustedShopsProductInfoThemeContentView.inc.php:49 
 [9] /system/overloads/LayoutContentControl/MailBeezAutoLogoffLayoutContentControl.inc.php:41 /GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php:228 
 [10] /index.php:138 /GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php:184 
 [11] /GXModules/Gambio/KlarnaOSM/Shop/Overloads/ProductInfoThemeContentView/KlarnaOSMProductInfoThemeContentView.inc.php:19 
 [12] /GXModules/Gambio/OmnibusPolicy/Shop/Overloads/ProductInfoThemeContentView/GambioOmnibusPolicyProductInfoThemeContentView.inc.php:24 
 [13] /GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php:213 
 [14] /product_info.php:134 
 ``` 

Zurück