HuwD
HuwD

Reputation: 1810

DotNetNuke Event Viewer Stack Trace

Am getting the same error occurring over and over again in one of my dotnetnuke modules but the event viewer only gives me the error message, not the stack trace so I can track down to the function that is causing the problem but without the stack trace I can't identify the line. Any ideas how I can get the stack trace?

Upvotes: 1

Views: 575

Answers (2)

Scott McCulloch
Scott McCulloch

Reputation: 465

You can also view logs in /portals/_default/logs/

Open up any of the files labelled yyyy.mm.dd.log.resources in notepad and you should see a lot more detail about errors occurring on your site.

Upvotes: 3

Chris Hammond
Chris Hammond

Reputation: 8943

Try logged in with your HOST account instead of an Admin to see more details about errors. Also, if you're running locally, try debugging the module to see what the exception is.

Upvotes: 0

Related Questions