We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I was reading this: https://support.payline.com/hc/fr/articles/360013060220-XXXXX-Could-not-connect-to-host but i didn't find something helpful to resolve the problem.
TLS version: 1.3 PHP Version 7.4.4 I'm on localhost
I always get this error:
Array ( [result] => Array ( [code] => XXXXX [longMessage] => Could not connect to host [shortMessage] => ERROR [partnerCode] => [partnerCodeLabel] => ) )
Any suggestion please?
Thanks
The text was updated successfully, but these errors were encountered:
disable proxy configuration by default 127.0.0.1 port 5000
https://github.com/PaylineByMonext/payline-php-samples/blob/master/lib/CONFIG.php $_SESSION['PROXY_HOST'] = '127.0.0.1'; $_SESSION['PROXY_PORT'] = '5000';
$_SESSION['PROXY_HOST'] = '127.0.0.1'; $_SESSION['PROXY_PORT'] = '5000';
by
$_SESSION['PROXY_HOST'] = ''; $_SESSION['PROXY_PORT'] = '';
Sorry, something went wrong.
No branches or pull requests
Hello,
I was reading this: https://support.payline.com/hc/fr/articles/360013060220-XXXXX-Could-not-connect-to-host but i didn't find something helpful to resolve the problem.
TLS version: 1.3
PHP Version 7.4.4
I'm on localhost
I always get this error:
Any suggestion please?
Thanks
The text was updated successfully, but these errors were encountered: