Hello,
I got the installation files from filling out the form on this page:
https://mmmcommerce.com/Resources/Downloads which sent me this link:
http://hotcakescommerce.c...03.00.00_Install.zip I tried this both in Local IIS instance on my computer and in an Azure Web App. I got the exact same result in both cases. Locally I just added a IIS site, extracted the HCC_Platform_03.00.00_Install folder contents in it, set folder permissions, and set up the DB, then I navigated to the site and the installation worked fine with no errors. Then I followed the HCC set up wizard. I then immediatly went to update the site settings, and then got an error.
[b]PROBLEM:[/b]
I can not edit the site settings. When I try to update the site settings I get the following error:
[quote][b]ModuleControlSource[/b]:DesktopModules/Admin/Portals/SiteSettings.ascx
[b]AbsoluteURL[/b]:/Default.aspx
[b]DefaultDataProvider[/b]:DotNetNuke.Data.SqlDataProvider, DotNetNuke
[b]Message[/b]:Object reference not set to an instance of an object.
[b]StackTrace[/b]:
[b]InnerMessage[/b]:Object reference not set to an instance of an object.
[b]InnerStackTrace[/b]:
at DesktopModules.Admin.Portals.SiteSettings.UpdatePortal(Object sender, EventArgs e)[/quote]
Normally I would replace the dll files in the bin folder from a clean instal of another DNN instance, but as HCC seems to have departed from being connected to a specific version of DNN I don't think that will work.
I can update host settings and it seems that all the other modules work fine.
Has anyone else had this issue?