I now have a JAVA-EE application running with weblogic with several modules running locally 100%, however it is very slow with weblogic, mainly at republish times in some modules. I would like to know if I can migrate it to run through tomcat 7, I believe it is possible because […]
Yearly Archives: 2022
I recently contacted Spectrum Customer Service in regards to this question and once I got off the phone with someone who didn’t know what they were talking about, I had no answer. The plan we pay for is the Ultra Internet Speed plan advertising these perks : Speeds up to […]
I installed the SEO module on the localhost and when it enters the products I can not edit or add the products I noticed that activating Canonical in mageworx does not load the full screen Interestingly, this problem is not seen in Chrome I noticed that when Canonical is enabled […]
Today I came across a really useful set of tools. Magento 2 github actions: https://github.com/extdn/github-actions-m2 Which means you can run a github action workflows to scan your code for Magento coding standard. For example: https://github.com/yireo/Yireo_Webp2/blob/master/.github/workflows/extdn-static-tests.yml .github/workflows/extdn-static-tests.yml name: ExtDN Static Tests on: [push] jobs: static: name: Static Code Analysis runs-on: ubuntu-latest […]
Good morning, could someone help me configure the button to delete image from the imageUploader field, the image uploads it without problem, but when I press the delete button, the entry is clean, but the image that uploads is not deleted.
I am experiencing an issue with the UPS module for Magento2 (2.3). Shipping rates are being calculated but surcharges are not being calculated or applied. I have reached out to UPS and their response was that “surcharges are included within the total transportation charge in the rate response.” Has anyone […]
I trying to move the language switcher on mobile devices to be in the main website menu instead of the settings tab (screenshot below): I found some instructions on how to do that from the layout.xml file using <move element="name.of.an.element" destination="name.of.destination.element"/> However, I couldn’t find the values for element and […]
We have 2 physical servers in a datacenter. Hyper-V is enabled on both. We have several VMs setup on each server for various purposes: mail server, web server, file server, and various specialty purposes. The VMs are all on the same subnet (10.10.100.x) as the two host servers. We also […]
I’m trying to trim a video and draw text on it. Although the command below “works” (source), there’s a 2-3 second delay at the beginning of the clip. Specifically, for example, if I want to trim “00:05:27”-“00:05:37”, the resulting clip seems to lag from “00:05:27”-“00:05:29”, then trim from “00:05:29″-00:05:37”. When […]