My Umbraco installation suddenly starts returning node property values in lower case. If I touch web.config this behavior stops for a while.
I've noticed this behavior while getting node property value from API (eg: myNode.getProperty("myProperty").Value).
And also tracing pages with macros: "Property added 'MyMacroProperty' with value 'value'" (it should be 'VALUE' instead of 'value', because it's a constant in template).
Any clues?
Umbraco 4.5.2 IIS 6 .net 3.5 Windows Server 2003 MySql 5.1 No cluster
Node property values switched to lowercase
Hello.
I'm experiencing a very strange behavior...
My Umbraco installation suddenly starts returning node property values in lower case. If I touch web.config this behavior stops for a while.
I've noticed this behavior while getting node property value from API (eg: myNode.getProperty("myProperty").Value).
And also tracing pages with macros: "Property added 'MyMacroProperty' with value 'value'" (it should be 'VALUE' instead of 'value', because it's a constant in template).
Any clues?
Umbraco 4.5.2
IIS 6
.net 3.5
Windows Server 2003
MySql 5.1
No cluster
Thanks
is working on a reply...