Closed (outdated)
Project:
TinyMCE
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2007 at 02:18 UTC
Updated:
14 Jan 2021 at 19:40 UTC
Jump to comment: Most recent
Comments
Comment #1
sjcctan commentedHello,
I did change the line 10 in imce.module to
//set imce if tinymce is in action
if (module_exists('tinymce') && variable_get('imce_settings_tinymce', 1)) {
as advised.
But it still didn't work.
Thank you.
Comment #2
jaarong commentedI'm having the same problems with this. I have also did the edits.
Comment #3
tela commentedI had the same problem (same error with Firefox though). Then I finally just went back to the readme.txt included in the module folder.
There it states:
1. Extract to sites/all/modules, you will see: sites/all/modules/tinymce
2. Download TinyMCE libraries from here: http://tinymce.moxiecode.com/download.php
3. Extract content of TinyMCE package to: sites/all/modules/tinymce/includes.
You will see folder name like:
\sites\all\modules\tinymce\includes\docs
\sites\all\modules\tinymce\includes\examples
\sites\all\modules\tinymce\includes\jscripts
4. Setting available here: Administer-TinyMCE
I realized that I had skip the step 2-3.
So I download the TinyMCE libraries, put them in the /includes folder and now everything works fine! TinyMCE is showing fine.
Just wanted to share this, maybe it'll help you.
Comment #4
jaarong commentedI have done this and it still doesn't show up. The module shows up, and I can edit the settings. But, it never shows up when I create content.
Comment #5
jaarong commentedI just figured mine out. It was a problem with the template. I was using a template I customized from 4.7.4 which on the surface looked fine in 5.0. After comparing with the new templates, I had several key lines missing which once replaced, got TinyMCE working.
Comment #6
sjcctan commentedThanks tela who pointed out my mistake. But the "TinyMCE libraries" is "TinyMCE 2.0.9 (development/source)" to be exact.
Thank you.
Comment #7
Fabiman commentedI also had a problem with displaying tinyMCE, which appeared to be due to a custom theme (arcmateria). I noticed that in each template directory there is a file called page.tpl.php.
In this custom theme on line 8 there was no php tag like the following:
print $scriptsHowever, this tag is present in the standard theme and it seems to be important to parse javascripts. Indeed, when you add the line to the custom template, TinyMCE becomes visible.
Comment #8
Eugene Fidelin commentedThanks to Fabiman
You help me very much!!!
Comment #9
kreynen commentedThis is a common problem and is in the TinyMCE FAQ.
Comment #10
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
trevorfoulk commentedi have installed the TinyMCE module. in my admin area when i'm creating content its working fine in IE, but in Chrome its not showing up at all. no error, its just not there. any ideas?
Comment #12
nicoloye commented