There is a scheduled task that executes a script. It was running fine until one day it started to fail with ‘Task Scheduler failed to start “Task” task for user “domain account”. Additional Data: Error Value: 2147944309.’ It failed on a Friday, ran on a Saturday, then began failing daily […]
Yearly Archives: 2022
Windows 10 machine, connected to an external screen with HDMI. Before leaving the computer one tends to lock the screen (Windows Key + L). Then when one comes back after a period of time and adds the password, the screen 1 is completely black. In the Display Settings if one […]
I am trying to access the SSL certificate for a certain website (textnow.com) but I can’t find where it is stored on my computer, even in the certificate manager. Also, when I click on the lock next to the website name, then connection is secure, then certificate is valid, I […]
So background, on Windows 10 I used to be able to search the contents of a .zip file for all files with a given file extension, such as *.eps. From there I could select the files that I wanted and copy them out to another directory. This does NOT seem […]
I am trying to update customer_entity table. But I am doing a left join with customer_address_entity. I want to update the group_id only when store_id matches to my customer variable. Is this possible?
<fieldset name="content"> <settings> <label>Wysiwyg Content</label> </settings> <field name="wysiwyg_example" sortOrder="50" formElement="wysiwyg"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="wysiwygConfigData" xsi:type="array"> <item name="height" xsi:type="string">100px</item> <item name="add_variables" xsi:type="boolean">true</item> <item name="add_widgets" xsi:type="boolean">true</item> <item name="add_images" xsi:type="boolean">true</item> <item name="add_directives" xsi:type="boolean">true</item> </item> </item> </argument> <settings> <label>Content</label> </settings> <formElements> <wysiwyg> <settings> <rows>8</rows> <wysiwyg>true</wysiwyg> </settings> </wysiwyg> </formElements> </field> </fieldset> […]
I am working on creating a functionality where I have added a “buy now” button on the product page, when the user clicks that button then a popup form appears, entering all necessary details in that form & clicking on order now. I post data to the controller where currently […]
Does anyone knows how I can setup and integrate OpenSearch engine as a separate Catalog Search engine to Magento 2.4? I have removed all the ElasticSearch dependent modules from the composer.json. From OpenSearch engine, I have added OpenSearch-PHP lib to my project. I would like to have OpenSearch across website […]
I have a multiwebsite on 2.4.3p1 with urls xyz.com and xyz.com/wholesale. The customer is not able to login from the wholesale website. It is redirecting to the login page. Any help would be appreciated.