My current version of Magento is 2.3.2 . I followed the docs and i executed the following commands in the console: cp composer.json composer.json.bak composer remove magento/product-community-edition --no-update composer require magento/product-community-edition=2.3.3 --no-updatecomposer require --dev allure-framework/allure-phpunit:~1.2.0 friendsofphp/php-cs-fixer:~2.14.0 lusitanian/oauth:~0.8.10 magento/magento-coding-standard:~3.0.0 magento/magento2-functional-testing-framework:2.4.5 pdepend/pdepend:2.5.2 phpmd/phpmd:@stable phpunit/phpunit:~6.5.0 sebastian/phpcpd:~3.0.0 squizlabs/php_codesniffer:~3.4.0 --sort-packages --no-update composer remove --dev sjparkinson/static-review […]
Blog
I create a custom model and di.xml was wrote up, however when I try to run setup:di:compile, it said the “generated/code/Magento/MediaStorage/Model/File/Storage/Response/Interceptor.php” file can’t be deleted……No such file or directory I am running docker at windows machine, I can see the files inside the folder, but I don’t have permission to […]
I’ve been thinking of adding some sort of big textarea in the admin dashboard of the magento 2 as some sort of reminder notes / to-do notes and stuff. A simple textbox with a submit button. What would be the easiest way to do this? Thank you!
I have some multi-select product attributes that need to be filtered with an AND instead of OR. In other words a product needs to have an entry for an attribute for the first marked value AND the same product must also have an entry for the other value. I found […]
I have ultimo theme on magento 2.3.3 with redis and varnish. After Sign Out the link still displays Sign Out and vice versa. Becomes normal after cache is flushed. looks like cache issue. Any help highly appreciated.
Until recently, I was able to specify summing all the cells in column a by using =sum(a..a) which upon pressing enter would automatically convert to =SUM(A:A) Is there a reason this no longer works? Is there a setting I’m missing that got changed on me? I’m experiencing this on Excel […]
Windows 7, just bought 3 new wireless USB mice. Plugged one into each computer that they were intended for and on one machine it is very jerky. It stops responding for 10-15 seconds at a time and then will jump wildly all of the screen. Clicks are delayed and end […]
Add an env variable containing spaces to ~/.zshrc export SKIP='-Dskip1 -Dskip2' or export SKIP="-Dskip1 -Dskip2" or export SKIP=-Dskip1 -Dskip2 Try to use it set -x mvn $SKIP The command that is being executed is actually +-zsh:108> mvn ‘-Dskip1 -Dskip2’ How to avoid the single quotes being added ? zsh 5.7.1 […]