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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

Bug in member class / leftandmain.php in ss v.2.3.4?


Go to End


1373 Views

Avatar
biapar

Forum Moderator, 435 Posts

29 December 2009 at 1:29am

Edited: 30/12/2009 6:35am

Hi,

after setup , I had an error when enter into admin panel that says that getHtmlEditorConfigForCMS is not function of member class.

I search this func and was in leftandmain.php ( line 158 )

// Set the members html editor config
HtmlEditorConfig::set_active(Member::currentUser()->getHtmlEditorConfigForCMS());

I comment that line and error disapper, but I haven't customize member class...

Why?