Copy your current files and database to a new website, never upgrade a live site, you never know if something breaks, so do a full copy and upgrade that
Get the latest version
Check for package compatibility
Examine your configuration files, the web.config, the files in /config and some other core umbraco files, look for any changes, preferably with a diff tool like http://winmerge.org/)
Copy over all binaries and umbraco system files
Transfer your config changes to the config files in the upgrade
Open the root of your website, the installer should now launch automatically and perform the database upgrade.
I have the same issue. When I upgraded my site from umbraco 4.11.8 to 6.1.1 all document types were missing.
So try to upgrade it again to 6.0.0, still same. Installed the fixpath package then run it, got the following 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.
This happened to me aswell, reverting back for now while I try to find more info about exactly what happens / should happen in the upgrade from 4 to 6. In my case I have a rather old site, even with legacy xml schema. Is that even supported?
I've got this same problem, I've upgraded from 4.11.10 to 6.0.0 and my document types have disappeared with the following error when I try to expand the document types folder:
[NullReferenceException: Object reference not set to an instance of an object.]
Umbraco.Core.Persistence.Repositories.TemplateRepository.PerformGet(Int32 id) +385
Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id) +229
Umbraco.Core.Persistence.Repositories.ContentTypeRepository.<PerformGet>b__0(DocumentTypeDto template) +26
System.Linq.WhereSelectListIterator`2.MoveNext() +244
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +535
System.Linq.Enumerable.ToList(IEnumerable`1 source) +79
Umbraco.Core.Persistence.Repositories.ContentTypeRepository.PerformGet(Int32 id) +948
Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id) +229
Umbraco.Core.Persistence.Repositories.<PerformGetByQuery>d__f.MoveNext() +593
umbraco.loadNodeTypes.Render(XmlTree& tree) +775
umbraco.presentation.webservices.TreeDataService.GetXmlTree() +135
umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context) +85
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +912
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
and my content nodes are empty and returning this error when I try to reload the nodes:
In case this helps anybody else, I managed to fix this problem by looking in the database table cmsTemplate - there was a few templates with '0' in the 'master' column. I changed the 0 to null (ctrl 0) and it fixed my problem.
Umbraco upgrade 4 to 6
I have upgradet a umbraco 4 to 6. Everything works fine except.
(mssql database)
- my contet tree and document types are missing.
- media images missing.
Almost everything :-)
THANKS in advance
Anders,
How did you upgrade? and what was the process?
Mark.
Hi
I used :
http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation
THANKS!
Anders,
Does this post help?
http://our.umbraco.org/forum/getting-started/installing-umbraco/41089-Upgrade-472-to-605
Mark.
Hi Mark
Thanks. Yes It make sens to take one step an check. But at the last step det upgrade of database went ok.
/Anders
I have the same issue. When I upgraded my site from umbraco 4.11.8 to 6.1.1 all document types were missing.
So try to upgrade it again to 6.0.0, still same. Installed the fixpath package then run it, got the following 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:
Anyone got any ideas to fix this? thank you
This happened to me aswell, reverting back for now while I try to find more info about exactly what happens / should happen in the upgrade from 4 to 6. In my case I have a rather old site, even with legacy xml schema. Is that even supported?
I've got this same problem, I've upgraded from 4.11.10 to 6.0.0 and my document types have disappeared with the following error when I try to expand the document types folder:
and my content nodes are empty and returning this error when I try to reload the nodes:
In case this helps anybody else, I managed to fix this problem by looking in the database table cmsTemplate - there was a few templates with '0' in the 'master' column. I changed the 0 to null (ctrl 0) and it fixed my problem.
is working on a reply...