View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000057 | O3 Shop | General | public | 2024-11-03 20:03 | 2024-11-05 10:47 |
Reporter | windes | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0000057: Info im home.tpl nach Migration von Oxid 6.4 | ||||
Description | Information: Sie verwenden Version 1.3.0, Version 7.1.0 ist jetzt verfügbar. Bitte aktualisieren Sie jetzt. Könnte man die Abrage der Oxid Version entfernen und eine korrekte Ausgabe für O3 dafür anbieten? | ||||
Tags | No tags attached. | ||||
|
Damit die falsche Version von Oxid verschwindet, muss in vendor/o3-shop/source/Application/Controller/Admin/NavigationController.php Der Link zu Oxid geändert werden protected function _checkVersion() // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore { $edition = $this->getConfig()->getEdition(); - $query = 'http://admin.oxid-esales.com/' . $edition . '/onlinecheck.php?getlatestversion'; + $query = 'http://admin.o3-shop.com/' . $edition . '/onlinecheck.php?getlatestversion'; $latestVersion = Registry::getUtilsFile()->readRemoteFileAsString($query); if ($latestVersion) { $currentVersion = $this->getConfig()->getVersion(); if (version_compare($currentVersion, $latestVersion, '<')) { return sprintf( Registry::getLang()->translateString('NAVIGATION_NEW_VERSION_AVAILABLE'), $currentVersion, $latestVersion ); } } } |