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

Editor disappeared in Admin menu


Go to End


2 Posts   1117 Views

Avatar
simon2012

Community Member, 4 Posts

9 July 2014 at 10:05am

Hello,

I'm testing upgrade from SS 3.0 to 3.1. While testing all of a sudden the content editor "disappeared" from admin menu.

I've installed some add-ons (blog, comments, sitemap, widgets).

From webserver logs tinymce seems to be loaded:

"GET /framework/thirdparty/tinymce/tiny_mce_gzip.php?m=1399953070&js=1&plugins=table,emotions,paste,media,fullscreen,inlinepopups,advimagescale&themes=advanced&languages=de&diskcache=true&src=false HTTP/1.1" 200 111938

but still...no editor shown :(

Anyone had the same issue? Any hints how to further troubleshoot?

Regards

Simon

Avatar
simon2012

Community Member, 4 Posts

13 July 2014 at 8:19am

Hello again,

Fixed the "issue" by just trying again.

What I've changed in my steps is that I moved the theme I'm using (customized version of sunrise) before running install.php and not afterwards.

Maybe this was causing this rather strange behaviour.