{"id":268,"date":"2016-12-16T21:08:01","date_gmt":"2016-12-16T21:08:01","guid":{"rendered":"https:\/\/alexrusin.com\/?p=268"},"modified":"2016-12-16T22:04:22","modified_gmt":"2016-12-16T22:04:22","slug":"magento-2-errors-and-solutions","status":"publish","type":"post","link":"https:\/\/blog.alexrusin.com\/magento-2-errors-and-solutions\/","title":{"rendered":"Magento 2 Errors and Solutions"},"content":{"rendered":"
“Cannot create a symlink for ” error<\/strong><\/p>\n This error most likely will show up when you are running Magento 2 on Windows system (XAMPP, WAMP, etc).\u00a0 This error causes font icons to be replaced by non-resolvable symbols (problem in the admin area).\u00a0 Long story short, if Magento can\u2019t find a static asset file, it will automatically copy or symlink that file from that file\u2019s source module.\u00a0 In our case symlink does not work on Windows system. In order to solve this problem:<\/p>\n “Cannot create a symlink for ” error This error most likely will show up when you are running Magento 2 on Windows system (XAMPP, WAMP, etc).\u00a0 This error causes font icons to be replaced by non-resolvable symbols (problem in the admin area).\u00a0 Long story short, if Magento can\u2019t find a static asset file, it will…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[11],"tags":[],"class_list":["post-268","post","type-post","status-publish","format-standard","hentry","category-magento"],"yoast_head":"\n\n
app\/etc\/di.xml<\/code> and find the
virtualType name=\"developerMaterialization\"<\/code> section. In that section you’ll find an item
name=\"view_preprocessed\"<\/code> that needs to be modified or deleted. You can modify it by changing the contents from
Magento\\Framework\\App\\View\\Asset\\MaterializationStrategy\\Symlink<\/code> to
Magento\\Framework\\App\\View\\Asset\\MaterializationStrategy\\Copy<\/code><\/li>\n
.htaccess<\/code> file.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"