Skip to content

magento2.4

Auto Added by WPeMatico

Class “Zend_Http_Response” not found error in magento 2.4.6

In my magento2.4.6 am facing below error – “Error: Class “Zend_Http_Response” not found in C:xampphtdocswffappcodeAmastyInvisibleCaptchaModelCaptcha.php:100″ – $responseBody = Zend_Http_Response::extractBody($googleResponse); <?php declare(strict_types=1); namespace AmastyInvisibleCaptchaModel; use AmastyBaseModelGetCustomerIp; use AmastyInvisibleCaptchaModelConfigSourceCaptchaVersion; use MagentoCustomerModelGroup; use MagentoCustomerModelSession; use MagentoFrameworkHTTPAdapterCurl; use MagentoFrameworkPhrase; use Zend_Http_Response; class Captcha {… Read More »Class “Zend_Http_Response” not found error in magento 2.4.6

Magento 2.4.6-p2 ReservationData::__construct(): Argument #2 ($stock) must be of type int, null given – when redirecting to third party payment

I am getting the above error randomly when go to third-party payment pages, exactly on the redirection page. This mainly occurs when a failed payment, and when we retry the checkout again. As of now no certain pattern for this,… Read More »Magento 2.4.6-p2 ReservationData::__construct(): Argument #2 ($stock) must be of type int, null given – when redirecting to third party payment