Ok. I understand that I rode a shorter bus than most, but this is driving me crazy. I am attempting to use the tinymce editor (like the rest of SilverStripe) *instead* of BBCode for the blog. I have read thru the archives, and attempted to implement what seemed to work for some. It just won't work for me.
I have tried adding the line;
BlogEntry::allow_wysiwyg_editing('true');
or
BlogEntry::allow_wysiwyg_editing();
to my mysite/_config.php
the entry (made in any way) breaks the site and I get an error that points to that line.
What am I doing wrong?