View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002210 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2010-11-12 14:22 | 2012-12-10 13:45 |
Reporter | dainius.bigelis | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.0.0 revision 13895 | ||||
Fixed in Version | 4.4.5 revision 31315 | ||||
Summary | 0002210: Fix the incorrect values of oxactive | ||||
Description | In the bug entry 0000938 there was written the problem how the oxactive value can be corrupted, by updating shop from 3rd to 4th versions. As oxactive value can be 0 or 1 only, please include offered solution (to run SQL) in Update scripts for next Patch: UPDATE oxarticles SET oxactive = 0 WHERE oxactive > 1 Also please check once again - if this is correct with current version and would work in all the cases. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0000938 | resolved | dainius.bigelis | After upgrade oxid3 > oxid4 inactive articles are buyable |