Suche
Resultate (389)
- GX-Bug #70248 (Erledigt): DHL GKV: Versandkos ... fees are “additional fees” for intl. shipping
- Beim internationalen Versand sind die Versand ... /wiki/Sandbox-Modus page and run the 3 first SQL queries 1. Then, edit the DHL Geschäftsk ... other tab with the export label (see image)
- GX-Bug #70179 (Erledigt): Datei dependent.php ... dependent.php is not processed by the updater
- Datei dependent.php wird vom Updater nicht ve ... Updater ausgeführt und die darin enthalteten SQL werden ausgeführt Tatsächliches Ergebnis: ... t ausgeführt und somit die darin enthaltenen SQL Befehle nicht angwendet. ---------------- ... .php will be executed by the updater and the SQL contained in it will be executed Actual r ... t.php file is not executed and therefore the SQL commands it contains are not applied. --- ... oduct_notifications` column after the update.
- GX-Bug #70162 (Erledigt): Phpminiadmin throws unexpected error in Php 8.1
- ### In php 8.1, the Phpminiadmin at Toolbox > SQL throws an mysqli_sql_exception when the query is invalid or the g ... ll shop on php 8.1 2. Navigate to Toolbox > SQL 3. Run an invalid query like: ``` sql SELECT * FROM INVALID_TABLE_NAME ``` ... unexpected error" is shown with a stacktrace.
- GX-Bug #70136 (Erledigt): Fehlender Eintrag M ... ORT_CODE, verhindert Bestellungen unter PHP 8
- Fehlender Eintrag MODULE_PAYMENT_EUTRANSFER_S ... _SORT_CODE" exists by running the query: ```sql SELECT * FROM `gx_configurations` WHERE `ke ... n and the orders can be placed without errors
- GX-Bug #70120 (Erledigt): 4.7.1.2 update is t ... icht durch, wenn es viele Kundenadressen gibt
- The SQL query ``` UPDATE `address_book` ab LEFT JO ... 55 seconds for the update on a local server.
- GX-Bug #70073 (Erledigt): Das 4.6.0.1 Update ... e incorrectly delete product export profiles
- The 4.6.0.1 update executes the SQL query DELETE a.* FROM export_schemes AS ... sts. Actual: The created profile is gone.
- GX-Bug #70072 (Erledigt): Das 4.6.0.1 und 4.7 ... e incorrectly delete product export profiles
- The 4.6.0.1 and 4.7.1.0 update execute the SQL query DELETE a.* FROM export_schemes AS ... sts. Actual: The created profile is gone.
- GX-Bug #70067 (Erledigt): Kunden-Statistik zeigt bei älterer MySQL/Maria-DB-Version eine Fehlermeldung an
- Using MariaDB 10.3 or MySQL 5.7 for example causes an error on the Gambi ... w > Customers page. A simple adjustment of a SQL query solves the problem. `SELECT COUNT(c ... ount_type = 0) AND (customers_status != 0)`
- GX-Bug #70020 (Erledigt): Wenn die Einstellun ... aktiv sind, ist der Shop nicht mehr aufrufbar
- Wenn die Einstellungen "Artikeloptionen inakt ... php Unexpected error occurred... Message: SQL Error! Unknown column 'products_vpe_id' in ... ]); ├─ throw new RuntimeException("SQL Error!\n{$error}\nQuery: {$p_query}", (int)$ ... ontrol.inc.php:41 [10] /index.php:138 ```
- GX-Bug #69996 (Erledigt): Es kann keine Verbindung zur MySQL Datenbank hergestellt werden, wenn Sonderzeichen im Passwort benutzt werden wie z.B. % oder auch ;
- Es kann keine Verbindung zur MySQL Datenbank hergestellt werden, wenn Sonderzei ... -- It is not possible to connect to the MySQL database if special characters are used in t ... urlencode($config['DB_SERVER_PASSWORD']);