Search
 

Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Tags

[userimage] 64 bit Active Forums Analytics ARB asp.net asp.net validation AuthARB Authorize.NET Back Button Basecamp Blog blog posts Browser Back Browser Close Browser History Browser Script cascading style sheet chip levinson client side validation Close Browser Close Window completion event content localization Count Timer Countdown CRM css csv Cursor customer feedback Data Data Springs data springs collection datasprings Date Time JavaScript Debug Info default value Demonstration DNN DNN Authentication DNN Blog DNN Core Profile Property dnn html module dnn modules dnn schedule error dnn schedule multiple dotnetnuke dotnetnuke 5.4.4 DotNetNuke Forums DotNetNuke Modules dotnetnuke reporting dotnetnuke scheduler dotnetnuke user image DropDown Login dynamic Dynamic Data dynamic fields dynamic forms dynamic forms silent post Dynamic Forms Tutorial Dynamic Login Dynamic PDF Form Completion Event dynamic registration dynamic registration silent post dynamic registration user image dynamic user directory dynamic views DynamicRegistration_Question DynamicRegistration_QuestionResponse email email issues Event Viewer Excel Export Export to Excel Facebook Facebook Connect Form Post Formatting Forms Forum Flow guides hidden field Highrise Highrise API HTTP Post Integration Interface iPAD iPAD App for Highrise iPAD Highrise App Items JavaScript Lead Generation LinkedIn list import Live Blog localization Login login module login skin object Mandeeps Microsoft Live Writer module configuration Modules oAuth2 Open Web Studio opt in email OWS Part 1 Part 2 payment gateway paypal Phone Number Products profile question fields Recurring Billing Redirect registration replace html text report views reports resource files resx Sales Force SalesForce Script Scripting server side validation Silent Post Single Sign On skin object Springs sql 2005 pivot sql default value sql import sql query sql replace statement sql reports SQL Server sql server 2005 SSL SSO stored procedure style sheet stylesheet success story Support technical techwise research test credit card numbers testimonial thumbnail image Time Timer Transaction TSQL T-SQL Tutorial Twitter Update Highrise user user directory user profile image users online Web Based writer writing xls xlsx XML

In the Flow

rss

Data Springs, Inc. - An online diary and web log from staff and customers for premium DotNetNuke resources, Data Springs Modules, and Data Springs Services.


Enabling “DEBUG INFO” Event Log Item within DotNetNuke

Hi Everyone and Happy New Year! Several of our modules (most of them by now) can add additional  log details into the DotNetNuke Event Log if you are needing more information or wanting to check if a specific email fired, SQL query executed, etc… These log details can be especially useful if something is going on behind the scenes that you can’t always see (i.e. Facebook Connect Integration, Twitter Integration, or maybe when the system is returning from a PayPal transaction and PayPal is sending back a silent post.).

 

At any rate… Sometimes the “DEBUG INFO” which will appear as Purple within the event log isn’t setup to be displayed. In these cases you can run this SQL Script (you can also go to “Edit Log Settings within the module menu for the Event Log under Admin, Event Viewer and define this as well).

You would want to execute the following script under Host, SQL.

 

Declare @MyCount as integer
Set @MyCount = (Select Count(*) from EventLogConfig where LogTypeKey = 'Debug')

If @MyCount = 0
BEGIN
Insert Into EventLogConfig
(LogTypeKey, LoggingIsActive, KeepMostRecent, MailToAddress, EmailNotificationIsActive, MailFromAddress)
Values ('Debug', -1, 10, '', 0, '')
END

 

Happy New Year!

 

-Chad

 











   



Showing 0 Comment
 
 

Join our mailing list...

Get current news and events the easy way

 

 

   
Subscribe Me

Recent Blogs...

 
Copyright 2005 - 2011 by Data Springs, Inc.