Zen Cart Logo
Forums / Bug Reports / 1.5.6b Paypal paths for create_account are missing slash

1.5.6b Paypal paths for create_account are missing slash

Views: 5,053

Results 1 to 4 of 4
06 Jun 2019, 13:24
#1
llynix avatar

llynix

Zen Follower

Join Date:
Jul 2009
Location:
Texas
Posts:
210
Plugin Contributions:
0

1.5.6b Paypal paths for create_account are missing slash

These two files are missing a slash in a require which is causing an error in the paypal module.

includes/init_includes/init_ipn_postcfg.php

require(zen_get_file_directory(DIR_FS_CATALOG . DIR_WS_LANGUAGES . $_SESSION['language'] . '/', 'checkout_process.php', 'false'));

includes/modules/payment/paypalwpp.php (line 2199)

          require(zen_get_file_directory(DIR_FS_CATALOG . DIR_WS_LANGUAGES . $_SESSION['language'] . '/', 'create_account.php', 'false'));

Error Messages

--> PHP Warning: require(/INSTALLDIR/includes/languages/englishcreate_account.php): failed to open stream: No such file or directory in /INSTALLDIR/includes/modules/payment/paypalwpp.php on line 2199.

--> PHP Warning: require(/INSTALLDIR/includes/languages/englishcheckout_process.php): failed to open stream: No such file or directory in /INSTALLDIR/includes/init_includes/init_ipn_postcfg.php on line 22.

17 Sep 2019, 22:19
#2
dsc7050 avatar

dsc7050

New Zenner

Join Date:
Sep 2018
Location:
UUSA
Posts:
44
Plugin Contributions:
0

Re: 1.5.6b Paypal paths for create_account are missing slash

we have the same issue, did anyone know how to fix?

18 Sep 2019, 11:24
#3
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: 1.5.6b Paypal paths for create_account are missing slash

@llynix has posted the solution in the first post of this thread.

18 Sep 2019, 13:45
#4
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: 1.5.6b Paypal paths for create_account are missing slash

Note that these issues have been fixed in 1.5.6c.