Okay then - sounds strange - are you using Chrome/Safari or another browser? Is the page source blank as well (e.g., what do you get from "View Source" on that page)?
OK - then the "XMLDump" template is definitely not getting picked up.
I don't know if switching to MVC mode affects this (AFAIK it shouldn't, as long as you don't have a View called "XMLDump", but I have not tried it). Are you using MVC?
Can't see anything in Umbraco 7.1
Hi there,
I've just installed the package in Umbraco 7.1 When I surf to http://localhost:7845/xmldump, nothing happens. I've added 127.0.0.1 to the config file.
Any thoughts?
Hi nojaf,
What do you get at that URL? An empty page, or perhaps an error message?
I have used XMLDump myself on a 7.1 site, so should work - maybe there's some configuration we haven't thought of...
/Chriztian
Hi,
I get an empty page.
nojaf
Hi again,
Okay then - sounds strange - are you using Chrome/Safari or another browser? Is the page source blank as well (e.g., what do you get from "View Source" on that page)?
/Chriztian
The page source is blank indeed
Hi nojaf,
OK - then the "XMLDump" template is definitely not getting picked up.
I don't know if switching to MVC mode affects this (AFAIK it shouldn't, as long as you don't have a View called "XMLDump", but I have not tried it). Are you using MVC?
Thanks for hanging in there... :)
(Did you also try the .aspx version? e.g.: http://localhost:7845/xmldump.aspx )
/Chriztian
Hi,
I'm using MVC indeed, tried to switch it to WebForms.
No result.Also tried to add ".aspx", no effect
Hmm...
Okay, so this is what I'd do if I sat next to you and wanted to debug this:
/Chriztian
is working on a reply...