first, a picture with some explanations. Then some questions… The question is, can I somehow find out why the Text “Ab” is missing in some cases (when I initially load the website). With the developer tools in the browser I found that it is triggered by some CSS? But I […]
Daily Archives: December 30, 2023
Magento2 how to load the payment page without loading the page.? I want to refresh my payment page without loading into the js file. can anyone give a solution for this? Here is my js file with some code. GoogleMapsLoader.done(function () { var enabledisable = $("#enabledisable").val(); // var payment_method = […]
In my module I have a feature that adds custom tab to product and there is a form that accepts name, mail and question I need to send mail both to admin and customer. This is my mail helper <?php namespace AlexAskQuestionHelper; use MagentoFrameworkAppArea; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoFrameworkAppHelperAbstractHelper; use MagentoFrameworkAppHelperContext; […]
When I add prefix fs_ in media URL of s3 bucket then getting issue with category image save. When I select image for category image and custom image for first time it gets saved. In catalog_category_entity_varchar the Value for image is /media/catalog/category/demo.jpg When I click on save second time then […]
My version of runing and working production Magento is 2.3.4 sudo apt show php -a Package: php Version: 1:7.2+60ubuntu1 Priority: optional Section: php Source: php-defaults (60ubuntu1) Origin: Ubuntu Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 12.3 kB Depends: php7.2 Supported: 5y Download-Size: 3,084 B APT-Sources: […]
I’m trying to setup multiple instances of EVE-NG community edition behind an apache reverse proxy server. No need for internet or ssl, just http is fine, but if it’s a must, I can add https. I get a blank page when I add “/anything” to the Proxypass/ProxypassReverse, but the page […]
I have the problem that my ip cam (Dahua) can not stream 640×480 as sub stream to feed my 2N Verso as external camera. It only supports 1280×720 or a 704x?? and 320×288. I played around with FFmpeg and got it work as http-stream. But the Verso only accepts RTSP […]
I disabled CSM and enabled sata raid in the bios. After rebooting, the top 3 sata ports detect drives in the bios and windows and the bottom 3 located on the motherboard do not. Is there a solution or is only 1 sata port for each two? Motherboard MSI x570-a […]
enabling the following wireguard config file breaks all ssh connectivity to the host. I have to reinstall everything to get back connectivity because it is headless. why is this happening? sudo nmcli connection import type wireguard file wg0.conf config file [Interface] ListenPort = 51820 PrivateKey = redacted Address = 10.10.1.1/24 […]