Jump to content

[SOLVED] Error When Updating Paypal Module


Recommended Posts

Hello,

I tried to update the paypal module and I got the following error:

 

Notice: Undefined variable: params in /hermes/bosoraweb047/b136/ipg.imaginemorebooksorg/store/controllers/admin/AdminModulesController.php on line 771 Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosoraweb047/b136/ipg.imaginemorebooksorg/store/controllers/admin/AdminModulesController.php:771) in /hermes/bosoraweb047/b136/ipg.imaginemorebooksorg/store/classes/Tools.php on line 141

 

I'm using prestashop 1.5.5.0

I'm currently using paypal usa, Canada version 1.2.5

The upgrade is for version 1.2.6

Please let me know if you need any additional information. Thanks.

Link to comment
Share on other sites

I also was unable to upgrade..I am using

Prestashop v 1.5.5.0

Paypal USA and Canada v1.2.5 trying to upgrade to v1.2.6

 

Paypal 1.2.5 is installed and configured in sandbox mode.

 

I tried to install (rather than upgrade) v1.2.6 but when I downloaded it from the addons shop, the zip file indicates it is 1.2.5 

Link to comment
Share on other sites

  • 2 months later...

Hey guys, for all that are still having issues with this and cannot update your PayPal Module or any other module for that matter, make sure that your debug mode is off.

 

FTP into your store and go to "config" -> defines.inc.php

 

Then make sure that the following is set to "false":

 

define('_PS_MODE_DEV_', false);

 

Save, then re-upload your file back. This should resolve your issue with the:

 

Notice: Undefined variable: params in ..........

 

==and==

 

Warning: Cannot modify header information - headers already sent by (output started at .........

 

 

Hope this helps!

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Hey guys, for all that are still having issues with this and cannot update your PayPal Module or any other module for that matter, make sure that your debug mode is off.

 

FTP into your store and go to "config" -> defines.inc.php

 

Then make sure that the following is set to "false":

 

define('_PS_MODE_DEV_', false);

 

Save, then re-upload your file back. This should resolve your issue with the:

 

Notice: Undefined variable: params in ..........

 

==and==

 

Warning: Cannot modify header information - headers already sent by (output started at .........

 

 

Hope this helps!

Working!

Link to comment
Share on other sites

×
×
  • Create New...