I’m using magento 2, upgraded to the last version 2.4.6-p2, and I’m having an issue with the success page, but not with all payment methods… What I get in the success page is: 1 exception(s): Exception #0 (Exception): Unknown Config Class Exception #0 (Exception): Unknown Config Class <pre>#1 MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() called […]
Daily Archives: September 5, 2023
I am learning magento extention creation, and I try to add a “Create New” record in my admin grid. So far I made this grid: namespace MageGuideFirstModuleBlockAdminhtml; use MageGuideFirstModuleModelFactoriesBlogPostCollectionFactory as BlogPostCollectionFactory; use MagentoBackendBlockTemplateContext; use MagentoBackendHelperData; use MagentoFrameworkObjectManagerInterface; use MagentoBackendBlockWidgetGridExtended; use MagentoFrameworkRegistry; class Grid extends Extended { // also you can […]
I want to add a custom value to the items in the order summary during checkout ($parent). I followed all the other howtos on how to do it: Create plugin for MagentoCheckoutModelDefaultConfigProvider: etc/di.xml: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoCheckoutModelDefaultConfigProvider"> <plugin name="my_config_provider" type="MyModulePluginConfigProviderPlugin" /> </type> </config> This is my plugin: […]
I’m running Magento 2.4.4. I’m facing a bit of an issue with Magento 2 backend – it keeps booting me out when I’m working with multiple tabs. To put it simply, I’m tinkering with a few item cards simultaneously. When I hit the save button to store my changes, a […]
Please loading issue solve. I try to reload or redirect but that is not working. $resultRedirect = $this->resultFactory->create(ResultFactory::TYPE_REDIRECT); $resultRedirect->setPath('*/*/'); return $resultRedirect; My code is -> $name = date('m_d_Y_H_i_s'); $filepath = 'export/custom' . $name . '.csv'; $this->directory->create('export'); /* Open file */ $stream = $this->directory->openFile($filepath, 'w+'); $stream->lock(); $columns = $this->SalesData->getAllExcelHeaderName(); foreach ($columns […]
I have a Linux host running several virtualbox guests which I can access via VRDP from any remote host. I try to find out how I can use USB- or HD-drives running on the REMOTE host in question from within that VRDP-vbox-guest. I do NOT need access to one of […]
I am trying to keep a terminal window always open on my secondary display (f. e. if I switch workspaces the second display would still show the same terminal window). Is it possible to accomplish this?
In my Startup tab in Task Manager, I see an app called T_reboot. It says Enabled and the startup impact isn’t measured. The other apps I have are: Intel(R) Graphics Command Center Startup Task (Enabled, Not measured) LinkedIn (Disabled, None) Phone Link (Disabled, None) Realtek HD Audio Universal Service (Enabled, […]
I am currently trying to network together 3 virtual machines running in virtual box. One is the latest version of ubuntu server, another is a windows 11 VM and I want to connect them both to VyOS. My main problem is that VyOS can’t seem to connect to the internet. […]