View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006683 | OXID eShop (all versions) | 4.01. Database handling | public | 2017-08-28 14:58 | 2017-10-19 17:02 |
Reporter | Spritje | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.0-rc.2 | ||||
Fixed in Version | 6.0.0-rc.3 | ||||
Summary | 0006683: oxconfig__aModulePaths - Demodata has incorrect inserts | ||||
Description | In default Installation with Demodata it is not possible to activate PAYONE module, because of a wrong oxconfig__aModulePaths entry. | ||||
Steps To Reproduce | 1. Install OXID eShop 5.3.5 or 6_rc2 2. SQL for reading oxconfig:aModulePaths: SELECT oxvartype, DECODE( oxvarvalue, 'fq45QS09_fqyx09239QQ') as oxvarvalue FROM oxconfig where oxshopid = '1' and oxvarname = 'aModulePaths' -> fcpayone";s:8:"fcPayOne a:7:{s:13:"ddoevisualcms";s:14:"ddoe/visualcms";s:8:"fcpayone";s:8:"fcPayOne";s:8:"oepaypal";s:11:"oe/oepaypal";s:15:"oethemeswitcher";s:18:"oe/oethemeswitcher";s:13:"oxpspaymorrow";s:14:"oxps/paymorrow";s:11:"ddoewysiwyg";s:12:"ddoe/wysiwyg";s:9:"mfcpayone";s:11:"fc/fcpayone";} | ||||
Additional Information | The oxconfig__aModulePaths entry can be deleted. If activating module the entry will be created. To be clear: with demodata (wrong):____/var/www/html/rc2/source/modules/fcPayOne/metadata.php without demodata (should):_/var/www/html/rc2/source/modules/fc/fcpayone/metadata.php | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
There a more places with the wrong path: source/modules/fc/fcpayone/Readme.txt http://->YOUR_SHOP<-/modules/fcPayOne/status.php vendor/payone-gmbh/oxid-6/Readme.txt http://->YOUR_SHOP<-/modules/fcPayOne/status.php source/modules/fc/fcpayone/application/controllers/admin/: -fcpayone_main.php -- $sIncludePath = getShopBasePath() . 'modules/fcPayOne/fcCheckChecksum.php'; -fcpayone_order.php -- $sPath = getShopBasePath() . 'modules/fcPayOne/mandates/' . $sFilename; source/modules/fc/fcpayone/application/models/: -fcpayone_ajax.php -- $sDownloadUrl = $oConfig->getShopUrl().'/modules/fcPayOne/lib/fcpopopup_content.php?login=1&loadurl='.$aCurrentInstallment['StandardCreditInformationUrl']; -fcpopaypal.php -- protected $_sPayPalExpressLogoPath = 'modules/fcPayOne/out/img/'; source/modules/fc/fcpayone/extend/application/controllers/: - fcPayOneBasketView.php -- protected $_sPayPalExpressLogoPath = 'modules/fcPayOne/out/img/'; - fcPayOnePaymentView.php -- $sLink = $sShopUrl . '/modules/fcPayOne/lib/fcpopopup_content.php?loadurl=' . $this->_sPayolutionSepaAgreement; -fcPayOneThankyouView.php -- $sPdfUrl = $oConfig->getShopUrl()."modules/fcPayOne/download.php?id=".$oOrder->getId(); source/modules/fc/fcpayone/lib/: -fcporequest.php -- $sCertificateFilePath = getShopBasePath() . 'modules/fcPayOne/cacert.pem'; -- $sPath = 'modules/fcPayOne/mandates/' . $sMandateIdentification . '.pdf'; -- $sReturn = $this->getConfig()->getShopUrl() . "modules/fcPayOne/download.php?id=" . $sOrderId; source/modules/fc/fcpayone/out/src/js/: -fcPayOne.js -- $('#payolution_installment_calculation_selection').html('<div id="payolution_center_animation"><img src="modules/fcPayOne/out/img/ajax-loader.gif"</div>'); -- url: 'modules/fcPayOne/application/models/fcpayone_ajax.php', source/modules/fc/fcpayone/tests/unit/fcPayOne/extend/application/controllers/: -fcPayonePaymentViewTest.php -- $sExpect = 'http://someshop.com/modules/fcPayOne/lib/fcpopopup_content.php?loadurl=http://somesepalink.com/'; -fcPayOneThankyouViewTest.php -- $sExpect = 'http://www.someshopurl.org/modules/fcPayOne/download.php?id=someId&uid=someUserId'; vendor/payone-gmbh/oxid-6/application/controllers/admin/: - fcpayone_main.php -- $sIncludePath = getShopBasePath() . 'modules/fcPayOne/fcCheckChecksum.php'; - fcpayone_order.php -- $sPath = getShopBasePath() . 'modules/fcPayOne/mandates/' . $sFilename; vendor/payone-gmbh/oxid-6/application/models/: -fcpayone_ajax.php -- $sDownloadUrl = $oConfig->getShopUrl().'/modules/fcPayOne/lib/fcpopopup_content.php?login=1&loadurl='.$aCurrentInstallment['StandardCreditInformationUrl']; -fcpopaypal.php -- protected $_sPayPalExpressLogoPath = 'modules/fcPayOne/out/img/'; vendor/payone-gmbh/oxid-6/extend/application/controllers/: -fcPayOneBasketView.php -- protected $_sPayPalExpressLogoPath = 'modules/fcPayOne/out/img/'; -fcPayOnePaymentView.php -- $sLink = $sShopUrl . '/modules/fcPayOne/lib/fcpopopup_content.php?loadurl=' . $this->_sPayolutionSepaAgreement; -fcPayOneThankyouView.php -- $sPdfUrl = $oConfig->getShopUrl()."modules/fcPayOne/download.php?id=".$oOrder->getId(); vendor/payone-gmbh/oxid-6/lib/: -fcporequest.php -- $sCertificateFilePath = getShopBasePath() . 'modules/fcPayOne/cacert.pem'; -- $sPath = 'modules/fcPayOne/mandates/' . $sMandateIdentification . '.pdf'; -- $sReturn = $this->getConfig()->getShopUrl() . "modules/fcPayOne/download.php?id=" . $sOrderId; vendor/payone-gmbh/oxid-6/out/src/js -fcPayOne.js -- $('#payolution_installment_calculation_selection').html('<div id="payolution_center_animation"><img src="modules/fcPayOne/out/img/ajax-loader.gif"</div>'); -- url: 'modules/fcPayOne/application/models/fcpayone_ajax.php', vendor/payone-gmbh/oxid-6/tests/unit/fcPayOne/extend/application/controllers/: -fcPayonePaymentViewTest.php -- $sExpect = 'http://someshop.com/modules/fcPayOne/lib/fcpopopup_content.php?loadurl=http://somesepalink.com/'; -fcPayOneThankyouViewTest.php -- $sExpect = 'http://www.someshopurl.org/modules/fcPayOne/download.php?id=someId&uid=someUserId'; |