Mod_oepaypalstandalone_3.0.1_oxid_eshop_ce_4.7.8

Hi, have recently installe this Module:

MOD_OEPAYPALSTANDALONE_3.0.1_OXID_ESHOP_CE_4.7.8

I cant find the file: oe/oepaypal/views/tpl/ipnhandler.tpl
It isn’t in the zip (double downloaded it.)

in metatata.php:

    'templates' => array(
        'order_paypal.tpl' => 'oe/oepaypal/views/admin/tpl/order_paypal.tpl',
        'ipnhandler.tpl'   => 'oe/oepaypal/views/tpl/ipnhandler.tpl',
    ),

EXEPTION LOG:

 Faulty component --> ipnhandler.tpl
---------------------------------------------
oxSystemComponentException-oxException (time: 2013-10-29 21:25:24): [0]: EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND 
 Stack Trace: #0 /srv/www/secret.www/core/oxutilsobject.php(201): oxUtilsObject->_getObject('oxsystemcompone...', 0, Array)
#1 /srv/www/secret.www/core/oxfunctions.php(383): oxUtilsObject->oxNew('oxSystemCompone...')
#2 /srv/www/secret.www/core/oxshopcontrol.php(497): oxNew()
#3 /srv/www/secret.www/modules/rahmen/rahmen_shopcontrol.php(45): oxShopControl->_render(Array, Array)
#4 /srv/www/secret.www/core/oxshopcontrol.php(396): rahmen_shopcontrol->_render('oxSystemCompone...')
#5 /srv/www/secret.www/core/oxshopcontrol.php(156): oxShopControl->_process(Object(oePayPalIPNHandler))
#6 /srv/www/secret.www/core/oxid.php(40): oxShopControl->start(Object(oePayPalIPNHandler))
#7 /srv/www/secret.www/index.php(27): Oxid::run('oePayPalIPNHand...', 'handleRequest', NULL, NULL)
#8 {main}

PayPalModul Log:

======================= IPN VERIFICATION FAILURE BY PAYPAL [2013-10-28 14:24:23] ======================= #
',
  'PayPal Full Response' => 'Array
(
    [<?xml_version] => "1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:market="urn:ebay:apis:Market" xmlns:auction="urn:ebay:apis:Auction" xmlns:sizeship="urn:ebay:api:PayPalAPI/sizeship.xsd" xmlns:ship="urn:ebay:apis:ship" xmlns:skype="urn:ebay:apis:skype" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:api:PayPalAPI"><SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" id="_0"><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>End of file or no input: \'No such file or directory\'</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
)
',
)

Where i cant find this “ipnhandler.tpl” Template file?
Any Hints?

Thanks.

Hi mate,

what I can see is that there’s apparently a bug in the deployer script or at GitHub itself. The package obviously doesn’t contain a 0-byte file called [I]ipnhandler.tpl[/I] that was committed to the (still closed, soonish being opened) GitHub repository with the message “controller must have template not to throw error”.

To resolve your issue, please simply generate an empty file [I]oe/oepaypal/views/tpl/ipnhandler.tpl[/I]

Good luck and let us know if it is working like that!

https://bugs.oxid-esales.com/view.php?id=5490

Problem solved, thank you!