Hello thecrispy1,
At a very basic level I am trying to get DNN 2.1.1 to work on my remote web server using the Access database. I will upgrade to SQL later. I just want to get the basic portal working on a real web server.
I have tried 2 ways to do this, plus several tweaks to each way.
1) Downloaded & unzipped DNN 2.1.1 on localhost. Played with it for a while, started to create my own skins, fell in love with it, then using FrontPage2003 I published it (all files) to my web server. I asked the admin to grant appropiate permissions, I changed the portalalias in both the .mdb.resources files and now the site says:
---------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.PortalSettings.GetPortalSettings(Int32 TabId, Int32 PortalId) +116
DotNetNuke.PortalSettings..ctor(Int32 tabId, Int32 PortalId) +215
DotNetNuke.Global.Application_BeginRequest(Object sender, EventArgs e) +756
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
-------------------------------
2) I took the uninstalled DNN 2.1.1 files and moved them all to a different site on my web server in hopes that I could just run it from there and the auto scripts would do the rest. I got the admin to change the permissions and when I run the /default.aspx page I get:
---------------------------------
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
Could not find file 'D:\myhost\webfolder\www.mysite.com\Providers\DataProviders\AccessDataProvider\DotNetNuke.mdb.resources'.
--------------------------------
I am hoping someone has a list of steps (other than the ones included with DNN) that will help me install the portal on a remote server.
Thanks!