• dsquared

    (@dsquared)


    Using IE7 I can not click on the body of the write a post page.

    Using Firefox, the link button – brings up a blank, non-closable box.

    Why is this beta software constantly being released when it’s not stable?

Viewing 15 replies - 31 through 45 (of 54 total)
  • Thread Starter dsquared

    (@dsquared)

    I did that again with all unactivated – no change.

    obscure

    (@obscure)

    Suggestion: Make an account for someone who has a working WP blog so that they can create posts (contributor not editor/admin) and let them test your blog. That will clear up if your own PC/browser set up is part of the problem or not.

    Thread Starter dsquared

    (@dsquared)

    hi,

    I went to my laptop and got the same behavior as the desktop. ??

    are there any specific host settings that could be causing this editor issue? If there are, please communicate them and I’ll put in a host ticket…

    Also regarding Firefox, with Wyswig enabled and Otto’s ffspell installed – the spellcheck hangs, the link/delink/image are the only four areas of trouble…

    ??

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    dsquared: The problem here is that the editor uses a *lot* of javascript. And there’s a lot of ways to cause weird issues like that. Interference from plugins, missing/corrupted files on the server, .htaccess and/or path issues.. there’s simply no one obvious thing to check.

    Thread Starter dsquared

    (@dsquared)

    otto,

    I just emailed you a contributor account as per obscure’s suggestion – I think you can see the issue without actually posting…

    Give me the first three things you think could be wrong with a host and I’ll put them in a ticket and we can pick this up later on…

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    I’ve sent you a reply email… but probably not the one you wanted to see.

    Your site works okay for me. Evidence is in the email.

    I highly suggest double checking your browser, clearing the caches, perhaps turning off adblockers and greasemonkey scripts.. who knows.. it’s really impossible for me to say why it doesn’t work for you.

    Thread Starter dsquared

    (@dsquared)

    Otto – thank you for taking the time to check.

    is there a masterlist somewhere of things known to conflict?

    also were you on a mac or pc, I’m running XP on two different machines, both exhibit this same behavior.

    Thread Starter dsquared

    (@dsquared)

    Using Opera gives the same behavior as firefox, though the pages run much faster…

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    I’m running the latest firefox on an XP machine.

    Thread Starter dsquared

    (@dsquared)

    ran a system restore back two weeks (well before this started) – same behavior.

    Other than my wordpress and an automatic microsoft update, I’ve made zero changes to my PC during this time period.

    Ran ad-aware. No junk at all.

    My ISP is RCN Cable.

    You must be real good at Photoshop… ??

    Thread Starter dsquared

    (@dsquared)

    these issues – definitely having nothing to do with the browser remain outstanding….

    Also, wanted to remind you of the two plugin error_log’s (though I presently have them deactivated)

    [23-Feb-2007 21:50:11] PHP Fatal error: Call to undefined function: add_action() in /home/wp-content/plugins/wp-pda/pda.php on line 43

    23-Feb-2007 21:14:12] PHP Fatal error: Call to undefined function: add_action() in /home/wp-content/plugins/wp-cache/wp-cache.php on line 630

    these are the lines of code:
    add_action(‘admin_menu’, ‘wp_cache_add_pages’);
    ?>

    wp-pda
    add_action(‘plugins_loaded’,array(&$this,’detectPDA’));

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    The add_action code is defined in wp-includes/plugin.php, which is loaded very early in wp-settings. Make sure that the file is there and correct.

    Thread Starter dsquared

    (@dsquared)

    file is there, how would one know if it’s “correct”?

    line 90
    function add_action($tag, $function_to_add, $priority = 10, $accepted_args = 1) {
    add_filter($tag, $function_to_add, $priority, $accepted_args);
    }

    Thread Starter dsquared

    (@dsquared)

    I looked up a greasemonkey script (never heard of one before) and do not have any installed. again this happens on IE or firefox on two seperate PC’s

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    file is there, how would one know if it’s “correct”?

    Compare it to the file from the download ZIP, perhaps? Make sure it didn’t get corrupted when you FTP’d it.

Viewing 15 replies - 31 through 45 (of 54 total)
  • The topic ‘WordPress 2.1.1 totally unable to post’ is closed to new replies.