Skip to content

magento man

Installing Magento via docker getting with Elasticsearch

I am trying to run Magneto 2.4.3(php 7.4). Here is my docker-compose.yml file. services: web: image: webdevops/php-apache-dev:7.4 container_name: magento2-web volumes: – .:/public_html ports: – “127.0.0.1:8989:80” user: www-data:www-data environment: – WEB_DOCUMENT_ROOT=/public_html/pub – WEB_ALIAS_DOMAIN=local.magento2.com:8989 – WEB_NO_CACHE_PATTERN=\.\w+$ – CONTAINER_UID=33 #see https://github.com/webdevops/Dockerfile/issues/226 restart: always… Read More »Installing Magento via docker getting with Elasticsearch

misunderstand save action magefan blog

I have question on how do you guys save post_category relationship, when i debug save action, i just saw Post to be saved , how magic underneath the hood https://github.com/magefan/module-blog

main.INFO: Price/Special Price/Final price – (continuously writing thousand of lines)

Why do we see suddenly see the following info in our Magento 2.4.7 system.log (continuously – thousand of lines) [2024-07-04T11:17:09.075810+00:00] main.INFO: Price: 199 [] [] [2024-07-04T11:17:09.075884+00:00] main.INFO: Special Price: [] [] [2024-07-04T11:17:09.075927+00:00] main.INFO: Final Price: 60 [] [] [2024-07-04T11:17:09.076686+00:00] main.INFO:… Read More »main.INFO: Price/Special Price/Final price – (continuously writing thousand of lines)