Greeting everybody
I installed fresh copy of dnn 7.2.2
when searching, it gives me, No results found
when I build search index from search admin, it seems successful , but when taking a look at Event Viewer I see:
AssemblyVersion:7.2.2
PortalID:-1
PortalName:
UserID:-1
UserName:
ActiveTabID:-1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:825b8854-b4dc-45f5-9b2a-c75c15723b23
InnerException:Specified time is not supported in this calendar. It should be between 04/30/1900 00:00:00 (Gregorian date) and 11/16/2077 23:59:59 (Gregorian date), inclusive. Parameter name: time
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:System.Globalization.UmAlQuraCalendar.CheckTicksRange
StackTrace:
Message:
System.ArgumentOutOfRangeException: Specified time is not supported in this calendar. It should be between 04/30/1900 00:00:00 (Gregorian date) and 11/16/2077 23:59:59 (Gregorian date), inclusive.
Parameter name: time
at System.Globalization.UmAlQuraCalendar.CheckTicksRange(Int64 ticks)
at System.Globalization.UmAlQuraCalendar.GetDatePart(DateTime time, Int32 part)
at System.DateTimeFormat.FormatCustomized(DateTime dateTime, String format, DateTimeFormatInfo dtfi, TimeSpan offset)
at System.DateTimeFormat.Format(DateTime dateTime, String format, DateTimeFormatInfo dtfi, TimeSpan offset)
at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork()
Source:
Server Name: Mubarkoot-PC
--------------------------------------------------------------------------
in my PC the default calender was UmAlQuraCalendar, but then I changed it to English calender.
I re-build index again , but the same problem.
I installed another fresh copy of 7.2.2 , nothing changed.
I took a look at IIS Globalization settings and I set both UICulture and Culture to en-us
nothing new.
Any ideas ?