Jump to content

Page blank with paypal


hg_snake

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...