开发者

Alan Storm's tutorial on Layoutviewer (Magento)

开发者 https://www.devze.com 2023-03-01 15:25 出处:网络
I am using Magento version 1.3.2.1. I have installed configuration viewer, but开发者_Go百科 can not get Layoutview to work.Magento will not load. getting a 500 internal Server error. I have copied the

I am using Magento version 1.3.2.1. I have installed configuration viewer, but开发者_Go百科 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


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

精彩评论

暂无评论...
验证码 换一张
取 消