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.

Archive /

Our old forums are still available as a read-only archive.

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

tinyMCE isn't showing up


Go to End


3 Posts   2057 Views

Avatar
Nathan Cox

Community Member, 99 Posts

24 April 2007 at 1:05am

Hi,

I just installed Silverstripe 2.0.1, but when I try to edit a page in the admin area, tinyMCE doesn't show up - I see the 'content' label in the form, but nothing beside or below it.

Firebug reports two errors:

missing ) after argument list
NBSP = ' '\n
http://www.nathan.local/jsparty/tiny_mce/tiny_mce_src.js (line 2056)

and:

tinyMCE is not defined
tinyMCE.init({
http://www.nathan.local/admin/ (line 65)

I looked at tiny_mce_src.js and the "NBSP = ' '\n" definitely isn't on line 2056 - if you view the tiny_mce_src.js source with Firebug it shows the content up to line 2045, then just repeats it from the start again.
Does that make sense? I thought maybe my Firefox or Firebug was screwing it up, but the admin demo on this site works fine.

And ideas?

Avatar
Nathan Cox

Community Member, 99 Posts

25 April 2007 at 1:03am

Hi,

Just letting you know I've sorted it out. I thought it was a SS problem since that's the only place I'd seen it happen but it turns out to be an Apache on Windows problem. I turned EnableMMAP and EnableSendfile off in httpd.ini and it works fine now.

Avatar
rol290

2 Posts

12 July 2007 at 2:17am

I can only use .htacces files. Is there a way to achieve the same result with .htacces files ?

Im having the problem that the page keep displaying loading when accessing the admin part after login. I put this in another topic too.