Magento 2 Reset Admin Password

How to Fix: Admin Password Reset Fails in Magento 2.4.6-p3 and Below

In the labyrinth of Magento development, encountering unexpected roadblocks is all too familiar. One such conundrum that has puzzled many administrators is the failure of the reset password feature for the admin user in Magento versions 2.4.6-p3 and below. It's a perplexing issue that leaves users stranded, unable to regain access to their vital accounts. …

Continue reading How to Fix: Admin Password Reset Fails in Magento 2.4.6-p3 and Below

10 Reasons Why You Should Always (I said ALWAYS) Enable the Google reCaptcha on Your Magento 2 Store

A few days ago a client complained their Magento website was suffering from a bot attack in the checkout with the credit card payment. They received thousands and thousands (I mean, thousands, like more than 30 thousand) of failed transaction emails in their email inbox. They immediately asked for our help to investigate and apply …

Continue reading 10 Reasons Why You Should Always (I said ALWAYS) Enable the Google reCaptcha on Your Magento 2 Store

How to fix “Text fields are not optimized for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default.” in Magento 2

A few days ago, I came across an issue in a Magento 2 project where the client complained that no products were being displayed when a customer searched for anything on the site. The most curious part is that this only happened in their production environment. Everything was working fine in their staging environment, which …

Continue reading How to fix “Text fields are not optimized for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default.” in Magento 2

Magento Error Page

Erro ‘PHP Extensions “0” must be loaded.’ no Magento

Olá Galera, Estes dias passei por um probleminha ao tentar instalar o Magento no Ubuntu que me deixou um pouco intrigado: PHP Extensions "0" must be loaded. O que seria isso? Bem, aparentemente é um probleminha de compatibilidade entre o Magento e o PHP 5.4 que, para mim, apenas acontece no Ubuntu 12.10. Não se …

Continue reading Erro ‘PHP Extensions “0” must be loaded.’ no Magento

As Configs do Magento

As configs são praticamente o coração do sistema do Magento. Ele descreve, em geral, quase todos os módulos/model/classe/template/etc que você precisa acessar. É um nível de abstração com a qual a maioria dos programadores PHP não estão acostumados a trabalhar, e de vez em quando aumenta o tempo de desenvolvimento em forma de confusão fazendo …

Continue reading As Configs do Magento

Criando uma Crontab no Magento

Olá galera! Estes dias precisei criar um módulo para conexão com o SFTP da EmailVision para sincronização de dados entre o sistema da EmailVision e o Magento. Desenvolvi um módulo para fazer esta integração e tive a necessidade de criar Crontabs para que a sincronização ocorra pela madrugada e não impacte na performance da loja …

Continue reading Criando uma Crontab no Magento