View Issue Details

IDProjectCategoryView StatusLast Update
0002003OXID eShop (all versions)5. ------ UpdateApp / Update ------public2012-12-10 13:31
Reporterclaro Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.1 revision 28950 
Fixed in Version4.4.2 revision 29492 
Summary0002003: PATCH_OXID_ESHOP_PE_V.4.4.0_28699_TO_V.4.4.1_28950 does not update oxversion to 4.4.1
DescriptionAfter running the updateApp "oxversion" in table "oxshops" isn't updated to '4.4.1'. The content is still '4.4.0'.
TagsNo tags attached.
Theme
BrowserFireFox 3.x
PHP Version5.2.8
Database Version5.1

Activities

arvydas_vapsva

2010-07-28 11:02

reporter   ~0003316

problem fixed with updateApplication, but you still MUST execute manually:

    # updating shop version
   UPDATE `oxshops` SET `OXVERSION` = '4.4.1';

This is necessary for all shop versions!