View Issue Details

IDProjectCategoryView StatusLast Update
0006629OXID eShop (all versions)2.3. Extensions (modules, themes)public2017-05-05 13:56
Reporterm0rb Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionnot fixable 
Product Version4.10.4 / 5.3.4 
Summary0006629: OXID eFire Extension FACT-Finder // Problems with DB-Query because of wrong Version for B2B 1.1.1
DescriptionThere's a condition in the model swFactFinderAbstractExportCSV:

if ($bAssoc) {
    if (version_compare($this->oConfig->getVersion(), "4.6", '<'))
        $oDb = oxDb::getDb(true);
    else
        $oDb = oxDb::getDb(oxDb::FETCH_MODE_ASSOC);
} else {
    $oDb = oxDb::getDb();
}

If $bAssoc is true in B2B v1.1.1 the getVersion() function returns "1.1.1", but it should get "5.3.4". Thatswhy $oDb gets instatiated wrong and the response isn't associative.
This results in the problem, that the header of the csv-export doesn't contain the oxid column names and isn't working...
Steps To ReproduceInstall Oxid B2B 1.1.1 with EE 5.3.4. Install OXID eFire Extension FACT-Finder 1.9. Try to export CSV by cliexport.
Additional InformationSoftware Versions:
Oxid B2B-Edition 1.1.1 with EE 5.3.4
eFire Extension FACT-Finder 1.9
TagsNo tags attached.
ThemeFlow
BrowserGoogle Chrome
PHP Version5.6
Database Version5.5

Activities

QA

2017-05-05 13:56

administrator   ~0012071

Kindly contact the Oxid eFire Extension Fact-Finder "Vendor" mentioned in the Oxid eXchange :
http://exchange.oxid-esales.com/de/en/OXID-Produkte/OXID-eFire-Extensions/OXID-eFire-Extension-FACT-Finder-1-9-0-Stable-EE-PE-4-6-x-5-3-x.html

Kontakt:
    FACT-Finder
    Habermehlstraße 17
    75177 Pforzheim

    Telefon: +49 7231 12597-108
    http://www.fact-finder.de
Ansprechpartner:
    Markus Kehrer
    [email protected]