Alan Storm 的 Layoutviewer 教程 (Magento)

发布于 2024-11-03 19:14:10 字数 293 浏览 0 评论 0原文

我正在使用 Magento 版本 1.3.2.1。我已经安装了配置查看器,但无法使 Layoutview 工作。 Magento 将无法加载。收到 500 内部服务器错误。我从他的网站复制了代码。 目录树:

Magentotutorial
  Configviewer
     subdirectory
  Layoutviewer
     subdirectorys

我复制了configviewer.xml,仅将名称更改为layoutviewer.xml

有人可以帮助我吗? 谢谢

I am using Magento version 1.3.2.1. I have installed configuration viewer, but can not get Layoutview to work. Magento will not load. getting a 500 internal Server error. I have copied the code from his website.
Derectory tree:

Magentotutorial
  Configviewer
     subdirectory
  Layoutviewer
     subdirectorys

I copied the configviewer.xml, only changing the name to layoutviewer.xml

Can anyone help me?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紅太極 2024-11-10 19:14:10

你在谈论哪个configviewer.xml? app\etc\modules\alanstormdotcom_configviewer.xml?如果您已复制该内容,则需要编辑其内容,使其如下所示:

<config>
  <modules>
    <Alanstormdotcom_Layoutviewer>
        <active>true</active>
        <codePool>local</codePool>
    </Alanstormdotcom_Layoutviewer>
  </modules>
</config>

which configviewer.xml are you talking about? app\etc\modules\alanstormdotcom_configviewer.xml? If you've copied that, you need to edit the contents of it so that it looks like:

<config>
  <modules>
    <Alanstormdotcom_Layoutviewer>
        <active>true</active>
        <codePool>local</codePool>
    </Alanstormdotcom_Layoutviewer>
  </modules>
</config>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文