Suche
Resultate (223)
- GX-Bug #66940 (Erledigt): Fehlender Index in email_contacts Tabelle
- Im Installer fehlt für die email_contacts Tabelle ein Index auf die email_address Spalte: ``` sql KEY `email_contacts_email_address_index` (`email_address`) ```
- GX-Bug #66928 (Erledigt): Fehlende Indizes in emails Tabelle
- Im Installer fehlen für die emails Tabelle di ... izies: ``` sql KEY `emails_creation_date_index` (`creation_date`), KEY `emails_sent_date_index` (`sent_date`), KEY `emails_subject_index` (`subject`) ```
- GX-Bug #66927 (Erledigt): Fehlender Index in email_contacts Tabelle
- Im Installer fehlt für die email_contacts Tabelle ein Index auf die email_address Spalte: ``` sql KEY `email_contacts_email_address_index` (`email_address`) ```
- GX-Bug #66873 (Erledigt): ErrorException/syst ... ng/DataCache.inc.php in DataCache::key_exists
- https://telemetry.gambio-server.net/gambio/gx ... ``` php ErrorException: Notice: Undefined index: coo_debugger File "/system/core/caching/ ... ncludes/application_top.php'); ``` </pre>
- GX-Bug #66813 (Erledigt): Speichern und Bearb ... on_value_storage sehr viele Einträge enthält.
- Speichern und Bearbeiten von Artikeln ist ext ... e Probleme bei einigen Kunden gehabt. Ein Index auf die Spalten container_type, container_id ... t das ganze wieder nutzbar: CREATE UNIQUE INDEX container_type_container_id_addon_key ON add ... ge (container_type, container_id, addon_key);
- GX-Abgewiesen #66726 (Abgewiesen): Index in the email_contacts table is missing (Gambio Installer)
- missing in the gambio installer: ``` php KEY `email_contacts_email_address_index` (`email_address`) ```
- GX-Abgewiesen #66725 (Abgewiesen): Index in the emails table are missing (Gambio Installer)
- Missing in a fullversion (gambio_installer): ``` php KEY `emails_creation_date_index` (`creation_date`), KEY `emails_sent_date_index` (`sent_date`), KEY `emails_subject_index` (`subject`) ```
- GX-Bug #66700 (Erledigt): In der properties_d ... können doppelte Datensätze gespeichert werden
- In the properties_description table the (`properties_id`,`language_id`) KEY is INDEX instead of UNIQUE. This could result in dupl ... ns for each language. This should be avoided.
- GX-Bug #66615 (Erledigt): The Gambio Admin dashboard takes too long to load
- Steps to reproduce: 1. Get a shop with many ... ata amount. Possible solution: Create an index with `order_id` and `date_purchased` to increase the performance of the data query.
- GX-Bug #66572 (Erledigt): box_currencies_drop ... .2 wenn nur ein Währung im Shop vorhanden ist
- wenn ein Shop nur eine Währung hat, wirft die ... tion_currencies_dropdown_select\", $this->tplIndex); #14 File: /var/www/vendor/smarty/smarty ... 7: $tpl->source = $this->sources[ $block->tplIndex ]; ├─ line 248: $block->callBlock($tpl); │ ... . '/source/boxes.php'); #0 File: /var/www/index.php:62 Code: │ line 60: $coo_mn_menu_box ... ect('ProductListingContentControl'); ` ` `