I recently installed Community Server 2007 on a windows 2000 server. It has ASP 2.0 installed. When I browse to the web page, I get a javaScript error: 'CallBackPager' is undefined. There are other JavaScript errors on the default page as well, like: 'Telligent_CallbackManager' is undefined. The application is also producing a large number of exceptions. The two exceptions I keep getting are:
CommunityServer.Components.CSException: Iterator Failed. Type CommunityServer.Components.SearchBarrel.SearchJob.
Method IndexPosts. Reason Object reference not set to an instance of an object.
Iterator Failed. Type CommunityServer.Components.SearchBarrel.SearchJob. Method IndexPosts. Reason Object reference not set to an instance of an object.
AND
System.NullReferenceException: Object reference not set to an instance of an object.
at CommunityServer.SearchTerms.CleanSearchTerms(String searchTerms)
at CommunityServer.Components.SearchBarrel.SearchJob.Index(String contentToIndex, Hashtable words, WordLocation wordLocation, Int32 settingsID)
at CommunityServer.Components.SearchBarrel.FileSearchJob.IndexPosts(Int32 setSize, Int32 settingsID)
at CommunityServer.Components.SearchBarrel.SearchJob.IndexPosts(Int32 settingsID)
at CommunityServer.Components.SiteSettingsManager.IterateSiteSettings(SiteSettingsListIterator iter)
at CommunityServer.Components.SearchBarrel.SearchJob.Execute(XmlNode node)
at Telligent.Tasks.Task.ExecuteTask()
Error occurred while running background task FilesIndexing
Any help would be appreciated