Suche
Resultate (389)
- GX-Abgewiesen #66306 (Abgewiesen): Mailbeez installation not possible due to sql error / Mailbeez kann nicht installiert werden
- After installing the Mailbeez module a white ... existing column in the gx_configuration table
- GX-Bug #66226 (Erledigt): Gift Voucher Queue throws SQL error / Gutschein Queue wirft SQL error
- After Update from 4.0beta1 to 4.1.1beta1 Vouchers > Gift Voucher Queue throw an SQL error ```Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ... _queue`.`release_flag` = 'N' LIMIT -20, 20```
- GX-Abgewiesen #66206 (Abgewiesen): CSV Import ... aften keinen Punkt (.) im Eigenschaften Namen
- Der CSV Import schlägt fehl, wenn der Shop ei ... olgende Ausgabe: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ... daran, wie die Zeichenkette aufgeteilt wird.
- GX-Bug #65983 (Erledigt): Update kann nicht d ... k zu große Betreffzeilen in den E-Mails sind.
- Update kann nicht durchgeführt werden wenn in ... is 767 bytes. Die Lösung ist folgenden SQL Befehl vor dem Update ausuführen "ALTER TABL ... The solution is to execute the following SQL command before the update "ALTER TABLE emails ROW_FORMAT=DYNAMIC;".
- GX-Bug #65970 (Erledigt): PayPal (paypal3): Modul kann nicht installiert werden (SQL Error)
- Der Query passt nicht ganz: ``` p_que ... t doesn't match value count at row 1 ```
- GX-Abgewiesen #65504 (Abgewiesen): Kunden->Em ... rufen werden, wenn der Datenbankserver auf MySQL 8 läuf
- Wenn MySQL 8 auf dem Datenbankserver läuft, können die ... s geschrieben: __________________ If MySQL 8 is running on the database server, the e-m ... E '!' ORDER BY `emails`.`creation_date` DESC
- GX-Bug #65443 (Erledigt): Unter MySQL 8.0 ist der Shop nicht mehr funktionsfähig, hier wird nur ein SQL Error ausgegeben.
- Der Shop ist unter MySQL 8.0 nicht mehr lauffähig, da hier das Abfrag ... ''" benutzt. date_scheduled != '' ist in MySQL 8.0 mit DATETIME Feldern nicht mehr erlaubt. Es erscheint dann der Fehler in der SQL-Abfrage (1525): Incorrect DATETIME value: ''
- GX-Bug #65261 (Erledigt): E-Mail Seite funkti ... not work anymore with many e-mails > 100000.
- E-Mail Seite funktioniert bei sehr vielen E-Mails > 100000 nicht mehr, da hier dann die SQL Befehle extrem inperformant sind. Hier wäre eine Lösung den SQL Befehl aufzuspalten und in mehrere SQL Befehl umzuschreiben. 1. Suchen bzw. Filt ... work with many e-mails > 100000, because the SQL commands are extremely inperformant. Here a solution would be to split the SQL command and rewrite it into several SQL commands. 1. search or filter 2. select ... PE '!' ORDER BY creation_date DESC LIMIT 20
- GX-Bug #64863 (Erledigt): MySQL 8: Nummernkreisänderung wird (scheinbar) nic ... ges in ID starts are (seemingly) not accepted
- Bei Verwendung von MySQL-Version >= 8.0 kann es sein, dass Änderungen ... der der alte Wert. Grund dafür ist ein mit MySQL 8 eingeführter Cache für Tabellenstatistiken ... urückgesetzt werden. ---- When using MySQL >= 8.0 it may seem that changes in “ID start ... y introduced cache for table statistics in MySQL 8. Suggested solution: “ANALYZE TABLE table_name” will clear the cache.
- GX-Bug #64506 (Erledigt): Kundenregistrierung ... ration does not work on some MariaDB versions
- Wenn man ein Kundenkonto erstellt, dass wird ... Anführungszeichen versieht, funktioniert der SQL Befehl nicht. Manche SQL Server ignorieren den Fehler aber einige wie ... ioniert dann nicht mehr. Da der Zusätzliche SQL Befehl nicht benötigt wird, da das aktuelle ... urde, ist es nicht nötig das mit einem extra SQL Befehl noch einmal zu setzen. Die Lösung ist ... CodeIgniter quotes the function "NOW()", the SQL command does not work. Some SQL servers ignore the error but some like e.g. ... doesn't work anymore. Since the Additional SQL command is not needed, since the current dat ... not necessary to set it again with an extra SQL command. The solution is therefore quite simple.