Preview not working for unpublished node in umbraco 4.7.1.0
I am having umbraco site in version 4.7.1.0 and Preview not
working for unpublishednode.
I have tried upgrade it with 4.7.1.1 version and preview
problem working fine. I don’t want to overwrite all folders and files from
4.7.1.1 to my current umbraco version 4.7.1.0.
Please let me know how many files and folders need to update
in umbraco 4.7.1.0 to achieve preview working fine.
Indeed the preview problem was fixed in 4.7.1.1. I think the best solution is to upgrade to 4.7.1.1 - is there a reason you don' want to? The only files you need to overwrite/merge are /bin/, /umbraco/, and /umbraco_client/ - just make sure to take a backup first.
I had the same problem, but when I update the /bin/, /umbraco/, and /umbraco_client/ with the versions from 4.7.1.1 I still can't preview the unpublished nodes.
Hi we are also having the same problem and we are on 4.7.1.1 as Niels is above. Does anyone have any ideas? Looking at the log manager there are two errors that occur when trying to preview:
GetRootDocuments: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000' at umbraco.cms.businesslogic.web.Document.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Guid uniqueID) at umbraco.cms.businesslogic.web.Document.GetRootDocuments()
Couldn't find any page with the nodeId = 1837. This is most likely caused by the page isn't published! Parameter name: nodeId
Any updates on this one? We need to fix this urgently to meet a deadline but as yet the only clue we have is there is a problem with the version number.
Preview not working for unpublished node in umbraco 4.7.1.0
I am having umbraco site in version 4.7.1.0 and Preview not working for unpublished node.
I have tried upgrade it with 4.7.1.1 version and preview problem working fine. I don’t want to overwrite all folders and files from 4.7.1.1 to my current umbraco version 4.7.1.0.
Please let me know how many files and folders need to update in umbraco 4.7.1.0 to achieve preview working fine.
Hi,
Indeed the preview problem was fixed in 4.7.1.1. I think the best solution is to upgrade to 4.7.1.1 - is there a reason you don' want to? The only files you need to overwrite/merge are /bin/, /umbraco/, and /umbraco_client/ - just make sure to take a backup first.
-Tom
thanks for your replay
its working only bin folder upgraded
I had the same problem, but when I update the /bin/, /umbraco/, and /umbraco_client/ with the versions from 4.7.1.1 I still can't preview the unpublished nodes.
Help is needed on this one.
Hi we are also having the same problem and we are on 4.7.1.1 as Niels is above. Does anyone have any ideas? Looking at the log manager there are two errors that occur when trying to preview:
GetRootDocuments: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000' at umbraco.cms.businesslogic.web.Document.setupNode() at umbraco.cms.businesslogic.CMSNode..ctor(Guid uniqueID) at umbraco.cms.businesslogic.web.Document.GetRootDocuments()
Couldn't find any page with the nodeId = 1837. This is most likely caused by the page isn't published! Parameter name: nodeId
Any updates on this one? We need to fix this urgently to meet a deadline but as yet the only clue we have is there is a problem with the version number.
Hi David - if you're still stuck after the 4.7.1.1 upgrade, try clearing out all existing preview files from the folder [webroot]/App_Data/Preview/
Do the same with the preview table in the database.
Then stop the website, clear out [webroot]/App_Data/ClientDependancy/
Then reset your permissions on the whole website folder, then re-start the site.
It may cure the problem, at the very least it will freshen things up and make sure the problem isn't permissions or old data.
Neil
is working on a reply...