Ecommerce Plugins
Troubleshooting
Troubleshooting
Know how to troubleshoot some of the common error messages for Magento 1.x and 2.x extensions.
Know how to troubleshoot some of the common error messages for Magento 1.x and 2.x extensions.
Below are some common error messages and the possible reasons and fixes:
Error
| Cause
| Fix
|
---|
Bad request error
| The API keys ([KEY_ID] and [KEY_SECRET]) are not configured correctly.
| Make sure that the API Keys are active and entered correctly on the Magento Settings page.
|
Bad request error
| You might be using a custom checkout theme like IWD and Firecheckout.
| Make sure that you are using the GitHub/master branch.
|
cURL error
| You do not have PHP-cURL installed on your server.
| Ensure that you have PHP-cURL installed on your server.
|
cURL error
| Port 443 is blocked.
| Contact your hosting service to unblock the port.
|
Below are some common error messages and the possible reasons and fixes:
Error
| Cause
| Fix
|
---|
Bad request error
| The API Keys ([KEY_ID] and [KEY_SECRET]) are not configured correctly.
| Make sure that the API Keys are active and entered correctly on the Magento Settings page.
|
Bad request error
| You may be using a custom checkout theme like IWD and Firecheckout.
| Make sure that you are using the GitHub/master branch.
|
cURL error
| You do not have PHP-cURL installed on your server.
| Ensure that you have PHP-cURL installed on your server.
|
cURL error
| Port 443 is blocked.
| Contact your hosting service to unblock the port.
|
Undefined index: razorpay in /app/code/Razorpay/Magento/Observer/AfterConfigSaveObserver.php
| This issue is due to an error in module compilation.
| Run run bin/magento setup:di:compile to recompile.
|
The following modules are outdated: • Razorpay_Magento schema: Current Version - None, Required Version - 3.6.2 • Razorpay_Magento data: Current Version - None, Required Version - 3.6.2
| The Razorpay Magento plugin version is outdated.
| Download and install the latest Razorpay Magento Plugin.
|