magento自定义主题错误

时间:2018-07-24 22:50:46

标签: magento magento2

尝试使用magento devdocs使用bitnami XAMPP创建自定义主题

https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-create.html

当我尝试访问管理面板时收到此错误

处理您的请求时出错

出于安全原因,默认情况下禁用异常打印。

错误日志记录号:1130478184

1 个答案:

答案 0 :(得分:1)

I think you have to first check in your error log number "1130478184" where you exactly know what is the issue. I think from your given link which you refer your issue must be occured from theme.xml file's <preview_image>media/preview.jpg</preview_image> line. You have to try with comment following code in theme.xml file:-

<!--media>
     <preview_image>media/preview.jpg</preview_image>
</media-->