I know this question is asked quite some times already, but none of the suggested approaches works. My problem: I have a wordpress installation on my localhost, but as soon as I try to delete plugins, install plugins, etc., it does not work. Either the interface prompts for FTP credentials, […]
Monthly Archives: August 2022
I would like to have a network filesystem (and/or synchronization setup) that behaves roughly like RAID 1 mirroring works for hard drives: Copies of every file are kept on every host, so that if you disconnect a single host from all the others it seamlessly continues using the latest versions […]
now that windows can run linux distro I’m wondering what version of docker is better? https://docs.docker.com/desktop/install/windows-install/ I think the current windows app also uses wsl2 as a backend. To this, I’m wondering if it better just to install a linux distro and run docker directly? What are the advantage or […]
[Posted on StackOverflow, then I realized that this is a better place for it] I have a video made with a canon camera (actually a PowerShow G5Xm2), which was shot at 2022:08:28 11:25:09-04:00. I want to extract the creation date metadata, and I found that I can see it with: […]
I’m having following issue that i’m not able to reproduce https://ibb.co/0M1mvQ6 I checked in system.log but i don’t have any critical warning. I made also a registration with a different email address and worked correctly Only sometimes seems that is error is triggered.. Do you have any idea about this? […]
Argento Stripes Theme (same error on blank luma) – Magento 2.4.3 please can somone help I am trying to install manually at the moment trying to get amasty Improved Layered Navigation Pro module-shopby-pro – in admin when I am clicking on the Stores Configuration Improved Layered Navigation getting this error […]
I’m getting error after deploying sample data when i run setup:upgrade command i get this error, any idea? Unable to apply data patch MagentoGroupedProductSampleDataSetupPatchDataInstallGroupedProductSampleData for module Magento_GroupedProductSampleData. Original exception message: Rolled back transaction has not been completed correctly
is there any way we can get all category ids like its displayed in admin in Magento ver. 2.4.3 ? I have tried ** * Get Category */ public function getCategory($categoryId) { $category = $this->_categoryFactory->create(); $category->load($categoryId)->setOrder('entity_id', 'ASC'); return $category; } but this did not work. Thank you
I have a price rule attached to the flat rate shipping method as an option, and I want to intercept when the coupon is added, so that I can hide this flat rate method unless the coupon code matches the code value in the option. I have a model setup […]