Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

newsletter module


Go to End


1304 Views

Avatar
tomato

Community Member, 13 Posts

27 January 2010 at 11:22am

Edited: 27/01/2010 3:16pm

Hi

I have two issues... I create a user defined subscriber form
When I go into the newsletter tab in the CMS it is blank and I am unable to create anything.
Possible linked to a lack of newsletter types but not sure what this is referring to?
and on the newsletter subscription form I get this error...
// get the newsletter types to display on the form
262 foreach( $newsletterList as $newsletter )
263 $newsletters[$newsletter->ID] = $newsletter->Title;
264

so a couple of issues
thanks
andrew