I built a site using Version 4.4.1 Starter Kit on Microsoft Visual Web Developer 2005 Express Edition. I editied the web.config file to match my host's SQL server. I uploaded to the host, but when I went to open the site, it ran the install and I got this error message:
Installation Status Report
00:00:00.062 - Installing Version: 4.4.0
00:00:00.062 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.093 - Installing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:10.874 - Installing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:14.515 - Installing MemberRole Provider:
00:00:14.515 - Installing Script: InstallCommon.sql
00:00:15.390 - Installing Script: InstallMembership.sql
00:00:17.031 - Installing Script: InstallProfile.sql
00:00:17.281 - Installing Script: InstallRoles.sql
00:00:18.390 - Upgrading to Version: 4.4.1 Success
00:00:18.624 - Performing General Upgrades
00:00:18.906 - Loading Host Settings:
00:00:18.999 - Configuring SuperUser:
00:00:19.468 - Installing Modules:
00:00:19.515 - Executing Additional Scripts:
00:00:19.515 - Creating Portal: My Website
00:00:21.171 - Error: Error configuring Child PortalThe file 'd:\hosting\myusername\Portals\0\portal.css' already exists. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
00:00:21.171 - Portal failed to install:Error!
00:00:21.171 - Installing Optional Resources:
Installation Complete
Anybody have any idea how to fix this?
I have a second problem, which is that the forum module keeps crashing when I test it out as a user. Anyone else had this problem? How did you fix it?