Daily Archives: July 11, 2021
when i try to access from admin panel to any option, i have this page error. i read some solution about this error, but i cant find (framework-Serialize..)folder in magento folder! /vendor/magento/framework/Serialize/Serializer/Json.php how can i solve this error?
I try to add a wysiwyg editor to my custom widget. I added the field to my widget.xml <parameter name="content" xsi:type="block" required="false" visible="true" sort_order="60"> <label>Content</label> <block class="TestCustomBlockWidgetEditor" /> </parameter> and this is my Editor.php : <?php namespace TestCustomBlockWidget; use MagentoFrameworkViewElementTemplate; use MagentoWidgetBlockBlockInterface; class Editor extends Template implements BlockInterface { /** […]
We have a Magento 2.4.2 installation with a Cybersource Tax extension. I am trying to create a Tax Rule for customer groups that is supposed to have 0 tax. When Cybersource Tax is enabled, taxes are computed. But the tax rule is not applied, so the tax showing in my […]
I am adding the fonts as specified in magento 2.3 documentation however i am getting the error Exception #0 (MagentoFrameworkConfigDomValidationException): Element 'font': This element is not expected. Expected is one of ( title, css, link, meta, script, remove, attribute ). I am adding font as <font src="fonts/opensans/light/opensans-300.woff2"/>
I’m setting up a home network with a Ubiquiti UDM Pro at the heart. I want to be able to remotely access the network over a VPN. I followed this article from Ubiquiti to set up the VPN gateway. Using a Windows 10 PC, I was able to successfully connect […]
The CPU Package temperature is showing 100 degrees and above most of the times especially when playing games even old games, so this happen if CPU load raise to 50% and above for minutes. When CPU Package temperature is 100 degrees CPU Core temperature show only 42~44 degrees. When I […]
A family member grew up in the 1950s in the Finnish town shown here: https://kartta.paikkatietoikkuna.fi/?zoomLevel=8&coord=275556.5004187513_6639629.266135304&mapLayers=801+100+default,3400+100+ortokuva:indeksi×eries=1950&uuid=90246d84-3958-fd8c-cb2c-2510cccca1d3&noSavedState=true&showIntro=false&lang=en I wanted to surprise this person with a nice, big, physical copy of it for them to study and dream back to those young days and look at all the streets and locations from above, […]
I am trying to balance the network usage at home. For this I want to have three users, which can use the full bandwidth but are allowed to use a minimum bandwith at all time. For example: 1 Gbit/s = full bandwith, 200Mbit/s = minimum bandwith User 1: Tries to […]