#5069 - v10: Adding a gallery with the meta_indices triggers an error
| Identifier | #5069 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | v10: Adding a gallery with the meta_indices triggers an error |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 10.0.43 |
| Addon | General / Uncategorised |
| Description | Unfortunately a query has failed [INSERT INTO cns10_db_meta_indices (i_table, i_name, i_fields) VALUES ('ce_fulltext_index', 'main', 'i_lang,i_ngram,i_ac,i_add_time,i_c_name,i_category_id,i_submitter,i_occurrence_rate')] [Data too long for column 'i_fields' at row 1] (version: 10.0.43, PHP version: 7.3.8-dev, URL: /composr/cms/index.php?page=cms-galleries&type=_add_category&uploading=1&keep_devtest=1) |
| Steps to reproduce | |
| Additional information | Current length of i_fields is 80 characters. But we must be careful increasing its size; it is a key field and will only allow up to 1000 bytes. |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
The Nusearch addon is breaking Composr v10 running out of Git. While the addon itself was never promoted, breaking Git is bad. Provide a workaround. The issue was already fixed properly in v11.