Page 6 of 7

Missing Icons

Posted: Sat Sep 22, 2007 8:53 pm
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. :(

Re: Missing Icons

Posted: Sun Sep 23, 2007 12:09 pm
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

Posted: Sun Sep 23, 2007 3:32 pm
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

Posted: Sun Sep 23, 2007 3:56 pm
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

Posted: Sun Sep 23, 2007 4:08 pm
by Graveside Tales
:shock:

Posted: Sun Sep 23, 2007 9:22 pm
by Graveside Tales
All fixed. I deleted the plugin and reinstalled it. Went straight with the default html path everything works.

Thanks,

~Dale

Posted: Wed Dec 12, 2007 6:58 pm
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

Posted: Thu Dec 13, 2007 2:04 pm
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

Posted: Thu Dec 13, 2007 2:31 pm
by Graveside Tales
Gavin do you think a reinstall would help?

Thank you for the quick response,

~Dale

Posted: Thu Dec 13, 2007 3:08 pm
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

No success

Posted: Mon Feb 11, 2008 10:40 pm
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

Posted: Mon Feb 11, 2008 11:38 pm
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

Posted: Mon Feb 11, 2008 11:40 pm
by roti
sadly imanager can't be downloaded
is there a proper link to download?

TinyMCE 3.0 doesn't work but TinyMCE 2.1.3 OK

Posted: Fri Feb 15, 2008 10:51 am
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 !

Posted: Fri Feb 15, 2008 11:32 am
by blog.brockha.us
Yes, the tinyMCE plugin doesn't support version 3.0, as the interfaces changed.