I managed to do a fix for the urn (xsi element from xml files in Magento2) and this is important to forward. https://alankent.me/2015/10/07/xml-schema-resolution-in-php-storm-with-urns-quick-note/ As seen…
In installerul modului presupunem ca ati creat un tabel - $installer = $this; $installer->startSetup(); $moduleTableName = $installer->getTable('mymodule/mymodule'); if($installer->getConnection()->isTableExists($moduleTableName) != true) { $table = $installer->getConnection() ->newTable($moduleTableName);…
Cauta in pachetul tau de tema magento /app/design/frontend/your_interface/your_theme/layout/ fisierul local.xml local.xml 1 2 3 < ?xml version="1.0"?> <layout version="0.1.0"> </layout> ATENTIE! Trebuiesc sterse tagurile <default></default>…