View Issue Details

IDProjectCategoryView StatusLast Update
0001970OXID eShop (all versions)5. ------ UpdateApp / Update ------public2010-09-14 08:46
Reporterdominiks Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.4.0 revision 28699 
Summary0001970: Collation problems after update to CE 4.4.0_28699
DescriptionThere are some DB collation problems after update to version 4.4.0_28699 (CE, utf8_czech_ci based database).

Admin -> Service -> System Requirements:

Collations in some columns do not match:

* oxobject2seodata
  o OXOBJECTID - latin1_general_ci
* oxobject2action
  o OXOBJECTID - latin1_general_ci
  o OXACTIONID - latin1_general_ci
  o OXID - latin1_general_ci
* oxinvitations
  o OXUSERID - latin1_general_ci
* oxacceptedterms
  o OXUSERID - latin1_general_ci
TagsNo tags attached.
Theme
BrowserFireFox 3.x
PHP Versionany
Database Version5.1

Relationships

related to 0000808 resolvedalfonsas_cirtautas Charset changed to UTF8 for database during update to 4.1.0 

Activities

dainius.bigelis

2010-09-02 17:01

reporter   ~0003475

@Developers: please check bug entry 0001987 for more info about this case.

dainius.bigelis

2010-09-07 16:42

reporter   ~0003487

Reminder sent to: dominiks

Hi,

We tried to reproduce this case locally, but had no success.
Strange is, that you get such notification in the system requirements check. The thing is that ID columns in the tables should be latin1_ even in UTF8 DB. And this check compares the collation of oxarticles.OXID column with the others - if these has different charset - only then it throws the error.
Could you please check what collation is set for oxarticles.OXID field in your DB?

Best regards,

dainius.bigelis

2010-09-14 08:46

reporter   ~0003509

Closed as cannot reproduce.