meowchie Posted July 10, 2012 Share Posted July 10, 2012 Everytime i click the paypal in payment module the page seem not exist. It come out with this message ; Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 localhost 7/10/2012 2:01:20 PM Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 Could any one help? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 10, 2012 Share Posted July 10, 2012 Hi newbie, What version of PrestaShop are you using, and what version of the PayPal module? -Mike Link to comment Share on other sites More sharing options...
meowchie Posted July 11, 2012 Author Share Posted July 11, 2012 im using prestashop version 1.4.8.2 and paypal version 2.8.6 Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 11, 2012 Share Posted July 11, 2012 Hi newbie, What are the permissions you have set for the PayPal module? -Mike Link to comment Share on other sites More sharing options...
meowchie Posted July 13, 2012 Author Share Posted July 13, 2012 I have 755 permission. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 16, 2012 Share Posted July 16, 2012 I have 755 permission. Just for the folder or for the files inside as well? -Mike Link to comment Share on other sites More sharing options...
meowchie Posted July 17, 2012 Author Share Posted July 17, 2012 Just for the all folders but the files inside are all in 644 permission. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 17, 2012 Share Posted July 17, 2012 Was this ever working for you previously? -Mike Link to comment Share on other sites More sharing options...
davidtiong Posted July 18, 2012 Share Posted July 18, 2012 (edited) I face some problem with paypal as it doesn't want to be displayed in a frame. When I hit the "I confirm my order" button, with IE browser, It said "This content cannot be displayed in a frame. What you can try 'open this content in a new window' " and when I click that suggestion, a new window is displayed and this time hitting the button "I confirm my order" button works... Any suggestion which module to do some changes to have the button "I confirm my order" open a new window to solve this problem? Many thanks! I am using Prestashop 1.4.8.2 and Paypal 2.8.7 Edited July 18, 2012 by davidtiong (see edit history) Link to comment Share on other sites More sharing options...
davidtiong Posted July 18, 2012 Share Posted July 18, 2012 I solve the problem: modify this file \TOOLS\SMARTY\COMPILE\xxxxxxxx.FILE.PAYMENT.TPL.PHP where xxxxxxxx is generated by your SSL added: target="_blank" to this line: <p class="payment_module" height=""> <a href="<?php echo $_smarty_tpl->getVariable('base_dir_ssl')->value;?> modules/paypal/payment/submit.php" target="_blank" title="<?php echo smartyTranslate(array('s'=>'Pay with PayPal','mod'=>'paypal'),$_smarty_tpl);?> "> Link to comment Share on other sites More sharing options...
Mike Kranzler Posted July 19, 2012 Share Posted July 19, 2012 Thanks for the update david! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts