[solved] TINYMCE disappeared after upgrade.. help!

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

[solved] TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

Hi I upgraded from 1.4 to 1.41.. but now TinyMCE no longer works, it just doesn't show up.
I tried to overwrite all the 1.41 files (full package) again... remove the TinyMCE module and reinstalled. Didn't work.

I tried to use FCKeditor.. that didn't work neither. No Wysiwyg editor shows up at all.

Please help! really need to solve this asap ;-( client cannot update their site now

thanks!
Last edited by Anonymous on Sun Sep 14, 2008 3:31 am, edited 1 time in total.
alby

Re: TINYMCE disappeared after upgrade.. help!

Post by alby »

ellaissad wrote: Hi I upgraded from 1.4 to 1.41.. but now TinyMCE no longer works, it just doesn't show up.
I tried to overwrite all the 1.41 files (full package) again... remove the TinyMCE module and reinstalled. Didn't work.
- Check with System informations and try to change permission folder of TinyMCE 0777 or 0755
- After install check in user setting if Tiny is default editor
- If you have FF install Firebug addon and check for error
- ....

Alby
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

Thanks for your reply Alby.

I changed the permission of the TinyMCE folder to 777 (it was on 755).. didn't work.

I do have TinyMCE as default.

I installed Firebug, but it didn't seem to give me an error when I check and uncheck the "Turn WYSIWYG on/off" box. I don't really use this add-on but it didn't appear it prompts me with an error?

Please help.. ;( thanks
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

In IE6 though, it shows the error when check box is checked or unchecked:

It says

Line: 171
Char:1
Error: Object expected
Code: 0
URL: my_web_site_path/admin/editcontent.php?content_id=73&page=


I dont' know if this helps if at all...
alby

Re: TINYMCE disappeared after upgrade.. help!

Post by alby »

ellaissad wrote: I installed Firebug, but it didn't seem to give me an error when I check and uncheck the "Turn WYSIWYG on/off" box. I don't really use this add-on but it didn't appear it prompts me with an error?
In Firebug 1.2 you must enable (is active if you have a bug in right-bottom window)
Tiny is enable for default in edit page, if you have a error you see a red cross in bug icon without toggle on/off

Alby
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

Thanks Alby.

I see the firebug icon on the bottom right corner but no redcross so I know firebug is enable.

Do you mind to look at screenshot.. a bit easier to explain..
Attachments
screen1.jpg
alby

Re: TINYMCE disappeared after upgrade.. help!

Post by alby »

ellaissad wrote: I see the firebug icon on the bottom right corner but no redcross so I know firebug is enable.

Do you mind to look at screenshot.. a bit easier to explain..
Strange, try to edit another page with a template with ONE content only (not other content blocks)

Alby
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

I tried.. but same result ;-(
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: TINYMCE disappeared after upgrade.. help!

Post by Dr.CSS »

Have you cleared all site cache and FTP to site and delete all 'files' in tmp not folders, all files in tmp/template_c except index.html and .htaccess, and modules may need 755/775 not 777...

Then uninstall, reinstall tiny...
rvdv
Forum Members
Forum Members
Posts: 62
Joined: Wed Oct 31, 2007 2:16 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by rvdv »

I keep coming back on the next solution:

In the tinymce module dir you see 2 files. tinyconfig_gz.php and tinyconfig.php

First open tinyconfig.php. You will see the next code starting on line 4 (default):

Code: Select all

$path = dirname(dirname(__FILE__));
if (file_exists($path . DIRECTORY_SEPARATOR . 'include.php')) {
  require $path . DIRECTORY_SEPARATOR . 'include.php';
} else {
	$path = dirname(dirname(dirname(__FILE__)));
	require $path . DIRECTORY_SEPARATOR . 'include.php';
}
Comment all these lines (or just remove them if u have a backup). And insert the next line:

Code: Select all

require '../../include.php';
I have had the same problem on different servers and this solution have always worked for me...
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

Thanks for your reply.

I have tried both options suggested by rvdv and mark. Both didn't work ;-(

Unfortunately, looks like I'll have to do the scary step to do a complete clean install.
I don't know much about programming etc, but it looks like its not the WYSIWYG issue because even after fresh installed on TinyMCE.. when I clicked on TinyMCE under Module, I don't see the editor box neither. I tried the other FCKeditor, same thing happened.....

I'll keep you guys posted. but please let me know if you do have another suggestions. Thank you very much for your help!
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

Ok.. this is completely insane!!

I did a totaly reinstall. Deleted mysql and reimport the old one.. and then run the install script (not upgrade)..
the TinyMCE still does NOT show up.. Please help!! I am so desperate right now!!

thanks
!
twen88
Forum Members
Forum Members
Posts: 118
Joined: Thu Aug 16, 2007 8:07 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by twen88 »

would you try to download the latest version of Tinymce from svn? FTP it to the modules folder directly, then go to the Tinymce page and key Control + F5. make sure Tinymce is the default editor on Global setting and User Preferences.
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

I downloaded 2.4.7 version from svn.. installed.. did the control f5 on tinymce page, didnt' see tinymce show up.
Tinymce is default and modified the files Rvdv suggested.. but still no hope!

Do i really need to remove absolutely ALL files and database, everything and reupload everything? ;-(


I also installed again FCKeditor just to see if its TInyMCE problem, nope.. FCKeditor didn't work neither. When I clicked on FCKeditor's page, in FF, it didn't show up. But in IE, it shows up and all the icons images are missing.. .maybe this means some path I might need to change???? (see attached)


Please help ;-(
Attachments
screen2.jpg
screen1.jpg
Last edited by ellaissad on Thu Sep 11, 2008 8:00 pm, edited 1 time in total.
ellaissad
Forum Members
Forum Members
Posts: 48
Joined: Wed Jul 11, 2007 6:41 pm

Re: TINYMCE disappeared after upgrade.. help!

Post by ellaissad »

Thanks everyone who had tried to help.

At the end, I had to remove ALL files, ALL database. Reupload, Reinstall and reimport mysql in order to have it all working again.
Nonetheless.. its working now!

Thanks again.
Post Reply

Return to “CMSMS Core”