|
THIS ERROR HAS BEEN FIXED:
I have created new pem and crt files and now this error does not show up…
BUT!
The method doesnt show up in the frontend either all absolute paths.
Please someone help me out with this one im struggling for a couple of days now...
I got the same problem as in:
http://www.magentocommerce.com/boards/viewthread/7787/
The data in mysql is also the same.
Mage_Ideal_Model_Api_Advanced_DirectoryRequest Array ( [merchant_id] => 0050***** [sub_id] => 0 [authentication] => SHA1_RSA )
Mage_Ideal_Model_Api_Advanced_DirectoryRequest SimpleXMLElement Object ( [0] => Betalen met iDEAL is nu niet mogelijk. Probeer het later nogmaals of betaal op een andere manier. )
But i do not think the problem is in ideal, because magento gives me the following error page:
Warning: openssl_sign() [function.openssl-sign]: supplied key param cannot be coerced into a private key in /var/www/***URL***/httpdocs/app/code/core/Mage/Ideal/Model/Api/Advanced/Security.php on line 78 Trace: #0 [internal function]: mageCoreErrorHandler(2, 'openssl_sign() ...', '/var/www/shop2....', 78, Array) #1 /var/www/***URL***/httpdocs/app/code/core/Mage/Ideal/Model/Api/Advanced/Security.php(78): openssl_sign('2008-07-14T20:0...', NULL, false) #2 /var/www/***URL***/httpdocs/app/code/core/Mage/Ideal/Model/Api/Advanced.php(189): Mage_Ideal_Model_Api_Advanced_Security->signMessage('/var/www/shop2....', '', '2008-07-14T20:0...') #3 /var/www/***URL***/httpdocs/app/code/core/Mage/Ideal/Model/Api/Advanced.php(123): Mage_Ideal_Model_Api_Advanced->processDirRequest(Object(Mage_Ideal_Model_Api_Advanced_DirectoryRequest)) #4 /var/www/***URL***/httpdocs/app/code/core/Mage/Ideal/Model/Advanced.php(76): Mage_Ideal_Model_Api_Advanced->processRequest(Object(Mage_Ideal_Model_Api_Advanced_DirectoryRequest), '1') #5 /var/www/***URL***/httpdocs/app/code/core/Mage/Ideal/Model/Advanced.php(50): Mage_Ideal_Model_Advanced->getIssuerList() #6 /var/www/***URL***/httpdocs/app/code/core/Mage/Checkout/Block/Onepage/Payment/Methods.php(43): Mage_Ideal_Model_Advanced->canUseCheckout() #7 /var/www/***URL***/httpdocs/app/code/core/Mage/Payment/Block/Form/Container.php(109): Mage_Checkout_Block_Onepage_Payment_Methods->_canUseMethod(Object(Mage_Ideal_Model_Advanced)) #8 /var/www/***URL***/httpdocs/app/code/core/Mage/Payment/Block/Form/Container.php(38): Mage_Payment_Block_Form_Container->getMethods() #9 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Block/Abstract.php(193): Mage_Payment_Block_Form_Container->_prepareLayout() #10 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Model/Layout.php(425): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout)) #11 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Model/Layout.php(220): Mage_Core_Model_Layout->addBlock('Mage_Checkout_B...', 'checkout.paymen...') #12 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Model/Layout.php(186): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) #13 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Model/Layout.php(187): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) #14 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Model/Layout.php(187): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) #15 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Model/Layout.php(191): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) #16 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(278): Mage_Core_Model_Layout->generateBlocks() #17 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(215): Mage_Core_Controller_Varien_Action->generateLayoutBlocks() #18 /var/www/***URL***/httpdocs/app/code/core/Mage/Checkout/controllers/OnepageController.php(104): Mage_Core_Controller_Varien_Action->loadLayout() #19 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(342): Mage_Checkout_OnepageController->indexAction() #20 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(159): Mage_Core_Controller_Varien_Action->dispatch('index') #21 /var/www/***URL***/httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(146): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) #22 /var/www/***URL***/httpdocs/app/Mage.php(427): Mage_Core_Controller_Varien_Front->dispatch() #23 /var/www/***URL***/httpdocs/index.php(40): Mage::run() #24 {main}
I think it says it can not open the cer file but the permisions are right the ssl folder 755, files 644.
Also the basepaths are correct…
|