嗨,我遇到了 Magento 的问题:它找不到我在主页上借助这一行请求的模板文件:{{block type="profile/profile" name="profile" template="profile/news-front.phtml"}}
但是 magento 给了我错误:Not valid template file:frontend/base/default/template/profile/news-front.phtml
.
我有我的news-front.phtml
文件,frontend/default/default/template/profile/news-front.phtml
为什么 magento 看不到该文件以及如何在首页上显示我的新闻块?