Upgrade from Sitefinity 3.5 to Sitefinity 4.0
Hi there
Currently My company is using Sitefinity 3.5 now for the next phase of development we are planning for Sitefinity 4.0
Can you please you Guide me whole process how to Upgrade current site from version 3.5 to Sitefinity 4.0
Thanks,
Gaurav
Hello Gaurav,
First you need to upgrade your project to Sitefinity 3.7 SP4 following our upgrade instructions , then you should use the migration tool.
Regards,
Ivan Dimitrov
the Telerik team
Hello
I want to Download the Sitefinity 3.7 but i am unable to find the link .
Can you please provide me link of that version . It is not showing in my account
Thanks,
Gaurav
Hello Gaurav,
Here is direct link to your downloads.
Kind regards,
Ivan Dimitrov
the Telerik team
Hello
Can you Please provide me the Patch link that is mention in
Upgrade Instructions.
Thanks,
Gaurav
Hello Gaurav,
The link I sent you will give you access to the patches. The are marked as "hotfix for ..."
Best wishes,
Ivan Dimitrov
the Telerik team
HI
Can you please provide link or whole procedure how to upgrade from Sitefinity 3.5 to sitefinity 3.7
Can I directly upgrade into Sitefinity 3.7 SP4 or first i have to Upgrade to Sitefinity 3.7 and then to Sitefinity 3.7 SP4
Thanks,
Gaurav
Hi Gaurav,
Here are the upgrade instructions for Sitefinity 3.x editions upgrade instructions
Best wishes,
Ivan Dimitrov
the Telerik team
Hi Ivan
I have Upgraded my Website from Sitefinity 3.5 to Sitefinity 3.7 . I got a issue in pages where i used generic content .
In generic content when I used Some Link with virtual path in following line
<a href="/DownloadEvaluationEditions.aspx?software=31" class="nav1">Download</a>
It is showing following error
Though It was working nicely in Sitefinity 3.5 . And it also not allowing to edit the Generic content . I have attach a Screen shot of that error..
The Thing is that I cant delete the generic content .
So please guide me so that I can get rid of it.
Thanks
Gaurav
Hello Gaurav,
The object moved generally means that there is some http header generated which prevents the Response.Redirect to required url. It could be result of proxy.Object move could be thrown if the host is changed between the requests. So, if context.Request.Url.Host is altered you may get object moved.
The other error - '/DownloadEvaluationEditions.aspx?software=31' is not a valid virtual path is thrown because the link you entered does not start with tilda
<a href="/DownloadEvaluationEditions.aspx?software=31" class="nav1">Download</a>
Best wishes,
Ivan Dimitrov
the Telerik team
Hi Ivan
<a href="/DownloadEvaluationEditions.aspx?software=31" class="nav1">Download</a>
That same Url was working in Sitefinity 3.5 but same thing is not working because it do not starts with '~' sign
At least it should allow me to edit the content but when i try to edit it crashes the sitefinity UI
I have attache the Image in Previous Post.
At least it Should allow me to edit the Content
Thanks,
Gaurav
Hi Gaurav,
We changed the link parser in 3.6 and 3.7 editions. You can change the links through the database
For public controls like GenericContent you have to update [sf_CmsControlProperty] table.
For backend - modules you have to update -[sf_CmsTextContent]
Regards,
Ivan Dimitrov
the Telerik team
Hi Ivan
Now I am facing another problem After Upgrade to Sitefinity 3.7 from sitefinity 3.5 . Hope I will Get Solution
Some times when i Click on Some link on my website it is Showing Error
The source code that generated this unhandled exception can only be
shown when compiled in debug mode. To enable this, please follow one of
the below steps, then request the URL:
|
[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (ctl00$Content$ctl00$RadGridAntiVirus$ctl00$hdnProdText="... solution.<br><br>Visit Faroni...").] System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +8723434 System.Web.HttpRequest.ValidateNameValueCollection(NameValueCollection nvc, String collectionName) +111 System.Web.HttpRequest.get_Form() +129 System.Web.HttpRequest.get_HasForm() +8723543 System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +97 System.Web.UI.Page.DeterminePostBackMode() +63 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242 System.Web.UI.Page.ProcessRequest() +80 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +49 ASP.sitefinity_cmsentrypoint_aspx.ProcessRequest(HttpContext context) +37 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
Hi Gaurav,
It looks like the error comes when you click on a link of a RadGrid control. You can try to wrap it in AjaxUpdatePanel which should fix the error. Another option would be disabling request validation from the web.config.
Kind regards,
Ivan Dimitrov
the Telerik team