My ultimate goal is to "migrate" an existing DNN site, on a very old version of DNN, to a bang up to date version, I've tried upgrading which has hit some snags and also some 3rd party modules would also need upgrading so many $$$s
The site, I am pleased to say is very simple; multiple pages, but fortunately 1 html module per page. The complex pages are few and a bit of manual work is not insurmountable.
Now here is the issue
- 1. I can see the content of the HTML modules by looking at the HTMLText table
- 2. I can "edit" the content in the HTMLText table
- 3. I can view the site but the content displayed is still the original text
- 4. If I login as Host / Admin and "clear the cache" or "Reboot the application" the original text is still display.
- 5. Here is the real quirk, if I go to edit the text in the page editor I am presented with the new content i.e. what I entered through the database (Access or SQL Server Manager)
- 6. If I now save the text then I do get the new text.
- 7. Checking the HTMLText table now has a new "version" entry
My feeling is that there must be a secondary table that holds a "current" version and therefore the site is not building the user view from the HTMLtext entry
Does anyone know either whether this theory is correct or that their is some field in a table that needs to be reset
Thanks
Dave