IOWEB TECHNOLOGIES

Results 157 comments of IOWEB TECHNOLOGIES

To be honest I don't understand this answer. It doesn't give a suggestion on the course of action to resolve this on M1 at all. @victor-v-rad Could you perhaps give...

I've beein digging further into the code and it seems the records are transformed from the default attribute set that already exists on Magento 2 fresh installation with `attribute_set_id =...

Oh, I clicked on the devdocs page and pressed report an issue, I'm wondering why it didn't get the title :( https://devdocs.magento.com/guides/v2.4/extension-dev-guide/extension_attributes/adding-attributes.html

I think the problem is the huge size of the XML file because usingle simplexml_load_string will only work if I add the `LIBXML_COMPACT | LIBXML_PARSEHUGE` options

@daniele-orlando Could you please explain why you don't think this is an issue? I think fluidxml should provide a way to handle big files. How can I work around this...

Hi @daniele-orlando . It's no problem at all this part. In my case I changed the code to use LIBXML directly for my needs but I reported this issue because...

An update this also happens when clicking on edit on the grid. The image that I see is this after clicking edit. Notice the white dot in the center is...

Sorry I gave up on the module, it wasn't worth the trouble.

I noticed I face php 8.1 related errors as well ``` PHP Fatal error: During inheritance of ArrayAccess: Uncaught Exception: Deprecated Functionality: Return type of FluidXml\FluidContext::offsetExists($offset) should either be compatible...