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

Tiny_mce only in 'dev' mode


Go to End


1036 Views

Avatar
OzziNL

Community Member, 37 Posts

8 September 2009 at 12:32am

Hello,
After upgrading I have weird problem: I have site with only unmodified pages. So no custom fields or whatever.

My problem is now that only when I put in _config.php this line:

Director::set_environment_type("dev");

Then I have the WYSIWYG editor. If I remove the line or comment it out I have a textfield with html code in it. No javascript errrors on the page and nothing wrong in the logfiles.

Does anybody have an idea what might causing this?

Ozzi