Magestore published a quizz a few days ago about Magento 2. Questions inside are very interesting and it’s another way to learn about Magento functionalities. I will not explain the reasons of the answers because all of the points aborded
Magento 2.0.1, Magento CE 1.9.2.3, Magento EE 1.14.2.3 Updates (PATCH SUPEE-7405, PATCH SUPEE-7616)
Magento 2.0.1 update Go on the root folder of your Magento 2 installation and launch git pull If you have a message like : error: Your local changes to the following files would be overwritten by merge: [..] Please, commit
Xml Schema resolution in PHP Storm with Magento2 Urns
On Magento 2 XML, we declare the path of the XSD schema with this line : <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> But PHP Storm doesn’t know the “urn” part and show the pathfile with red. So, PHP Storm doesn’t check the XML structure with
Generate sample XML from XSD
Magento 2 has a lot of XSD to define XML structures like config or routers. Here is a tool which convert XSD to a sample XML, usefull to visualize the structure of the file. Go to : http://xsd2xml.com/ We will
Magento 2 : Maximum function nesting level of ‘100’ reached
If you have the error Magento 2 : Maximum function nesting level of ‘100’ reached when you goes on your Magento2 store, you need to change your php.ini file : xdebug.max_nesting_level=2000