i have to upgrade umbraco version 4.11.10 to 6.1.3 i changed bin,Umbraco,Umbraco client folders and web.config but i facing error i am working nearly 2 days did not clear the problem any one give me the solution.
Error:
this is error
cmspropertyTypeGroup doesn't exit my project. cmspropertyType currently used my database but shows error .
Nice to hear that you have the upgrading working. What you can try to do is, in your web.config file find this line and set it to true like this below.
<add key="umbracoDebugMode" value="true" />
After you have done this you can then append umbDebugShowTrace=true to the URL as a query string parameter like so:
To the page where you get the Error loading MacroEngine script (file: EventDataHomepage.cshtml) then you should get some more information what is happen, and what throws the error.
If you are using the steps above you should get the stack trace for the page, and with will need to scroll down to where there something error marked with red. Then I think you should get a better idea of what´s going wrong.
Upgrade Umbraco
i have to upgrade umbraco version 4.11.10 to 6.1.3 i changed bin,Umbraco,Umbraco client folders and web.config but i facing error i am working nearly 2 days did not clear the problem any one give me the solution.
Error:
this is error
cmspropertyTypeGroup doesn't exit my project. cmspropertyType currently used my database but shows error .
Invalid object name 'cmsPropertyTypeGroup'.
thanks
jay
Hi Jay,
Try to see this thread https://our.umbraco.org/forum/getting-started/installing-umbraco/43556-how-to-upgrade-umbraco-472-to-613 perhaps you could try to do the same as Simon did, to see if it works for you as well.
Hope this help to solve you issue with the upgrade.
/Dennis
hi dennis
Thank you very much
Hi Jay,
Did work, or haven't you tested it yet?
/Dennis
hi Dennis
i did the work but Error loading MacroEngine script (file: EventDataHomepage.cshtml) only background loaded other shows MacroEngine script error
what will i do ?
Thanks ,
jay
Hi Jay,
Nice to hear that you have the upgrading working. What you can try to do is, in your web.config file find this line and set it to true like this below.
After you have done this you can then append umbDebugShowTrace=true to the URL as a query string parameter like so:
http://www.domain.com/my-page.aspx?umbDebugShowTrace=true
To the page where you get the Error loading MacroEngine script (file: EventDataHomepage.cshtml) then you should get some more information what is happen, and what throws the error.
Hope this helps,
/Dennis
Hi Dennis
i am already unbracoDebugmode value set true ,like
but did not load websit same problem continued
give me any other idea
thanks
jay
Hi Jay,
If you are using the steps above you should get the stack trace for the page, and with will need to scroll down to where there something error marked with red. Then I think you should get a better idea of what´s going wrong.
If it´s on the frontpage, then you will get the stack trace by http://www.domain.com/?umbDebugShowTrace=true
Hope this helps,
/Dennis
Hi Dennis ,
still i'm facing same problem Error loading MacroEngine script give me some ideas
thanks in Advance,
Jay
is working on a reply...