By potential on
Hi Guys, I could really use your help here.
TinyMCE is giving me a page not found error and therefore, nobody can correctly format their messages and posts.
This just started today after I enabled the private message module.
The exact error is page not found - modules/img_assist/tinymce/jscripts/tiny_mce/tiny_mce.js
That file is in the directory and I didn't delete anything off of my site, so I can't figure out whats causing it.
Please let me know as soon as possible if you know of a solution.
THANK YOU!! THANK YOU!!
Comments
might be wrong but
I note the tinymce editor is installed inside the img_assist directory. On my installation it is on the tinymce module directory. The path is
modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js
I just set this up yesterday so I'm a newbie.
I want to be a farmer.
Interesting, How do I fix?
Thanks Lectric for your response. It is odd that it is looking in image assist. I'm not even using image assist, however, I was in the past and it is in my modules directory. But, there is not a tinymce folder within my image assist folder so that would explain the error. Therefore, I think I need to update the TinyMCE module to look in the correct spot.
Anyone know how to do this? Do I need to do anything within the database or maybe just replace the module?
I just copied my whole
I just copied my whole tinymce folder into the imageassist folder as a temporary fix.
It's odd that this happened because I didn't mess with the database at all. All I did was enable private messaging, which I guess affected something involving TinyMCE.
You might try checking the
You might try checking the Drupal DB where all the module locations are stored. I don't know how this possibly could have been changed but it's worth a look.
In phpMyAdmin or whatever software you use open up the database your Drupal site uses. In the "system" table find the row that has the 'name' field equal to 'tinymce'. What's the 'filename' field for this row? It should be: 'modules/tinymce/tinymce.module'
hmmm
Quicksketch,
Using phpMyAdmin, I found that the filename for tinymce is 'modules/img_assist/tinymce.module'!!!
This is so weird, because I am positive it was 'modules/tinymce/tinymce.module' before. Like I said earlier, the only change I made to the website was enabling the private message module and enabling the access control for it. I am confused as to how this would affect tinymce. For now, I just put the whole tinymce folder within img_assist and all seems to be working fine... thank god.
Same NOT Found problem
Just for the sake of helping someone with the same issue.
I had tinymce installed for some time ago, in modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js up and running.
But, today I entered a new story and, ups!, tinymce not there. Really strange, I've no made any changes in the installation yesterday.
Ok, let's debug.
I checked the HTML code of the outputed page, and declaration of js was there, but in the Firefox error console appeared a page not found error.
I coppied the url address and opened another tab and tiny_mce.js was not there.
Then, I entered to the server and tiny_mce.js was there. Ok, let's check permissions, 644, same as, for example, the blank.htm in the same folder. Then, I tried to open this blank.htm in the nav and opened ok.
Ok, what's the problem??? No idea.
The miracle: I installed the whole tiny_mce and started working.
Final conclusion... may be this tiny_mce.js was damaged?
PS: previuos the installation I kept a local backup fo these folders and tiny_mce.js looks fine ¿?
I have another problem...
When I attach and image to a story with image_attach (not with drupal image, nor with tinymce) and save the story. Then when I open the story tinymce doesn´t work. The only workaround I´ve found is to delete the image node (that´s was created with image_attach) and edit the story (with tinymce already there) adn attach it with drupalimage or tinymce.
Does someone have the same problem? I was looking around and I couldn´t find an answer.