Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Alan Storm的Layoutviewer教程(Magento)_Magento - Fatal编程技术网

Alan Storm的Layoutviewer教程(Magento)

Alan Storm的Layoutviewer教程(Magento),magento,Magento,我使用的是Magento版本1.3.2.1。我已安装configuration viewer,但无法使Layoutview正常工作。Magento将不会加载。获取500内部服务器错误。我从他的网站上复制了代码。 目录树: Magentotutorial Configviewer subdirectory Layoutviewer subdirectorys 我复制了configviewer.xml,只是将名称更改为layoutviewer.xml 有人能帮我吗? 谢

我使用的是Magento版本1.3.2.1。我已安装configuration viewer,但无法使Layoutview正常工作。Magento将不会加载。获取500内部服务器错误。我从他的网站上复制了代码。 目录树:

Magentotutorial
  Configviewer
     subdirectory
  Layoutviewer
     subdirectorys
我复制了configviewer.xml,只是将名称更改为layoutviewer.xml

有人能帮我吗?
谢谢

您在谈论哪个configviewer.xml?app\etc\modules\alanstromdotcom\u configviewer.xml?如果您复制了该文件,则需要编辑其内容,使其看起来像:

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

啊,那就是艾伦·斯托姆:@Jacqueline-不客气,你应该接受答案,如果对你有用,请点击勾号。