Note! You are looking at documentation for an old version of the package. Go here for the latest documentation.

Newsletter Studio works with all versions Umbraco higher than 4.7+ this means that things sometimes can go wrong.

Most of the time problems are related to upgrades or changes in the Umbraco core.

When trying to find out what's wrong there are some great steps to follow to try to find out what's wrong.

 

  • Read the error message. Take the time to read any error messages to find clues about the problem.
  • The Umbraco log. On older version of Umbraco the log can be found in the database table umbraco_log. Here you can see errors getting logged each time something goes wrong.
  • The trace log. In the folder /app_data/logs/* you will find trace files that stores debug-information and uncatched errors. Most of the time these files contains very valuable information.
  • Maybe upgrade? Look at our change log to see if the issue that you have is a known bug that has been solved.
  • Request support. Post in forum at our.umbraco.org to get fast help from us or some in the friendly Umbraco Community. Don't forget to include the information from the steps above and want version of Umbraco and Newsletter Studio that you are running - this will help to debug.



More articles on "Common problems"

What does all the statuses mean?

Many of the rows in the Newsletter Studio db has statuses that are stored as numbers (ints). Here is a list of the different statuses and what they mean:ns_Newsletter statuses:Created = 0Paused = 1InProgress = 2Error = 3 Completed = 4ns_EmailTrackingItems statues:Ready = 0InProgress = 1Error = 2…

Read article

Limit links for click tracking

The click tracking in Newsletter Studio v2 is flexible and will redirect to any link added by the editor. However, sometimes this behavior is not wanted and you can take control of this process by implementing a handler for the "NewsletterStudio.App_Plugins.NewsletterStudio.Pages.Tracking.TrackClick…

Read article