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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

Newsletter: error in istallation


Go to End


1353 Views

Avatar
bebabeba

Community Member, 193 Posts

19 May 2009 at 7:56pm

Edited: 19/05/2009 8:43pm

Hi!
<br >I install newsletter. I download newsletter module and user defined form module.
<br >In the cms menu (at the top, near Site Content, File & Images, Comments, Security, ..) I see Newsletter voice. When I click over this voice I can't enter. I see this message:
Class 'HtmlEditorConfig' not found in E:\_projects\sstest\newsletter\code\NewsletterAdmin.php on line 70

I correct code and in NewsletterAdmin.php I write:

if(!Director::is_ajax()) {
Requirements::javascriptTemplate("jspart/tiny_mce2/tiny_mce_src.js", array(
"ContentCSS" => project() . "/css/editor.css",
"BaseURL" => Director::absoluteBaseURL(),
"Lang" => i18n::get_tinymce_lang()
));
}
but i have an other error: Call to a member function Members() on a non-object in E:\_projects\sstest\cms\code\MemberTableField.php on line 365

Help!! thanks!