Suche
Resultate (223)
- GX-Bug #67241 (Erledigt): InnoDB-Migration berücksichtigt MySQL 5.5 nicht
- InnoDB-Migration berücksichtigt MySQL 5.5 nic ... e-Prozess: Query: ALTER TABLE `categories_index` ENGINE = InnoDB Error message: The used table type doesn't support FULLTEXT indexes Query: ALTER TABLE `feature_index` ENGINE = InnoDB Error message: The used table type doesn't support FULLTEXT indexes Query: ALTER TABLE `products_attributes ... The used table type doesn't support FULLTEXT indexes Query: ALTER TABLE `products_descriptio ... The used table type doesn't support FULLTEXT indexes Query: ALTER TABLE `products_options_va ... The used table type doesn't support FULLTEXT indexes
- GX-Bug #67222 (Erledigt): Deleting products t ... e are many entries in the product_properties_index has 300.000 and more
- Löschen von Artikeln dauert sehr lange wenn an viele Einträge im product_properties_index hat 300.000 und mehr Das Problem hier ist ... Cache erneuert wird. So auch der Categories Index und der Properties-Index. Das deuert bei 300.000 Kombinationen ca. 2. ... e are many entries in the product_properties_index has 300.000 and more The problem here is ... d once. This also applies to the Categories Index and the Properties Index. This means with 300.000 combinations about ... cache that also affect the deleted products.
- GX-Abgewiesen #67218 (Abgewiesen): Bei sehr v ... n nicht benötigter Artikelbilder vorzeitig ab
- Wenn ein Shop sehr viele Artikelbilder enthäl ... vor dem Löschen ab, da alle Bilder zunächst indexiert werden müssen und dies meistens schon mit einem 502 Error vom Server beendet wird,
- GX-Bug #67191 (Erledigt): Artikel mit GX-Cust ... ine 4.0.2.0 beta1 Vollversion installiert hat
- Artikel mit GX-Customizer-Daten können nicht ... a in der Tabelle gm_gprint_cart_elements der Index customers_id_products_id fälschlicherweise UNIQUE ist.
- GX-Bug #67033 (Erledigt): Shop (still) won't ... r if you use the delete button in the backend
- (4.0.2.0. beta1) 0. Ensure the root director ... sult: Gambio_Installer gets deleted (only an index.php in the gambio_installer folder) Actual Result: Warnings, folder won't get deleted
- GX-Bug #67030 (Erledigt): Shop (still) won't ... r if you use the delete button in the backend
- (4.0.2.0. beta1) 0. Ensure the root director ... sult: Gambio_Installer gets deleted (only an index.php in the gambio_installer folder) Actual Result: Warnings, folder won't get deleted
- GX-Task #67025 (Erledigt): Error if the direc ... st, directory should be created automatically
- Fehler wenn das Verzeichnis /sessions/ nicht ... cludes/application_top.php(15): include #0 /index.php(27): null`
- GX-Bug #67012 (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 #66990 (Erledigt): Das in den Korb leg ... stomizer dauert extrem lange. / Es fehlt ein Index in der Tabelle gm_gprint_cart_elements
- Der Aufruf von Artikeln mit GX-Customizer ist ... print_cart_elements überprüft werden. Ein Index auf die Spalten customers_id, products_id in ... in the table gm_gprint_cart_elements. An index on the columns customers_id, products_id in ... _gprint_cart_elements should speed things up.
- GX-Bug #66941 (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`) ``` After a shop installation some indices are missing in the emails table.