Alan Storm's tutorial on Layoutviewer (Magento) -


i using magento version 1.3.2.1. have installed configuration viewer, can not layoutview work. magento not load. getting 500 internal server error. have copied code website. derectory tree:

magentotutorial   configviewer      subdirectory   layoutviewer      subdirectorys 

i copied configviewer.xml, changing name layoutviewer.xml

can me? thanks

which configviewer.xml talking about? app\etc\modules\alanstormdotcom_configviewer.xml? if you've copied that, need edit contents of looks like:

<config>   <modules>     <alanstormdotcom_layoutviewer>         <active>true</active>         <codepool>local</codepool>     </alanstormdotcom_layoutviewer>   </modules> </config> 

Comments