Jump to content

Paypal 3.11 and 3.11.1 php warning and fix


Gipielle

Recommended Posts

mod_fcgid: stderr: PHP Warning:  include_once(): Failed opening 'webinit.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in modules/paypal/express_checkout/ajax.php on line 28, referer: http://www.betafer.it/fr/sac-%C3%A0-outils-beta-c10/21100023-sac-outil-avec-75-outils-beta-2110vu3.html
 
 
Fix:
 
change file /modules/paypal/express_checkout/ajax.php from
include_once _PS_ROOT_DIR_.'init.php';
 
to
include_once _PS_ROOT_DIR_.'/init.php';
 
missing "/"

 

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...