View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006629 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2017-05-05 11:16 | 2017-05-05 13:56 |
| Reporter | m0rb | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Product Version | 4.10.4 / 5.3.4 | ||||
| Summary | 0006629: OXID eFire Extension FACT-Finder // Problems with DB-Query because of wrong Version for B2B 1.1.1 | ||||
| Description | There'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 Reproduce | Install 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 Information | Software Versions: Oxid B2B-Edition 1.1.1 with EE 5.3.4 eFire Extension FACT-Finder 1.9 | ||||
| Tags | No tags attached. | ||||
| Theme | Flow | ||||
| Browser | Google Chrome | ||||
| PHP Version | 5.6 | ||||
| Database Version | 5.5 | ||||
|
|
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] |