Skip to content
New issue

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

Not working on PHP versions other than 5.4 #2101

Closed
Damirkhon opened this issue Jun 28, 2018 · 1 comment
Closed

Not working on PHP versions other than 5.4 #2101

Damirkhon opened this issue Jun 28, 2018 · 1 comment

Comments

@Damirkhon
Copy link

When changing PHP to 5.6 , or to any newer version like 7.1, getting error:

[26-Jul-2018 06:51:49 UTC] PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error: POST http://ABC.net/wp-admin/admin-ajax.php resulted in a 404 Not Found response:

/api/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:111
Stack trace:
#0 /home/api/vendor/guzzlehttp/guzzle/src/Middleware.php(65): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response))
#1 /home/api/vendor/guzzlehttp/promises/src/Promise.php(203): GuzzleHttp\Middleware::GuzzleHttp{closure}(Object(GuzzleHttp\Psr7\Response))
#2 /home/api/vendor/guzzlehttp/promises/src/Promise.php(156): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), Array)
#3 /ho in /home/api/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php on line 111

What to do???????????????

@Nyholm
Copy link
Member

Nyholm commented Jun 28, 2018

Thank you for this issue.
This has nothing to do with Guzzle. It is your server that answer with 404.

@Nyholm Nyholm closed this as completed Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants