Hello Mike, thanks for the response.
I have done a bit more work on the problem and in doing so I have accidentally made things worse! So, this is the current status:-
Main web folder: Now running 4.8.4 with a clean database. Installed fine and the new module I wanted to run works fine (this was the initial reason to upgrade from 4.3.4)
Copy of original web folder: I accidentally unzipped 4.8.4 here so my original "virgin" copy is a bit messed up.
Database: Original 4.3.4 database intact and backed up. Created new database for clean 4.8.4 install.
If I copy the backup folder (the original web folder as mentioned above) to the main website folder and then unzip the original 4.3.4 DNN and point at the original database then I get a problem as follows:
(NOTE: After unzipping I modify web.config to set SiteSqlServer (2 versiona), machinekey and InstallationDate)
Server Error in '/' Application.
--------------------------------------------------------------------------------
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.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +125
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +5772
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
When I originally unzipped 4.8.4 into the 4.3.4 website folder, DNN started to run an install but encountered an error (no details displayed in the progess list box) and then got into an endless loop scrolling messages which were something like "Undefined: Success" ad infinitum.
I guess what I really need to try and achieve now is to revert the whole thing back to 4.3.4 (i.e. resolve the above error) and then understand better how I should progress moving it to 4.8.4.
Any help is much appreciated.
John