Skip to content

Is anyone using qhoster?

Hello, I’ve been using qhoster.com vps for 2 years and never had a problem. But my vps is now offline for more than 48 hours and they are n… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1914316&goto=newpost

Magento2: Cannot instantiate interface MagentoInventoryApiApiGetSourceItemsBySkuInterface error in log file

I am using Magento2.4.3 and I am getting the below error in my error log: Cannot instantiate interface MagentoInventoryApiApiGetSourceItemsBySkuInterface#0 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #1 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #2 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #3 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #4 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #5 /var/www/magento/vendor/magento/framework/ObjectManager/ObjectManager.php(56): MagentoFrameworkObjectManagerFactoryCompiled->create() #6 /var/www/magento/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(332): MagentoFrameworkObjectManagerObjectManager->create() #7… Read More »Magento2: Cannot instantiate interface MagentoInventoryApiApiGetSourceItemsBySkuInterface error in log file

How to pass value of custom dynamicRows select field in category_form.xml

I want to save the data in of a custom dynamicrows field. which i added on admin category page. my custom_form.xml: <?xml version=”1.0″?> <form xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <fieldset name=”general”> <dynamicRows name=”dynamic_rows”> <settings> <addButtonLabel translate=”true”>Add Record</addButtonLabel> <additionalClasses> <class name=”admin__field-wide”>true</class> </additionalClasses> <componentType>dynamicRows</componentType> </settings>… Read More »How to pass value of custom dynamicRows select field in category_form.xml