Skip to content

magento man

Host4Geeks 60+ hrs downtime

I am not a person who like to bring things public, but host4geeks.com, I am on your lax-srv2 server and since your hardware failure on 18th … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1892932&goto=newpost

Error: Import failed: cannot deserialize value, string is corrupted during setup:upgrade

I have an error during the setup: upgrade more precisely at this specific location **Module ‘Mageplaza_OrderExport’: Processing configurations data from configuration file… Import failed: Unable to unserialize value, string is corrupted. app:config:import failed. See previous output. ** this follows a… Read More »Error: Import failed: cannot deserialize value, string is corrupted during setup:upgrade

Magento 2 Error Argument #4 ($…) must be of type

I want to add a column for the customer-agent =>(my module) in order table I add this in to app/code/Orienteed/CustomerAgent/view/adminhtml/ui_component/sales_order_grid.xml <?xml version=”1.0″ encoding=”UTF-8″?> <listing xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <settings> <buttons> <button name=”add” class=”OrienteedCustomerAgentUiOrderAddButton” /> </buttons> </settings> <columns name=”sales_order_columns”> <column name=”customer_agent” class=”OrienteedCustomerAgentUiComponentListingColumnCustomerAgent”> <argument… Read More »Magento 2 Error Argument #4 ($…) must be of type