View Issue Details

IDProjectCategoryView StatusLast Update
0006058OXID ERP InterfaceOXID ERP Interface - subpublic2015-05-12 15:30
Reportermartinwegele Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version2.14.0 
Target Version2.14.1Fixed in Version2.14.1 
Summary0006058: MySQL error in OXERPSetArticleAttributes if table name contains certain characters
DescriptionIf your shop-db has got a name like A-12 (containing a dash) the method OXERPSetArticleAttributes will fail because of a MySQL error. Reason are missing quotes in oxERPGateway::OXERPSetArticleAttributes() on line 1964:
$sGetAllViewSQL = "SHOW TABLES FROM {$sDbName} LIKE '%oxobject2attribute_set%'";

TagsNo tags attached.

Relationships

related to 0005786 resolvedaurimas.gladutis Assigned attributes are not removed from product 

Activities

QA

2015-03-02 11:42

administrator   ~0010730

Confirmed (oxerpgateway.php, Line 1945).