View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006090 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2015-03-17 11:35 | 2023-02-13 09:45 |
Reporter | marcharding | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.3 / 5.2.3 | ||||
Fixed in Version | 6.0.0-rc.2 | ||||
Summary | 0006090: Field oxtplblocks.oxmodule is too short | ||||
Description | Also see report https://bugs.oxid-esales.com/view.php?id=5549. While the field length was increased for the oxconfig-Table, the field length of the oxtplblocks.oxmodule was not increased, it is still only 32 chars long. | ||||
Tags | Solution Provided | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0005549 | resolved | saulius.stasiukaitis | module-name and value-name of module-settings limited by oxmodule-/oxvarname-field-length |
related to | 0006164 | resolved | anton.fedurtsya | max size of BLOB for oxconfig.oxvarvalue can be exceeded |
|
There should be a errorlog-entry or something regarding this "errors", generally speaking. And it should be documented in some kind of transparent way, not only in changelogs or bugreports. |
|
See my pull request: https://github.com/OXID-eSales/oxideshop_ce/pull/583 |
|
Fixed in 6.0.0 (via migration updating the length to 100) https://github.com/OXID-eSales/oxideshop_ce/commit/b0f9b058ab9e3e94d9fbafdb0d9e24980898a968 |