Welcome, Guest
Username: Password: Remember me

TOPIC: Warning message with sandbox=off

Warning message with sandbox=off 10 years 6 months ago #1246

  • juliodom
  • juliodom's Avatar
The warning appears when I unset the sandbox option by the 1119 line of class.php file since the 'ppsandbox' value was not declared.
if ($qs->cfg['ppsandbox'] == 'on') {
			$ppurl = 'https://sandbox.paypal.com/cgi-bin/webscr';
		}

Please fix it asap. Thanks in advance.
The administrator has disabled public write access.

Warning message with sandbox=off 10 years 6 months ago #1253

  • admin
  • admin's Avatar
Hi,

I think that's already resolved in the latest update, but I will check, if not a quick fix is to:

if ($qs->cfg == 'on') {

TO

if (@$qs->cfg == 'on') {


Thanks!
The administrator has disabled public write access.
Time to create page: 0.082 seconds