Can you post some example XSLT you are using to access the properties? Off the top of my head, my first suggestion would be to check the casing of the alias' as these are case sensitive.
Argh! Just realized there was a stupid, stupid, STUPID typo in the template I use to render the content with - meaning it would take the properties from the page below the one I was testing on. DOH! Thanks for your quick response, Matt. It's incredible how sometimes you can't see the problem when staring at it.
Content being cached
I have a range of properties set up for a particular document type. Let's name them:
PropertyOne
PropertyTwo
PropertyThree
PropertyFour
I can read the value of the first two, but the rest won't work.
When I output the XML for $currentPage I can see that the data is actually there?!
I have tried touching the web.config - disabled the XML caching (in umbraco.config), deleted umbraco.config - but nothing helps.
Sigh! I'm getting tons of problems with Umbraco these days.
Hi Tony,
How are you accessing the properties? via .NET or XSLT?
Have you tried "Repblish entire site" from the context menu of the root "Content" node?
Matt
Hi Matt,
The content is being generated from XSLT and yes - I have tried republishing the entire site. Very weird issue, this is!
Hi Tony,
Can you post some example XSLT you are using to access the properties? Off the top of my head, my first suggestion would be to check the casing of the alias' as these are case sensitive.
Cheers
Matt
Argh! Just realized there was a stupid, stupid, STUPID typo in the template I use to render the content with - meaning it would take the properties from the page below the one I was testing on. DOH! Thanks for your quick response, Matt. It's incredible how sometimes you can't see the problem when staring at it.
Hehe, been there, done that (just last week actually).
Glad you're back up and running.
Matt
is working on a reply...