Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Alpha/Beta/RC
    In reply to: 2.5 image upload

    I have the Firefox Firebug thing – and as I kept getting a ‘bad HTML’error I figured the problem could have been in the settings:

    Site Admin > Settings > Writing-settings and unchecked “WordPress should correct invalidly nested XHTML automatically”

    It worked for a while. i could also load through IE for a while. Maybe it is a problem with the size of the image file (small ones work better) and it could be a host thing, or a cache size or whatever. I really haven’t a clue, groping in the dark. I seem to get the problem sporadically but more often at times that this connection ADSL connection slows down.

    The code is: / 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);

    then

    win.edInsertContent is not a function

    With 2.5 of course. Whatever – are we all getting different problems? I’ve no idea about all this, really.
    Q

    Next: In Firefox, I disabled “Firebug” – Images loaded OK after that. So I=t seems that disabling all the features that “correct bad HTML” makes a difference, but I’m just groping in the dark.

    Maybe, I’ll have to try it now. I had some success by going to Writing > Settings > formatting then uncheck “WordPress should correct invalidly nested XTML automatically” – it worked for a while but the problem is back again.

    I also use Firefox, but I get the problem with IE as well – and with Firefox on Ububtu/linux as well.

    I hope this problem that comes and goes would go once and for all: it is a big waste of time.

    Forum: Plugins
    In reply to: plugins not showing/working

    Resolved? I have the same problem: Askismet and Hello Dolly are showing fine WP 2.3.3 – which install4free very kindly set up for me after I messed up upgrading from 2.3. (I think), the original installation: Tan Tan Noodles, Optimal Title, Simple Tags, Sociable – none show in Administration > Plugins > Activate (not there to acivate, though Askismet was and did, after entering the API (? the code along with my username). I’m new, just ten days into WorPress and haven’t much of a clue about what’s going on.

    Yep. I screwed up the upgrade also. Alas I seem to be compounding the problem. It can’t find index.php

    I thought I’d transfered the old config, but apparently maybe not.

    One day we may learn, meanwhile bear with us: Help appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)