TinyMCE WYSIWYG editor

Creating and modifying plugins.
Graveside Tales
Regular
Posts: 8
Joined: Wed Sep 05, 2007 11:53 pm

Missing Icons

Post by Graveside Tales »

I am really new to Serendipity to please bare with me. I recently installed the Tinymce WYSIWYG editor. I followed the intructions to the best of my ability and when I go to do a post there arae no Tinymce icons. :(
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Missing Icons

Post by garvinhicking »

Hi
Graveside Tales wrote:I am really new to Serendipity to please bare with me. I recently installed the Tinymce WYSIWYG editor. I followed the intructions to the best of my ability and when I go to do a post there arae no Tinymce icons. :(
What do you see instead? Missing icons/images, broken images? Check the configuration of your tinymce plugin and make sure that you've got the proper HTTP path configured, as indicated by the instructions on the configuration screen of the plugin.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Graveside Tales
Regular
Posts: 8
Joined: Wed Sep 05, 2007 11:53 pm

Post by Graveside Tales »

Hi Garvin I just see the area where you would type your entries and no buttons to do anything with it.


~Dale
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Okay, that very much sounds as if you didn't either specifiy the right TinyMCE path in the configuration, or you didn't properly upload the files into the right directoy?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Graveside Tales
Regular
Posts: 8
Joined: Wed Sep 05, 2007 11:53 pm

Post by Graveside Tales »

:shock:
Last edited by Graveside Tales on Sun Sep 23, 2007 9:23 pm, edited 1 time in total.
Graveside Tales
Regular
Posts: 8
Joined: Wed Sep 05, 2007 11:53 pm

Post by Graveside Tales »

All fixed. I deleted the plugin and reinstalled it. Went straight with the default html path everything works.

Thanks,

~Dale
Graveside Tales
Regular
Posts: 8
Joined: Wed Sep 05, 2007 11:53 pm

Post by Graveside Tales »

Since 9/23 everything had been working fine with Tiny MCE WYSIWYG and than about a week ago (I think my ISP server crashed and by the time I heard about things were up and running again) I noticed when I click the HTML button or add a picture and the popup window displays my serendipity main page instead the correct screens.

Image

I have no idea what is going on. This was going on before and after upgrading Serendipity.

~Dale
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

You will need to ask your provider what happened. It seems like some s9y files or DBs crashed, or that the new server does not configure/use PHP cookie sessions as it previously did.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Graveside Tales
Regular
Posts: 8
Joined: Wed Sep 05, 2007 11:53 pm

Post by Graveside Tales »

Gavin do you think a reinstall would help?

Thank you for the quick response,

~Dale
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

I'm not really sure. If at all, you could upload the s9y files again (without deleting any files or dropping your database) and see if that changes something.

I'm more inclined to believe that the ISP server settings might have changed.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
roti
Regular
Posts: 20
Joined: Mon Feb 11, 2008 10:35 pm

No success

Post by roti »

Hi!

I tried Serendipity 1.2.1 with TinyMCE 3.0 and TinyMCE compressor PHP v1.1.0.

I copied the files to the rigth place, the path is correct in the settings, XYSIWYG enabled, tiny_mce_gzip.php gets downloaded, but I get this error:

Image

Has anyone got a solution 4 this?

Thanx


Roti
roti
Regular
Posts: 20
Joined: Mon Feb 11, 2008 10:35 pm

Post by roti »

sorry for multi post, it gave me:

Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : emailer.php

but finally posted

I had to add this to: serendipity_event_tinymce.php

<script language="javascript" type="text/javascript" src="<?php echo $path; ?>jscripts/tiny_mce/tiny_mce.js"></script>

Than I have tinymce, but after save, it is not saved, and I get another login window in a frame:

Image
roti
Regular
Posts: 20
Joined: Mon Feb 11, 2008 10:35 pm

Post by roti »

sadly imanager can't be downloaded
is there a proper link to download?
j_b_poquelin
Posts: 4
Joined: Wed Feb 14, 2007 12:21 pm

TinyMCE 3.0 doesn't work but TinyMCE 2.1.3 OK

Post by j_b_poquelin »

Hi everybody !

I had the same problem than Roti with TinyMCE 3.0 and tinymce_compressor_php 2.0 under serendipity 1.2.1 freshly installed : No WISYWIG editor was loaded and my browser returned 2 javascript errors however everything was OK in configuration (path, WISYWIG...). Errors returned by firefox console were :

u has no properties
tinyMCE has no properties


Finally, I uninstalled tinyMCE 3.0 and installed TinyMCE 2.1.3 with Compressor PHP 1.1.0. Then flushed my browser cache (very important if you installed version 3.0 previously).

Now it works perfectly.

Hope this would help... I was almost getting mad !
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

Yes, the tinyMCE plugin doesn't support version 3.0, as the interfaces changed.
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
Post Reply