If you are using an Apache Solr deployment for Magento, then you need to update the jar file for Apache Commons Text if the version found is less than apache-common-text 1.10.0. /opt/solr-9.0.0/server/solr-webapp/webapp/WEB-INF/lib/commons-text-1.*.jar More information: https://nvd.nist.gov/vuln/detail/CVE-2022-42889 GitHub: https://github.com/apache/commons-text Apache Downloads: https://commons.apache.org/proper/commons-text/download_text.cgi If you need assistance, contact aMiSTACX. Note: New deployments after March 1st, 2024 should contain… Continue reading Patch Apache Commons Text CVE-2022-42889
Category: Bugs
Solved! Magento 2.4 Memory Exhausted Errors
It has come to our attention of a bug in Magento 2.4 OSE that causes the CPU(s) to spike, and consume huge amounts of memory. Impacted versions: Magento 2.4.x Open Source. The problem is with the Magento CSP Module. Disabling the module and recompile will fix the issue. Removing a caching engine like Redis has… Continue reading Solved! Magento 2.4 Memory Exhausted Errors
Composer Memory Error
Should you get a composer memory error or status message “killed” when using sudo composer upgrade on aMiSTACX, it is because of an incorrect setting w/ PHP 7.x, or the memory value is set too low. This also happens with performance stacks that do not have a swap file, thus memory becomes exhausted. Although most… Continue reading Composer Memory Error
Solved! Magento Admin Redirect Issue & 404
Note: If you are using StarFlare module for catalog search, before you change your Magento store URLs, stop Solr, start Elasticsearch, change your URLs, compile, and switch back. Then flush the config. One of the most annoying aspects of caching and Magento’s FPC engine is sometimes you get an odd redirect when attempting to access… Continue reading Solved! Magento Admin Redirect Issue & 404
Magento 2 Crashing due to MySQL / Cron Jobs
We have come across a few instances now where a module that was not written correctly, and that made use of the Magento Cron framework caused MySQL to stop responding. When MySQL stops responding then it basically crashes Magento. Tell tale signs in various logs point to the end effect, but not the root cause.… Continue reading Magento 2 Crashing due to MySQL / Cron Jobs