Jun 23rd 2020 #1 Hi zusammen, leider erhalte ich neuerdings beim Update von Produkten einen Fehler bezüglich der Price History: Code WordPress-Datenbank-Fehler: [Table 'xxx.wp_atkp_pricehistory' doesn't exist] SHOW FULL COLUMNS FROM `wp_atkp_pricehistory` Innerhalb der Produkte steht z.B. sowas: Code WordPress-Datenbank-Fehler: [Table 'xxx.wp_atkp_pricehistory' doesn't exist] SELECT Id, ProductId, ShopId,CreatedOn, (ProductPrice) as ProductPrice, (ProductPriceFloat) as ProductPriceFloat, CreatedOn, '' as groupname FROM wp_atkp_pricehistory WHERE productid = 3822 order by Id DESC limit 50 Wie behebe ich das Problem?