Posts tagged: WordPress

WordPress 2.5 won’t post images (sometimes)

Not uploading images (again)

This is the script that leads to the error:

/ send html to the post editor
2function send_to_editor(h) {
3 var win = window.opener ? window.opener : window.dialogArguments;
4 if ( !win )
5 win = top;
6 tinyMCE = win.tinyMCE;
7 if ( typeof tinyMCE != ‘undefined’ && ( ed = tinyMCE.getInstanceById(‘content’) ) && !ed.isHidden() ) {
8 tinyMCE.selectedInstance.getWin().focus();
9 tinyMCE.execCommand(‘mceInsertContent’, false, h);
10 } else
11 win.edInsertContent(win.edCanvas, h);
12}

And this is the error message:

win.edInsertContent is not a function
[Break on this error] win.edInsertContent(win.edCanvas, h);

Is there anyone out there that knows what’s going on? I am missing something. The problem is sporadic, and this was a 35K JPEG picture.

Q

Sphere: Related Content

Writers: 33 Worst Mistakes – Firerarms, Horses, Courtroom Law

The series is getting on quite well and according to Holly Lisle’s schedule I think the next one could be appearing soon. Meanwhile mine, “Firearms“, is doing quite well but it would be useful to give it (and with it, the others ) more exposure. For that, Jean Lauzier (Speckeldorf at Storycrafters) has encouraged me to take the little book on a virtual tour, beginning next month (and I am putting together the material now). This new web log, which I hope can work in tandem with Mostly by Knight, should serve as a more personal account of what’s going on.

In the other web log images wont upload – or they do, but won’t post: Here on the other hand:

45/70 - a remarkable caliber

The Marlin is a great firearm! And the image loaded just fine: So there is some problem with the WordPress upgrade in the other blog.

Enough for now!

Q

Sphere: Related Content