View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005549 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2013-12-02 17:39 | 2014-04-10 16:24 |
Reporter | FibreFoX | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.1 / 5.1.1 | ||||
Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0005549: module-name and value-name of module-settings limited by oxmodule-/oxvarname-field-length | ||||
Description | The oxconfig-table has restrictions regarding the field-length of "oxmodule" and "oxvarname". It should be documented somewhere for developers, that they may shorten their configuration-names. I think there is a problem especially with the "oxmodule"-field, because i can't find any documentation about restrictions for the ID in the module-metadata-file. At least, please, add that information to the docu, EVEN BETTER increase this field-length too. | ||||
Additional Information | While developing a module, i got a strange "error" that my module-settings didn't got stored, my bool with a 34-char value-name never got stored ... which made me crazy looking for non-existing bugs in my code. I finally got a clue after using the "ac_module_internals"-module (where i could see that the stored one was not the whole string). | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0006090 | resolved | SvenBrunk | Field oxtplblocks.oxmodule is too short |
related to | 0006164 | resolved | anton.fedurtsya | max size of BLOB for oxconfig.oxvarvalue can be exceeded |