Our library is getting a new website in several months, but our current Dot Net Nuke site (which is old and self-hosted) has gone down. Our techs can't figure out how to fix it and we'd just like it back up until the new site launches. Currently, all it displays is our logo from the top of the page and a Dot Net Nuke error under it. If anyone has any ideas of what we can do to get it back up and running, I'd really appreciate it! Website is: http://crawfordco.lib.mi.us/
Our website is http://crawfordco.lib.mi.us/ and I apologize....I submitted just as I realized I hadn't included it. It made me wait before I could edit and add it. Thanks in advance for any help.
Better way (that not everyone sees the error, which could be an attacking vector if it's there for longer): set customErrors mode to "RemoteOnly" and start a browser with the web site on the server. This will give end users the custom error message and local users (on the server) the standard ASP.Net error page (aka yellow screen of death). Of course you can only do this if you have access to the server, at least with a Remote Desktop, KVM-Switch etc...
And please add a certificate to your site and enable HSTS. Read Why EVERY site should be secured by HTTPS. For more information download the presentation I did at DNN-Connect in 2019: DNN Connect Association DNN Platform Events > Events > 2019 > Sessions.
Happy DNNing! Michael
Hello All,
First off thanks for helping with this issue: my name is Josh and I'm a tech working with Karyn to try and get this fixed. Looking at the web.config file it seems the customErrors mode was set to RemoteOnly, but when I started a local browser session I was seeing the same screen as before with no additional information. Here are a couple other things I've looked into so far, maybe you all can let me know if I'm on the right path or not:
I found this forum: DotNetNuke Error "An error has occurred" "An error has occurred" after moving site from Localhost to Production site - DNN Creative Magazine for DotNetNuke - DotNetNuke Forum, DNN Creative Magazine, Video Tutorials, Skins, Module Reviews - DotNetNuke® - DotNetNuke® Questions and the gentleman helping seemed to recommend 1. checking the connection strings and 2. checking skin files. I can copy the connection strings here to make sure everything is correct, and I'm not really sure how to check on the skin files.
I tried viewing the dbo.EventLog table, but for some reason it seems that it stopped logging some point in the past and I have no recent relevant information from there. I do have the IIS logs but I'm not sure how helpful they'd be.
This page: DNN showing ‘An error has occurred’ - Let’s fix it (bobcares.com) recommends looking at the dbo.PortalAlias table and removing null values if they're there: I can see a whole row of null values but I can't seem to delete them, and I'm not sure if they're there by design.
I know this is a lot, and I'm trying to go in several different directions since I don't have much to go off of so far, so thank you for your understanding and all of your help.
No, your table should look something like this.
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.