You do not need to register to post your questions or comments so fire away !!Topics related to Dnn only please.
Hello All
I have set the splash page for the site and now the site is down - I get the following error:
NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Entities.Portals.PortalSettings.VerifyPortalTab(Int32 PortalId, Int32 TabId)...
Any ideas how to fix this Please help
Here is what you can try to change the splash page to home, in the database (you can connect using SQL Server management Studio) change the tab id for the Splashpage (use home tab id for example) and than try it again. If you have dnn 4.xx this should be in "Portals" table, in dnn 5.xx try in "PortalLocalizationTable", you will need to recycle app pool as well - ( clear a line in web config file - this shoud do it).
Hope this helps.