hg_snake Posted November 10, 2012 Share Posted November 10, 2012 Hi for all, I have a problem with the paypal module. When I click the module icon on the home page I open a blank page. The address is: www.mysite / modules / paypal / about.php The page about.php itìs blank I have installed prestashop 1.5.1 + paypal 3.2.5 Help please Link to comment Share on other sites More sharing options...
nadie Posted November 10, 2012 Share Posted November 10, 2012 Hi for all, I have a problem with the paypal module. When I click the module icon on the home page I open a blank page. The address is: www.mysite / modules / paypal / about.php The page about.php itìs blank I have installed prestashop 1.5.1 + paypal 3.2.5 Help please Check topic: http://www.prestashop.com/forums/index.php?/topic/194367-solved-modulespaypalaboutphp-returns-blank-page/page__view__findpost__p__964378 @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 Link to comment Share on other sites More sharing options...
hg_snake Posted November 11, 2012 Author Share Posted November 11, 2012 Thank you Sir Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now