When I am in globalsettings.aspxs ad try to save on the global settings tabl
I get a run time error.
1

Server Error in '/' Application.
--------------------------------------------------------------------------------

Cannot insert the value NULL into column 'LogID', table 'nopCommerce.dbo.Nop_Log'; 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 'LogID', table 'nopCommerce.dbo.Nop_Log'; column does not allow nulls. INSERT fails.
The statement has been terminated.

Source Error:


Line 209:
Line 210:            _context.Log.AddObject(log);
Line 211:            _context.SaveChanges();
Line 212:
Line 213:            return log;


Source File: C:\owner\wwwroot\NopCommerce1.90\Libraries\Nop.BusinessLogic\Audit\LogService.cs    Line: 211