View Issue Details

IDProjectCategoryView StatusLast Update
0006683OXID eShop (all versions)4.01. Database handlingpublic2017-10-19 17:02
ReporterSpritje 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.0.0-rc.2 
Target VersionFixed in Version6.0.0-rc.3 
Summary0006683: oxconfig__aModulePaths - Demodata has incorrect inserts
DescriptionIn default Installation with Demodata it is not possible to activate PAYONE module, because of a wrong oxconfig__aModulePaths entry.
Steps To Reproduce1. 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 InformationThe 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
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

michael_keiluweit

2017-09-08 09:55

administrator   ~0012221

Last edited: 2017-09-08 09:56

View 2 revisions

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';