Skip to content

magento man

Magento 2 : How to save file in media folder using custom product attribute?

I have a create product attribute But it’s not save file in pub/media folder -> VendorModule:- MeetanshiProductAttachment -> attribute_field_name:- custom_product_attachment -> Media folder path:- custom/product/attachment MeetanshiProductAttachmentSetupInstallData.php <?php namespace MeetanshiProductAttachmentSetup; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupInstallDataInterface; use MagentoEavSetupEavSetupFactory; class InstallData implements… Read More »Magento 2 : How to save file in media folder using custom product attribute?

Composer error when try install extension

I’m getting this when i’m trying to install an extension. Warning: Unsupported declare ‘strict_types’ in /home/SITE_NAME/public_html/vendor/magento/inventory-composer-installer/src/Plugin.php on line 6 Parse error: syntax error, unexpected ‘:’, expecting ‘;’ or ‘{‘ in /home/SITE_NAME/public_html/vendor/magento/inventory-composer-installer/src/Plugin.php on line 55 I have : CentOS Linux release… Read More »Composer error when try install extension