Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install successful but cannot run DNNInstall successful but cannot run DNN
Previous
 
Next
New Post
1/17/2016 12:38 PM
 

Hi everyone,

Can someone help me to find out what is happened with my DNN?

I download the latest version off DNN (DNN_Platform_07.04.02_Source)

I can install successfully but after all, when I press visit site the error happened.

http://localhost/DNN_Platform/Default.aspx?tabid=55&error=An%20unexpected%20error%20has%20occurred&content=0

DotNetNuke

DNN Error



Please help me!

Thank you some much

 
New Post
1/17/2016 12:50 PM
 

I would delete everything and start over with the INSTALL package. There is no reason to use the Source package for DNN


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
1/17/2016 1:30 PM
 

Thanks Chris Hammond for you information!

I did three kind of installation

1. From IIS, Install Application From Gallery

2. From DNN_Platform_07.04.02_Install

3. From DNN_Platform_07.04.02_Source

But I still have the same issue, After installation I cannot  start my DNN. 

Please help me and guide me more if i got something wrong

I download source code and try to debug and figured out the issue in "GetSkin(PageBase page)" method of DotNetNuke.UI.Skins.Skin (from line 1004 to 1058). It cannot load default page ".\Portals\_default\Skins\Gravity\2-Col.ascx"

            //load assigned skin

            if (skin == null)

            {

                //DNN-6170 ensure skin value is culture specific

                //skinSource = Globals.IsAdminSkin() ? SkinController.FormatSkinSrc(page.PortalSettings.DefaultAdminSkin, page.PortalSettings) : page.PortalSettings.ActiveTab.SkinSrc;

                skinSource = Globals.IsAdminSkin() ? PortalController.GetPortalSetting("DefaultAdminSkin", page.PortalSettings.PortalId,

                    Host.DefaultPortalSkin, page.PortalSettings.CultureCode) : page.PortalSettings.ActiveTab.SkinSrc;

                if (!String.IsNullOrEmpty(skinSource))

                {

                    skinSource = SkinController.FormatSkinSrc(skinSource, page.PortalSettings);

                    skin = LoadSkin(page, skinSource);

                }

            }

            //error loading skin - load default

            if (skin == null)

            {

                skinSource = SkinController.FormatSkinSrc(SkinController.GetDefaultPortalSkin(), page.PortalSettings);

                skin = LoadSkin(page, skinSource);

            }

 
New Post
1/18/2016 8:50 AM
 
I don't know why you are having trouble. I just downloaded DNN_Platform_07.04.02_Install. It installed without a problem and the site loaded without problems after install.

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
1/19/2016 4:07 AM
 
Did you make sure, all prerequisites are in place, especially ASP.Net 4 and the IIS app pool of your IIS website is configured to use it in integrated (pipeline) mode?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Install successful but cannot run DNNInstall successful but cannot run DNN


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out