S

How to Fix Magento's Readiness Check

Magneto performs a readiness check before installing or updating extensions. If this check fails, it will not allow you to proceed. There are two common reasons for a readiness check failure&mdashincorrectly configured cron tasks and low PHP-FPM memory limits. The PHP-FPM memory limit needs to be set very high, or Magento becomes unstable and will not display error messages. This script will address both issues. Save the following script on your server as "magento_patch.sh". #!/bin/bas......

Comments