im having a problem with the layout xml for a module im writing.
the default section of it doesnt seem to be triggered.
nothing i put in it seems to work. if i purposely code an error into it, nothing happens.
if i put an error anywhere else in the same file the error is shown in the store.
the rest of the xml in the file works fine, just nothing in the default section.
is there something i have missed to trigger the default? ive made a few modules now without a problem.
I would guess that you need to disable caching. In the admin interface, go to System > Cache Management, then select “Disable” from All Cache and click save. That is what it says in the documentation.
I myself am had the same problem, but am not able to disable the cache. I’ve posted elsewhere on this issue but not gotten a response yet.
>>I’m a designer trying to make changes to templates but the changes are not showing up.
>>I followed the instructions to disable caching, but I think something is wrong—when I select “disable” (or any other item for that matter) and click save, I get sent to the root of my site, totally dropped out of the administrative interface.
>>I found another topic on caching that suggested I could delete var/cache but that hasn’t helped.
ive tried disabling the cache, even deleting the cache files. all of the xml works except the bit in the default tags. ive never had this problem before.
nothing i put in it seems to work. if i purposely code an error into it, nothing happens.
if i put an error anywhere else in the same file the error is shown in the store.
sorry, i didn’t get it - if you put deliberate XML error inside <default> tag it doesn’t show an XML parse error on your blog pages?
thats right. no errors nothing. but i put a deliberate xml error anywhere else, i get a parse error. the rest of the xml does exactly as it is suppose to as well. This is driving me crazy.
can you disable cache, introduce XML syntax error into the file inside <default>, and post when it’s done with paste of xml file, so i can take a look at the pages?