Here is the error message i've each time i post a news All is working nice ... but this message appear in the log :-o
I post about 10 to 30 news per day ... so it appears 10-30 times in the log error
IZ
InnerException: Cannot insert the value NULL into column 'Description', table 'DOTNETNUKE.dbo.SearchItem'; column does not allow nulls. INSERT fails. The statement has been terminated.
Message: System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'Description', table 'DOTNETNUKE.dbo.SearchItem'; column does not allow nulls. INSERT fails. The statement has been terminated. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddSearchItem(String Title, String Description, Int32 Author, DateTime PubDate, Int32 ModuleId, String Key, String Guid, Int32 ImageFileId) at DotNetNuke.Services.Search.SearchDataStoreController