Ok, I'm afraid this might be a bug - I think it's best to file a report on the issue tracker here http://issues.umbraco.org/issues so the core team can have a look at this issue.
Please post the link to the bugreport in here so others who may come across this issue can vote it up.
Once logged in there is a few menu items in a navigation bar where there is a button marked in orange saying "Create item". This is the button you want to click to add the report.
You can check and vote on exisiting issues by going to http://issues.umbraco.org/issues (Requires that you're logged in though).
Copy the existing site for a new language
Hi
I have copy my Welcome page in the content tree.
Then selected the top-most content node in the tree view
But got an Error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.dialogs.moveOrCopy.HandleDocumentMoveOrCopy() +401
umbraco.dialogs.moveOrCopy.HandleMoveOrCopy(Object sender, EventArgs e) +47
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9552602
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +103
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
Can some tell me what I can do??
Hi C
What version of Umbraco are you using? Seems like something went awfully wrong during the copy?
/Jan
Just to be sure you read the version in web.config - "UmbracoConfigurationStatus" value="6.1.2"
Version 6.1.2
I installed it in VS2012 through nuget.
Hi C
Ok, I'm afraid this might be a bug - I think it's best to file a report on the issue tracker here http://issues.umbraco.org/issues so the core team can have a look at this issue.
Please post the link to the bugreport in here so others who may come across this issue can vote it up.
Btw what database are you running?
/Jan
I am using MSSQL DB.
Maybe I'm being a bit stupid but I can not figure out how to report an error on that site?
Hi C
You need to login to the site - so if you have not created a profile yet that's step 1. It can be done from here http://issues.umbraco.org/registerUserForm.
Once logged in there is a few menu items in a navigation bar where there is a button marked in orange saying "Create item". This is the button you want to click to add the report.
You can check and vote on exisiting issues by going to http://issues.umbraco.org/issues (Requires that you're logged in though).
Hope this helps.
/Jan
Hi Jan
Yes it did - now I have made a report so I will return when there are answers.
Thank you so much for always responding so quick with good answers ;-)
Hi C
Thanks for the kind words I try to do my best :) And thanks for reporting it #h5yr :) (Which is short for High 5 you rock!).
/Jan
Here's what Sebastian wrote.
this is a bug in version 6.1.2 which has been fixed for 6.1.3.
http://issues.umbraco.org/issue/U4-2502.
Should I install a new version V6.1.3 and copy everything from the project with (V6.1.2) into the a new project or is ther or a quick way?
is working on a reply...