Projekt

Allgemein

Profil

GX-Bug #70179

Von Alexandre Ataides vor mehr als 1 Jahr aktualisiert

Datei dependent.php wird vom Updater nicht verarbeitet die Datei wird ignoriert. 

 Kann wie folgt reproduziert werden: 

 1. Shop 4.7.1.2 installieren 
 2. SP 4.7.2.0 beta 1 installieren 
 3. in der Datenbank auf die Tabelle customers_info schauen ob die Spalte global_product_notifications entfernt wurde 

 Erwartetes Ergebnis: 
 Die Datei dependent.php wird vom Updater ausgeführt und die darin enthalteten SQL werden ausgeführt 

 Tatsächliches Ergebnis: 
 Die Datei dependent.php wird nicht ausgeführt und somit die darin enthaltenen SQL Befehle nicht angwendet. 

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

 File dependent.php is not processed by updater the file is ignored. 

 Can be reproduced as follows: 

 1. install Shop 4.7.1.2 
 2. install SP 4.7.2.0 beta 1 
 3. look in the database on the table customers_info if the column global_product_notifications was removed. 

 Expected result: 
 The file dependent.php will be executed by the updater and the SQL contained in it will be executed 

 Actual result: 
 The dependent.php file is not executed and therefore the SQL commands it contains are not applied. 

 ----- 

 **_UPDATE:_**  
 - The `dependent.php` file has been renamed to `remove_global_product_notifications_column.php` and moved to the `v4.7.2.0/dependent/` folder. 

 How to test: 
 - Run the `v4.7.2.0` Gambio Updater 

 Expected: Expected:\ 
 The `customers_info` table should not have the `global_product_notifications` column after the update.

Zurück