Please make sure you have 'Read' permission for newsletters module set for 'Everyone' in 'CMSDesk -> Administration -> Permission matrix' section.
If you use version 4.0 you will also need to correct typing error in web.config file. We are very sorry for this inconvenience. Could you please change following line in ~\CMSModules\web.config file from:
<location path="Newsletter/CMSPages/GetNewsletterIssue.aspx">
to:
<location path="Newsletters/CMSPages/GetNewsletterIssue.aspx">
You will need to change following lines in the same way as well:
<location path="Newsletter/CMSPages/GetCSS.aspx">
<location path="Newsletter/CMSPages/Unsubscribe.aspx">
Please check whether your
newsletter issue template contains an editable region macro (check it here:
CMS Desk -> Tools -> Newsletters -> Templates -> Edit). It often turns out that an editor deletes the following macro expression by accident:
$$content:600:400$$. Once it is inserted back to your issue template, it is editable again.
Just a note: the “content” expression stands for a title of the editable region window – any codename (i.e. the name without spaces and special characters) can be used at its position.
-ov-