Posted by sjcctan on January 30, 2007 at 2:18am
7 followers
Jump to:
| Project: | TinyMCE |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello,
I have installed imce & TinyMCE modules at my site http://www.dgflow.com. However, after my activation & configuration, TinyMCE isn't showing when I try to create content. In fact, I have this error at the bottom left of my browser (Explorer 6.0). It states:
Line: 2
Char: 1
Error: 'tinyMCE' is undefined
Code: 0
URL: http://dgflow.com/node/add/story
Did I miss something?
Can anyone advise? Thank you.
Comments
#1
Hello,
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.
#2
I'm having the same problems with this. I have also did the edits.
#3
I 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.
#4
I 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.
#5
I 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.
#6
Thanks tela who pointed out my mistake. But the "TinyMCE libraries" is "TinyMCE 2.0.9 (development/source)" to be exact.
Thank you.
#7
I 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:
<?phpprint $scripts
?>
However, 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.
#8
Thanks to Fabiman
You help me very much!!!
#9
This is a common problem and is in the TinyMCE FAQ.
#10
Automatically closed -- issue fixed for two weeks with no activity.
#11
i 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?