Created some new subcategories but when I set up the links, I get a 404 error even if its working on backend. e.g. this link doesn’t work https://www.jadeed.store/categories/personal-care/electric-massager.html But the version I had to implement based on a filter? That worked but it was a makeshift solution https://www.jadeed.store/categories/personal-care.html?cat=267_electric-massager Problem is […]
Daily Archives: August 27, 2023
I’m implementing an endpoint where the users can create products from a CSV, using the same logic that Magento implements in the backend to import CSV seems to work great but I have a problem, the options for the attributes came in another language and the validation says that the […]
I am getting an error while regenerating the static content. In Admin dashboard links are not working. Can delete the var folder and pub/static folder and regenerate content? Or How can I fix this problem? I am getting this problem after installing Stripe plugin.
Spent a couple hours looking for an answer but I think I need specific help here. My trail cam has months of timelapse .JPG photos taken 5 minutes apart resulting in 14,000+ .JPG files in 15 subdirectories of DCIM/100MEDIA, 101MEDIA, 102MEDIA…, 114MEDIA with 1000 files in each folder. The files […]
I have a set of python-based analytical processes that digest and generate relatively large amounts of data, which I then put into Excel files for use by the rest of the business (in addition to the raw data tabs, the excels have various formatting, pivot tables, etc that I’m not […]
Here’s an idea of mine, and I think that at least one person in the world thought about it before me, However they gave up, but I’m not (at least not yet) and willing to do whatever I can to achieve this goal. So stay with me, it’s gonna be […]
I want to convert this: x = '3+sin(angle)*2' to this: x = '3+cosin(tan(angle))*2 the problem is that the angle is different every time. I’ve tried “replace” and “re.sub” but can’t make this specific scenario happen.
When upgrading a package, yum resolves and updates all dependencies automatically. Is there a flag/option when downgrading packages. For instance i have php82 installed and am trying to get back to php 74. sudo yum downgrade php-7.4.33-8.el7.remi.x86_64 which returns the error: Error: Package: php-tidy-8.2.9-2.el7.remi.x86_64 (@remi-php82) I can add php-tidy to […]