Daily Archives: October 1, 2019
Hi everyone, So for starters I’m using PHP 7.2.14 on macOS. PHP 7.1.x is installed on the machine (/usr/bin), and a development tool that we use where I work has installed 7.2 via Homebrew. I also have PHP 7.3 installed in /usr/local/bin and use it sometimes when I’m tinkering with […]
I have tracked this down to Firefox. I have an attribute: video_link that I fill out with a YouTube video embed link: If I try to have the video display in a product tab in a phtml, the video will not display and there are no errors. < ?php $_product […]
I have a module with a Ui Component that is part of a magento widget (based on the Magento chooser widget). At one point, the widget makes an AJAX call that pulls in a view (a .phtml file), which is where I want to initialize the Ui Component. However, if […]
I’ve recently set my site up with Varnish full_page cache, and I have one specific URL that seems to be “stuck” and I can’t clear it from the cache. Last night I went into maintenance mode to do some updates, and this morning one URL is still showing the maintenance […]
I installed varnish 5.2 and Magento 2.3.2 after that I check the varnish header and it worked very well but after move default.vlc it does not work. this is my default.vlc https://pastebin.com/Bz7WA1RB where I am going wrong?
On a fresh Magento 2 Open Source install, I accidentally named the site “foo.locale” instead of “foo.local”. I’ve updated the database with the correct value [1] but when accessing the homepage foo.local I am still getting redirected to foo.locale with a parameter: $ curl -I http://foo.local HTTP/1.1 302 Found Location: […]