Suche
Resultate (389)
- GX-Feature #68859 (Gemeldet): Kategoristammdaten einfach für alle Kategorien anpassbar machen
- Einige Kunden wünschen sich eine einfache Mög ... d Shops können Kunden das häufig über kleine SQL Befehle, eine einfache Möglichkeit dies über ... tores, customers can often do this via small SQL commands, a simple way to do this via the Ga ... box settings in the category master data.
- GX-Abgewiesen #68813 (Abgewiesen): CodeIgniterDB should use existing xtc_db_connect() MySQL connection instead of always establishing it ... niterDB sollte bestehende xtc_db_connect() MySQL-Verbindung nutzen, statt immer eine eigene...
- The CodeIgniterDB query builder, initialized ... aseQueryBuilder()`, should use an existing MySQL connection previously established in the xtc_db_connect() function instead of establishing its own.
- GX-Abgewiesen #68704 (Abgewiesen): Heidelpay exception on empty admin_access temple
- An exception is being raised when table admin ... ayment modules is available. Actual: SQL Exception ``` Sample exceptions: 2021 ... ``` ``` Uncaught RuntimeException: SQL Error! Duplicate column name 'heidelpaygw' ... >repair() #6 {main} thrown ```
- GX-Abgewiesen #68641 (Abgewiesen): Auf Server wo MySQL Strict aktiv ist und ONLY_FULL_GROUPBY geset ... nicht aufgerufen werden / On servers where MySQL Strict is active and ONLY_FULL_GROUPBY is set, the invoice overview ...
- Auf Server wo MySQL Strict aktiv ist und ONLY_FULL_GROUPBY geset ... Kann wie folgt reproduziert werden: SET sql_mode='ONLY_FULL_GROUP_BY'; Manchmal sind ... rkonfiguraiton festgelegt wird und nicht per SQL Befehl gesetzt wird. Tatsächliches Ergebn ... ist ohne Probleme und Fehler weiterhin im MySQL Strict Modus aufrufbar mit gesetzter Option ONLY_FULL_GROUPBY ----- On server where MySQL Strict is active and ONLY_FULL_GROUPBY is se ... ssed Can be reproduced as follows: SET sql_mode='ONLY_FULL_GROUP_BY'; Sometimes the ... s is set in the server config and not set by SQL command. Actual result: When calling the ... he invoice overview can still be called in MySQL Strict mode with the ONLY_FULL_GROUPBY option set.
- GX-Abgewiesen #68618 (Abgewiesen): Auf Server wo MySQL Strict aktiv ist und ONLY_FULL_GROUPBY geset ... nicht aufgerufen werden / On servers where MySQL Strict is active and ONLY_FULL_GROUPBY is set, the order overview cann...
- Auf Server wo MySQL Strict aktiv ist und ONLY_FULL_GROUPBY geset ... Kann wie folgt reproduziert werden: SET sql_mode='ONLY_FULL_GROUP_BY'; Manchmal sind ... rkonfiguraiton festgelegt wird und nicht per SQL Befehl gesetzt wird. Tatsächliches Ergebn ... ist ohne Probleme und Fehler weiterhin im MySQL Strict Modus aufrufbar mit gesetzter Option ONLY_FULL_GROUPBY ----- On server where MySQL Strict is active and ONLY_FULL_GROUPBY is se ... d up Can be reproduced as follows: SET sql_mode='ONLY_FULL_GROUP_BY'; Sometimes the ... s is set in the server config and not set by SQL command. Actual result: When calling the ... The order overview can still be called in MySQL Strict mode with the option ONLY_FULL_GROUPBY set.
- GX-Task #68529 (Erledigt): CodeIgniterDB should use existing xtc_db_connect() MySQL connection instead of always establishing it ... niterDB sollte bestehende xtc_db_connect() MySQL-Verbindung nutzen, statt immer eine eigene Verbind...
- The CodeIgniterDB query builder, initialized ... aseQueryBuilder()`, should use an existing MySQL connection previously established in the xtc_db_connect() function instead of establishing its own.
- GX-Bug #68515 (Erledigt): Widget Produktliste ... t description is NULL instead of empty string
- Widget Produktliste im StyleEdit zeigt keine ... werden: 1. Gambio Admin öffnen 2. Unter SQL folgenden SQL Befehl ausführen: UPDATE `products_descripti ... s follows: 1. open Gambio Admin 2. under SQL execute the following SQL command: UPDATE `products_description` SET p ... ent value given (expected string got NULL):
- GX-Bug #68509 (Erledigt): Wenn man zusätzlich ... ional item images via CSV, you cannot re-i...
- Wenn man zusätzliche Artikelbilder per CSV im ... er anzulegen und damit ein dupicate entry in SQL erzeugt wird. ------- When importing a ... ages and thus a dupicate entry is created in SQL.
- GX-Bug #68462 (Erledigt): Shop erzeugt unnöti ... tore is overwhelmed with incorrect parameters
- Shop erzeugt unnötige Log-Einträge wenn der S ... schen Parametern überschüttet wird, wie z.B. SQL Injections versucht werden. Kann wie folg ... nd ein Log Eintrag erzeugt, welcher auf eine SQL Injection Versucht hindeutet. ----- St ... erwhelmed with flashless parameters, such as SQL injections are attempted. Can be reproduc ... ssage and generates a log entry indicating a SQL injection attempt. ----- check_data_ ... p: 22', integer expected, but string detected
- GX-Bug #68262 (Erledigt): Wenn in den Konfigu ... Shop benutzt um eine Verbindung herzustellen
- Wenn in den Konfigurationsdateien noch auskom ... en mit Kommetar // vor jeder Zeile 4. Das MySQL Passwort und Server und Benutzer in den ausk ... ma // in front of each line 4. change the MySQL password and server and user in the commente ... l not be possible to connect to the database.