Monthly Archives: October 2022

Magento 2 best hosting with good support

Nexcess provide better support with good managed magento 2 hosting. Use below links to signup for better experience. Managed WordPress: https://nexcess.pxf.io/c/3696879/956693/12206 Managed WooCommerce: https://nexcess.pxf.io/c/3696879/956697/12206 Magento: https://nexcess.pxf.io/c/3696879/956699/12206 QuickStart Memberships: https://nexcess.pxf.io/c/3696879/1111361/12206 StoreBuilder: https://nexcess.pxf.io/c/3696879/996763/12206

Magento 2 error Current version of RDBMS is not supported.

Magento 2 error Current version of RDBMS is not supported. Used Version: 10.1.37-MariaDB. Supported versions: MySQL-8, MySQL-5.7, MariaDB-(10.2-10.4) We can fix and solve it by following way. Edit file app/etc/di.xml You can specify acceptable MariaDB versions here – currently 10.2-10.4 Example to allow MariaDB 10.5 <item name=”MariaDB-(10.2-10.5)” xsi:type=”string”>^10\.[2-5]\.</item> Another way: Go to Vendor/Magento/Framework/DB/Adapter/SqlVersionProvider.php Update function getVersionString… Read More »

How can fix centos 7 elastic search issue?

How can fix centos 7 elastic search issue? [elastic/elasticsearch] Centos 7 and – java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native   change in /etc/elasticsearch/jvm.options #-Djava.io.tmpdir=${ES_TMPDIR} -Djava.io.tmpdir=/var/log/elasticsearch issue will fix. more : https://github.com/elastic/elasticsearch/issues/57018#issuecomment-694703398