1) When creating a new blog post in Blog 4 Umbraco on an Umbraco 4.7.1 site, it gets created outside the folder structure and not inside the date folders. It does not get given a Document Link or URL.
2) When you publish the post, I get the following error:
Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published! Parameter name: nodeId
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published! Parameter name: nodeId
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
YSOD when publishing Post in Blog 4 Umbraco
1) When creating a new blog post in Blog 4 Umbraco on an Umbraco 4.7.1 site, it gets created outside the folder structure and not inside the date folders. It does not get given a Document Link or URL.
2) When you publish the post, I get the following error:
Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published!
Parameter name: nodeId
Exception Details: System.ArgumentException: Couldn't find any page with the nodeId = 1659. This is most likely caused by the page isn't published!
Parameter name: nodeId
Source Error:
3) When republishing the entire website, the post gets its document link and gets moved into the folder.
check out http://our.umbraco.org/projects/collaboration/blog-4-umbraco/using-blog-4-umbraco/19628-Couldn't-find-any-page-with-the-nodeId
Thanks Eran, followed that post, modified and compiled version 51174 of the Blog 4 source code which fixed the issue.
is working on a reply...