GX-Bug #69846
Von Alexandre Ataides vor mehr als 2 Jahren aktualisiert
**UPDATE** Now, the gambio_updater checks if the Mailbeez module files are outdated and recommends the shop owner to update the module manually after the installation. The update of the module is not required, but highly recommended. Replace the current Mailbeez module, located at /var/www/ext/mailhive, with the files in the zip: this one. Run the /gambio_updater If there is no update, "Force version selection" to 4.5.3.1 and run the updater. The 4.6.0.0. update must run. Expected: A message saying that the MailBeez version is not compatible with the new shop version and needs an update should be displayed with a link, which redirects to the Mailbeez updater Actual: If you have an old version of the Mailbeez Module, nothing is displayed and the admin throws an exception on the old admin pages. ----- Wenn man Mailbeez installiert hat, ist der Gambio Admin nicht aufrufber Kann wie folgt reproduziert werden: 1. Shop 4.4.0.0 oder älter installieren 2. Im Gambio Admin unter "Module->Modul-Center" Mailbeez installieren 3. Mailbeez im Gambio Admin öffnen 4. Installation durchführen 5. Update Nightly Ku oder SP auf 4.6 installieren 6. Gambio Admin öffnen nach Update Erwartetes Ergebnis: Wenn man Mailbeez installiert hat, sollte der Gambio Admin aufrufbar sein ohne Fehler Tatsächliches Ergebnis: Wenn man Mailbeez installiert hat, kann der Gambio Admin nicht aufgerufen werden, es wird eine Fehlermeldung angezeigt. --------- When you have Mailbeez installed, the Gambio Admin is not aufrufber Can be reproduced as follows: 1. install Shop 4.4.0.0 or older. 2. install Mailbeez in the Gambio Admin under "Modules->Module Center 3. open Mailbeez in the Gambio Admin 4. perform installation 5. install update Nightly Ku or SP to 4.6 6. open Gambio Admin after update Expected result: Once you have installed Mailbeez, the Gambio Admin should be callable without error. Actual result: If one has installed Mailbeez, the Gambio Admin cannot be called, an error message is displayed. --------- ``` php Unexpected error occurred... Message: Call to undefined method Gambio\Core\Application\Application::share() Code: 0 File: /var/www/tt/stable/ext/mailhive/common/main/MailbeezMenuListener.php Line: 46 │ // die share methode wird ben�tigt, damit die application wei�, wie der listener zusammengebaut wird │ // (erst wenn das event dispatched wird, wird der listener mittels __construct erzeugt). ├─ $application->share(__CLASS__)->addArgument(MenuFactory::class); │ } │ Trace: [0] /var/www/tt/stable/system/overloads/AdminApplicationTopExtenderComponent/MailBeezAdminApplicationTopExtender.inc.php:39 [1] /var/www/tt/stable/GXModules/Gambio/SetupWizard/Admin/Overloads/AdminApplicationTopExtenderComponent/SetUpWizardDesignAndColorCompletionCheck.inc.php:19 [2] /var/www/tt/stable/GXModules/Gambio/SetupWizard/Admin/Overloads/AdminApplicationTopExtenderComponent/SetupWizardShippingModuleInstalled.inc.php:20 [3] /var/www/tt/stable/admin/includes/application_top.php:729 [4] /var/www/tt/stable/admin/clear_cache.php:31 ``` ---- UPDATE Now, the gambio_updater checks if the Mailbeez module files are outdated and recommends the shop owner to update the module manually after the installation. The update of the module is not required, but highly recommended. Replace the current Mailbeez module, located at /var/www/ext/mailhive, with the files in the zip: this one. Run the /gambio_updater If there is no update, "Force version selection" to 4.5.3.1 and run the updater. The 4.6.0.0. update must run. Expected: A message saying that the MailBeez version is not compatible with the new shop version and needs an update should be displayed with a link, which redirects to the Mailbeez updater Actual: If you have an old version of the Mailbeez Module, nothing is displayed and the admin throws an exception on the old admin pages.