Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CKEditor is hidden
#1
I just installed the latest Get-Simple page and tried to enable the CKEditor without success.

My environment: local lighttpd 1.4.33, php generally working, all required modules are installed.

When I disable the HTML editor, I can edit the pages. But when I enable the HTML editor there is a big white gap below the page title. When I look at the css settings in my browser, I see that all the style of the editor elements is "visibility: hidden".

Output of the Chrome console is this:
Quote:Meta Description has 155 characters remaining jquery.getsimple.js?v=3.2.3:26
Resource interpreted as Script but transferred with MIME type application/octet-stream: "http://localhost/admin/template/js/ckeditor/skins/getsimple/skin.js?t=B8DJ5M3". ckeditor.js:16
Resource interpreted as Stylesheet but transferred with MIME type application/octet-stream: "http://localhost/admin/template/js/ckeditor/skins/getsimple/editor.css?t=B8DJ5M3". ckeditor.js:16
Resource interpreted as Script but transferred with MIME type application/octet-stream: "http://localhost/admin/template/js/ckeditor/lang/en.js?t=B8DJ5M3". ckeditor.js:16
Resource interpreted as Stylesheet but transferred with MIME type application/octet-stream: "http://localhost/admin/template/js/ckeditor/contents.css". ckeditor.js:13
Resource interpreted as Script but transferred with MIME type application/octet-stream: "http://localhost/admin/template/js/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3". ckeditor.js:16

Something is wrong here and I do not know how to solve the problem. Had anybody a similar problem?

Thanks for your help.
Reply
#2
Im not very familiar with lighttpd but i think you need to add js and css mime types in your lighttpd.conf file:
PHP Code:
mimetype.assign = (
        
".js"        =>        "text/javascript",
        
".css"      =>        "text/css"

Reply
#3
You will have to check your browser for js errors
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#4
After I have set the mime types and restarted the server, the problem still existed. In Inkognito Mode of Google Chrome the webside was alright. So I decided to clear cache/cookies and now everything is fine.

Finally I do not know exactly what has been the problem. BUT: it works Smile

Thanks for your help
Reply




Users browsing this thread: 1 Guest(s)