I have a magento multi site. We disable the default site and move the site and domain to another installation. Now the problem is that i cannot access admin from a sub site. What can be possible done in order to access the admin from a subsite?
Daily Archives: March 4, 2023
The default livereload host is 127.0.0.1, but I have the access problems to access the this host directly in WSL2. Need to change it to http://localhost:35729/livereload.js Found the solution to change it via appetcenv.php – to add system' => [ 'default' => [ 'design' => [ 'footer' => [ 'absolute_footer' […]
I am trying to push code from my local to staging and getting the below error. Shouldn’t on deploy magento update the composer.lock file based on what’s in my json composer file? I am not getting how to add magento/inventory-composer-metapackage to the lock file. Warning: The lock file is not […]
I would like to show a product with its details in my module view page. There is summery of my code, it maybe boring but I have exhibit my issue clearly. 1)File name, path and code: MyVendor/MyModule/Api/Data/ViewInterface.php namespace MyVendorMyModuleApiData; interface ViewInterface { const VALUE = 'value '; /** * Get […]
I have created custom layout as below created 3-columns-double-footer.xml file inside Magento_Theme/page_layout folder <?xml version="1.0"?> <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd"> <update handle="3columns"/> <referenceContainer name="page.wrapper"> <container name="footer-bottom" as="footer-bottom" after="footer" label="Footer Bottom" htmlTag="footer" htmlClass="page-footer-bottom"> <container name="footer-bottom-content" as="footer-bottom-content" htmlTag="div" htmlClass="footer content" /> </container> </referenceContainer> </layout> and also created layouts.xml file inside Magento_Theme folder as below […]
My question is similar to this question posted previously. My data is organized in the following manner: Column A (Outcome) – contains user entered text describing an outcome. This can be of varying lengths. Example: On March 2, we found a green scarf with fringes. No one came forward to […]
I’m working on a debian machine which has it’s wireless access disabled. Sometime in the past I followed a guide (which I can’t find) about permanently disabling wifi in linux. I’m trying to determine what is blocking the interface and how to re-enable it. Things I’ve checked so far: BIOS […]
When I use this code: ffmpeg -i a.mp4 -filter:v "setpts='if(between(T,3,5),PTS*3,PTS)'" -b:v 3000k -s 1440x720 d.mp4 I get output which stops at 3rd second and run in slow motion from 9th second, and ends somewhere at 14th. Rescaling and changing bitrate doesn’t affect this. No warnings shown at output. So why […]
I want to transfer packet flow in virtual machine to the host proxy, because my host can visit websites outside the firewall by proxy settings. Settings on Windows: I download clash for windows and turn on the “Allow LAN” option (other options remain default). My host and VM communicate by […]