I upgraded from Version 4.0.3 to 4.5.2 without using the new Xslt Schema and everything is ok:
in umbracoSettings.config: <UseLegacyXmlSchema>true</UseLegacyXmlSchema>
Now I tried to convert my two XSLT-Files (Breadcrumb and Sitemap) and changed the UseLegacyXmlSchema to false. But this does not work. The pages which are using this xslt-Files are only white and dont show any content.
In the meantime I checked my xslt-files and they are correct. I realized, that I have to republish my content and then the republished pages are fine.
My questions: 1. Is there another problem that I dont see at the moment? 2. Can I delete now the folder data/, because App_Data/ will be used now? Or is this dangerous?
I just republished the hole site and now I have really a mess! I make use of the umbracoUrlName and now all links are broken. Even when I republish the pages manually, the url's in "link to the document" wont be updated with the input in umbracoUrlName. Does umbracoUrlName not work with version 4.5.2?
Just verified this on a local 4.5.2 install, umbracoUrlName is working fine, so that's not the issue.
Have you tried to also republish the entire site (Click on 'Content' and choose 'Republish entire site')? How about the umbraco.config file now? Does it hold the correct values for the url?
Looks like the umbraco.config is still in old legacy format, altho you've specified to use the new schema after converting the xslt's, right? How about deleting the entire umbraco.config file, and regenerate using the technique i've specified in previous post and see if that fixes it.
I found a solution. I have to publish each folder and not the entire site! No idea why, but when I publish each folder, then it works. I hope, that this is now the solution for me.
My second question was: can I now delete the folder /data/? Does Version 4.5.2 use it anymore?
Should have mentioned that... My bad, republishing should always be those two steps. Publish each root node and then republish entire site... Great you got it working and thanks for the feedback. You've just earned a #h5yr!
I guess you can now safely delete what's in the /data folder but do take a backup before doing so in case something woes...
How change Xslt Schema after Upgrade to 4.5.2?
Dear Umbraco-Users
I upgraded from Version 4.0.3 to 4.5.2 without using the new Xslt Schema and everything is ok:
in umbracoSettings.config:
<UseLegacyXmlSchema>true</UseLegacyXmlSchema>
Now I tried to convert my two XSLT-Files (Breadcrumb and Sitemap) and changed the UseLegacyXmlSchema to false. But this does not work. The pages which are using this xslt-Files are only white and dont show any content.
What did I forget to do?
Thanks a lot
Cornelia
Hi
In the meantime I checked my xslt-files and they are correct.
I realized, that I have to republish my content and then the republished pages are fine.
My questions:
1. Is there another problem that I dont see at the moment?
2. Can I delete now the folder data/, because App_Data/ will be used now? Or is this dangerous?
Thanks in advance
Cornelia
Sounds ok, if you followed the upgrade tutorial available on the wiki (http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation), you should be fine.
Cheers,
/Dirk
Hi Dirk
I just republished the hole site and now I have really a mess!
I make use of the umbracoUrlName and now all links are broken. Even when I republish the pages manually, the url's in "link to the document" wont be updated with the input in umbracoUrlName. Does umbracoUrlName not work with version 4.5.2?
Thanks
Cornelia
TBH, never tried umbracoUrlName on a v4.5.2 site, but will do some quick tests on a local v4.5.2 install to verify whether this is an issue
Cheers,
/Dirk
Just verified this on a local 4.5.2 install, umbracoUrlName is working fine, so that's not the issue.
Have you tried to also republish the entire site (Click on 'Content' and choose 'Republish entire site')? How about the umbraco.config file now? Does it hold the correct values for the url?
Let us know what you find out!
Cheers,
/Dirk
Hi Dirk
Yes, I used 'Republish entire site'. I am not sure, if the App_Data/umbraco.config is ok. Here one example of a node:
This page with the node id 1073 does not exist. Not with the ID and not with the name. :-(
Thanks
Cornelia
Looks like the umbraco.config is still in old legacy format, altho you've specified to use the new schema after converting the xslt's, right? How about deleting the entire umbraco.config file, and regenerate using the technique i've specified in previous post and see if that fixes it.
/Dirk
Hi Dirk
I found a solution. I have to publish each folder and not the entire site! No idea why, but when I publish each folder, then it works. I hope, that this is now the solution for me.
My second question was: can I now delete the folder /data/? Does Version 4.5.2 use it anymore?
Thanks a lot, I have now weekend.. :-)
Cornelia
Should have mentioned that... My bad, republishing should always be those two steps. Publish each root node and then republish entire site... Great you got it working and thanks for the feedback. You've just earned a #h5yr!
I guess you can now safely delete what's in the /data folder but do take a backup before doing so in case something woes...
Have a gr8 weekend.
Cheers,
/Dirk
is working on a reply...