View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004686 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2012-11-06 13:17 | 2012-11-08 15:20 |
Reporter | WBL_BjoernLange | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.0 / 5.0.0 revision 51243 | ||||
Fixed in Version | 4.8.0_5.1.0_beta1 | ||||
Summary | 0004686: oxconfig.oxvarname too short | ||||
Description | Since the module config can be managed with the module backend and the database, namespacing became even more important, even with the config vars. But char(32) could be too short, for good namespaced config varnames. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
This fields and related fields (OXCFGVARNAME from oxconfigdisplay table) size will be doubled. If you want to change it for your current database please use this SQL script: ALTER TABLE oxconfig MODIFY `OXVARNAME` CHAR(128) COLLATE latin1_general_ci; ALTER TABLE oxconfigdisplay MODIFY `OXCFGVARNAME` CHAR(128) COLLATE latin1_general_ci; |