简体   繁体   中英

magento custom theme error

trying to create a custom theme with bitnami XAMPP using magento devdocs

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

I get this error when I try to access the admin panel

There has been an error processing your request

Exception printing is disabled by default for security reasons.

Error log record number: 1130478184

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-->

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM