View Issue Details

IDProjectCategoryView StatusLast Update
0005559OXID eShop (all versions)5. ------ UpdateApp / Update ------public2014-01-15 12:23
ReporterFrankP Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.6.5 revision 49955 
Summary0005559: The oxcounter table is missing after Update 4.5 -> 4.6
DescriptionThe oxcounter table is missing after Update 4.5 -> 4.6. The OrderID is always 1
Steps To ReproduceInstall Oxid 4.5.x (tried 4.5.2) Shop
Download Cumulative Update Package from http://wiki.oxidforge.org/Cumulative_Packages to 4.6.7
Install Update
Additional InformationupdateApp\update\sql\44222.sql needs

CREATE TABLE IF NOT EXISTS `oxcounters` (
  `OXIDENT` char(32) COLLATE latin1_general_ci NOT NULL,
  `OXCOUNT` int(11) NOT NULL,
  PRIMARY KEY (`OXIDENT`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;


TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

svetlana

2013-12-18 12:44

reporter   ~0009363

Reminder sent to: FrankP

Hi,

Sorry, but unfortunately we can not reproduce it. Could you please tell us, Do you proceed update procedure as described here:
http://www.oxid-esales.com/en/support-services/documentation-and-help/oxid-eshop/installation/oxid-eshop-update-installation/running-update.html


'oxcounter' table should not be included in updateApp\update\sql\44222.sql as it is in updateApp/updates/php/44222.php