View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005559 | OXID eShop (all versions) | 5. ------ UpdateApp / Update ------ | public | 2013-12-06 09:54 | 2014-01-15 12:23 |
| Reporter | FrankP | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 4.6.5 revision 49955 | ||||
| Summary | 0005559: The oxcounter table is missing after Update 4.5 -> 4.6 | ||||
| Description | The oxcounter table is missing after Update 4.5 -> 4.6. The OrderID is always 1 | ||||
| Steps To Reproduce | Install 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 Information | updateApp\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; | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
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 |