Could anyone through me some helo ideas how to make it work :)
Steps:
1. Created awesome umbraco site localy
2. used "SQL Server export and import wizard" toll ins SQL server managment studio 2010 to copy datbase to remote server. Marking "Enable indentity insert"
3. Uploaded all local files to the server, via ftp
4. Changed we.config connection string with right data, umbracoDebugMode to false, compilatoion debug property to false
5. Login into backend , trying to publish getting some customError error, changing <customErrors mode="Off" /> in web.config
6. trying again to publish content
Server Error in '/' Application.
Cannot insert the value NULL into column 'id', table 'database.dbo.cmsContentVersion'; column does not allow nulls. INSERT fails. The statement has been terminated.
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.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'id', table 'database.dbo.cmsContentVersion'; column does not allow nulls. INSERT fails. The statement has been terminated.
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.
http://our.umbraco.org/forum/core/general/NewTopic
Hey
Could anyone through me some helo ideas how to make it work :)
Steps:
1. Created awesome umbraco site localy
2. used "SQL Server export and import wizard" toll ins SQL server managment studio 2010 to copy datbase to remote server. Marking "Enable indentity insert"
3. Uploaded all local files to the server, via ftp
4. Changed we.config connection string with right data, umbracoDebugMode to false, compilatoion debug property to false
5. Login into backend , trying to publish getting some customError error, changing <customErrors mode="Off" /> in web.config
6. trying again to publish content
Server Error in '/' Application.
Cannot insert the value NULL into column 'id', table 'database.dbo.cmsContentVersion'; column does not allow nulls. INSERT fails.
The statement has been terminated.
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.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'id', table 'database.dbo.cmsContentVersion'; column does not allow nulls. INSERT fails.
The statement has been terminated.
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:
7. Searching whole web for answers - nothing ...
8. Posting here for a nice an easy fix :D
anyone knows what the problems may be ?
Thanks
This forum is really buggy ..
Firstly : Could not post forum topics in google chrome at all.. something with ajax,js
This one is posted in firefox.
Then can not edit title - getting : "Error parsing XSLT file: \xslt\forum-commentsList.xslt" when trying to save main topic i created.
The title should be : Umbraco 4.10.1 migrating to remote server - cant publish sites
is working on a reply...