enli78 Posted October 13, 2012 Share Posted October 13, 2012 Hi everybody, I'm a PS newbie from Italy, but already know some ecommerce CMSs. I am having a problem with the free Paypal module (version 3.2.4): I simply get a blank page when I click on Paypal's advertising block, that links to modules/paypal/about.php. The server's error log says: mod_fcgid: stderr: PHP Fatal error: Class 'BWDisplay' not found in /var/www/vhosts/myserver/httpdocs/mywebsite.it/modules/paypal/about.php on line 37, referer: http://mywebsite.it/it/ Of course it's a fresh PS installation. 1 Link to comment Share on other sites More sharing options...
Lachlan Posted October 14, 2012 Share Posted October 14, 2012 I had the same problem. Looking forward to an answer! 1 Link to comment Share on other sites More sharing options...
enli78 Posted October 14, 2012 Author Share Posted October 14, 2012 @Lachlan, I saw the problem can be easily solved by doing like this: Go to line 37, on your about.php file, located in modules/prestashop folder Check that there is code: $display = new BWDisplay(); Now replace with: if (_PS_VERSION_ < '1.5') $display = new BWDisplay(); else $display = new FrontController(); Works fine for me. It's the same solution as: www.prestashop.com/forums/topic/189878-paypal-bwdisplay-express-checkout/page__st__20 6 Link to comment Share on other sites More sharing options...
Lachlan Posted October 15, 2012 Share Posted October 15, 2012 Thanks enli78! Worked perfectly!!! Thanks for the very clear explanation. I suppose this needs to be fixed in the next release? Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 15, 2012 Share Posted October 15, 2012 Hello Lachlan and enli78, thank you for the information and a confirmed solution. I will be sure to report this issue and fix to the team. This is how we all can make PrestaShop better everyday. For now, I will go ahead and mark this thread as Solved, I'm sure it will help other Merchants. Thank you for choosing PrestaShop! Regards, Benjamin 2 Link to comment Share on other sites More sharing options...
Nelson Posted October 24, 2012 Share Posted October 24, 2012 toujours pas corriger sur la 1.5.2 Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 24, 2012 Share Posted October 24, 2012 Hello Nelson, if you could, please post in Forum Language, English, in this forum. Do you mean that this problem is still not fixed? Link to comment Share on other sites More sharing options...
TheWolf Posted October 28, 2012 Share Posted October 28, 2012 just used it in 1.5.2 fresh install, enli78 fix works GREAT! thank you very much. 1 Link to comment Share on other sites More sharing options...
aguasoft Posted November 12, 2012 Share Posted November 12, 2012 thanks enil78. your solucion has worked for me. Link to comment Share on other sites More sharing options...
cstonline Posted November 27, 2012 Share Posted November 27, 2012 This problem is also in the free Paypal module version 3.3. The about fixed it. Thanks heaps enil78 Link to comment Share on other sites More sharing options...
samuel-t Posted November 28, 2012 Share Posted November 28, 2012 Works perfectly, thx a lot. Link to comment Share on other sites More sharing options...
sflores Posted December 11, 2012 Share Posted December 11, 2012 (edited) Excellent worked for me. Just an aclaration, folder is modules/paypal, not modules/prestashop. The file about.php is located there. Thank you very much. My Prestashop version is 1.5.2.0. Edited December 11, 2012 by sflores (see edit history) Link to comment Share on other sites More sharing options...
erigins Posted December 11, 2012 Share Posted December 11, 2012 ... OMG.. Its work easy! Спасибо Link to comment Share on other sites More sharing options...
cstonline Posted December 11, 2012 Share Posted December 11, 2012 Looks like there is an updated free paypal version http://addons.prestashop.com/en/payments-gateways-prestashop-modules/1748-paypal.html 3.4 Where would I find a change log for this (any update) update? It would be nice to know what has be fixed/changed/updated? Link to comment Share on other sites More sharing options...
samuel-t Posted December 12, 2012 Share Posted December 12, 2012 Just updated to 3.4, works all fine! But I can't see what was changed or fixed... Link to comment Share on other sites More sharing options...
bruce-rez Posted July 19, 2013 Share Posted July 19, 2013 Go to line 37, on your about.php file, located in modules/prestashop folderCheck that there is code: $display = new BWDisplay(); Now replace with: if (_PS_VERSION_ < '1.5') $display = new BWDisplay(); else $display = new FrontController(); I have the same problem, I am on Prestashop 1.5.4.1 and PayPal 3.5.5 I tried the above workaround but it does not fix the problem. Any idea? Thanks Link to comment Share on other sites More sharing options...
mkobur Posted April 9, 2014 Share Posted April 9, 2014 (edited) when i click on "go to merchant" in paypal page show bank and link show http://localhost/order.php How to solve it? Please help me Edited April 9, 2014 by mkobur (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts