Recent Topics

1 Jun 15, 2015 14:05    

Hi

When I want to insert a teaserbreak, pagebreak or just want to paste text (ctrl-V) it won't work and I get 'mce_marker' instead.

Any ideas what might be the problem? It did work before. Can't think of any recent changes.

version 5.2.2
Php 5.4.20

regards

2 Jun 16, 2015 16:37

Probleem seems to be in Chrome webbrouwser only

Tested with IE and Firefox and there are no issues with them.

Chrome version that does not work is Versie 43.0.2357.124 m

3 Jun 18, 2015 00:49

This works fine on my side.

Can you press key F12, paste something into the editor (reproduce the error) and take a screenshot ? It may be useful to find what's wrong.

Thanks.

4 Jun 18, 2015 10:09

@mgsolipa

In one site I have this problem, in another not.

The error from chrome when I use 'Teaserbreak'

Uncaught TypeError: f.dom.processHTML is not a function(anonymous function) @ VM144:1n.create.execCommand @ VM144:1(anonymous function) @ VM144:1n.create.execCommand @ VM144:1i.onclick @ VM144:1(anonymous function) @ VM144:1g @ VM144:1

In the editor the is just the text 'mce_marker' instead of the red dotted line with the Teaserbreak text.

5 Jul 05, 2015 12:52

I don't get an error, but my teaserbreak stopped working on my pinned post when I upgraded. It still works on my regular posts.

6 Jul 06, 2015 13:00

Have the problem only on my own webserver. No problem with firefox but Chrome doesn't work. A site on a webhost does just work fine for both brouwsers

7 Jul 07, 2015 23:47

@zebulon I'm not able to reproduce the error you described. Can you please test disabling the tinymce's safari plugin?

Just go to plugins/tinymce_plugin/_tinymce.plugin.php (line ~741) and replace this:

$tmce_plugins_array = array( 'more', 'pagebreak', 'searchreplace', 'inlinepopups', 'table', 'media', 'visualchars', 'nonbreaking', 'safari', 'fullscreen' );

with this:

$tmce_plugins_array = array( 'more', 'pagebreak', 'searchreplace', 'inlinepopups', 'table', 'media', 'visualchars', 'nonbreaking', 'fullscreen' );

8 Jul 08, 2015 17:10

@mgsolipa

Thank you for your advice.

I did the replacement as you have adviced and it is working now.
Strange that it only happens on my own webserver and not on a hosted site.

Kind regards


Form is loading...