Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • FYI, I updated the plugin for the last time today. Then I deactivated and deleted it. Annoyance factor finally reached the breaking point.

    Find a better way to consolidate your updates so they don’t come so often (unless security related, of course); include ‘sprites’ in the update. Do *something* to make using your plugin less annoying, and I’ll happily give it another look.

    jonathanmurray

    (@jonathanmurray)

    It’s not just you, version 1.5.1 of WP-ContactForm breaks the media manager in WordPress.

    jonathanmurray

    (@jonathanmurray)

    Deactivate the newly updated WP-contactform… it broke the uploader.

    jonathanmurray

    (@jonathanmurray)

    Same error, after deactivating flash uploads via the plugin offered on Trac. The Flash uploader was failing with http error.

    As with mchwen, the file was uploaded, in spite of the error.

    I can find no evidence of a function called “wp_constrain_dimensions” in the 2.5 release code, although it looks like it should have been moved from image.php to media.php in the r7030 patch (according to Trac)

    http://trac.wordpress.org/attachment/ticket/6005/image-resize-r7030.patch

    I think I’ll poke it back in and see what happens.

    jonathanmurray

    (@jonathanmurray)

    Worked fine for me (upgrade to 2.5 didn’t affect the theme at all)

    Sad thing is – it was a recent recommendation that got us ALL to put a blank index.php in the plugins folder… to keep google from showing the contents of that folder off to the world and making our sites less secure.

    So why does this change mess up WordPress, and what is the fix that doesn’t involve deleting the file we placed there for security?

    It’s a shame the previous writer ended up switching to TextPattern because of this unresolved bug (I’m assuming that’s why).

    I continue to suffer from this – my ping list is EMPTY and that has had no effect.

    Currently using WP 2.04 and FireFox 2.0 – I keep hoping that one or the other will update me out of this problem.

    I’ve looked at every solution offered, from the realistic to the far fetched – all have “seemed” to work for some, none have worked for me.

    I’m still getting this problem, apparently when WP tries to send trackbacks. An official statement on this would be dandy (and before anyone starts crying about searching the forums, I am… that’s how I found this)

    FYI, although it was not identified as a “fixed bug”, I did a manual upgrade of the cpanel installed 2.02 to 2.03 and am no longer experiencing this (posting -> download execute-pings.php) problem.

    I have not yet reinstalled the problematic plugins, though – so no idea if the plugins.php error is gone.

    I looked over several options/tutorials for this, and ended up with the following, which retains the odd/even styling as well as adding a style for author comment:

    <div class="
    <?php
    if ($comment->comment_author_email == "name@domain.com")
    echo "authorcomment";
    else
    if ($oddcomment)
    echo "odd-comment";
    else
    echo "even-comment";
    ?>" id="comment-<?php comment_ID() ?>">

    I then tooled around with .authorcomment { } in CSS to make it appear the way I wanted. (sample)

    I know next to nothing about PHP, so if anyone can point out how to add the equivalent of “and $comment->comment_author == ‘name'”, I’d appreciate it. The programmer in me also suggests there should be some “endif” statements in there, but when I tried to add them, I broke the page.

    Sorry, Yosemite… pingomatic is NOT the cause.

    I deleted pingomatic (leaving only technorati), and still get prompted to download execute-pings.php. I had to delete ImageManager in order to view the plugins page without being prompted for a download. I deleted all unused plugins and tried it again – same thing.

    There is a more serious problem here.

    Thanks for the… reply? I’m sure I’m not alone in hoping for a real solution to this.

    With the number of complaints regarding, I’m amazed it hasn’t been identified yet.

    I’ve been having the same problem with new posts wanting to download execute-pings.php, and today after installing ImageManager 2.0, all of a sudden I can’t open the plugin manager – I’m prompted to download plugins.php.

    This happens in FireFox – IE simply fails to load the page.

    For the record, I’ve tried it on both my main machine (Win XP Pro) and an alternate (Win2k).

    I’m going to manually delete ImageManager and hope that resolves the plugins problem, and I’ve already deleted the pingomatic link in hopes of resolving that little annoyance.

    If it’s a timeout problem, is there something I can adjust to wait longer or fail more gracefully?

    Forum: Alpha/Beta/RC
    In reply to: execute-pings.php

    But why do I keep getting prompted to download it? (execute-pings.php)

    Forum: Installing WordPress
    In reply to: Greymatter

    The .4 script works marvelously – once you understand it goes in the /wp-admin/import directory and runs through wp-admin (I only read docs as a last resort, sorry…) Thank you very much for the script!

    I noticed it does not deal with greymatter’s {{link }}, **bold**, \\italic\\, etc. formatting syntax, is there any way it can be updated to do so?

    A thousand or so entries is a bit daunting to attempt to manually correct; would be nice to have everything covered at once.

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