Forums

2.9 Schedule Posts "missed" (95 posts)

  1. borreicho
    Member
    Posted 2 years ago #

    $timeout_ms = (int) ceil( 1000 * $r['timeout'] );

    with

    $timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );

    That didn't work for me... :(

  2. carolwingert
    Member
    Posted 2 years ago #

    Never had this problem till I upgrade to 2.9. I have post scheduled till the end of the year!

    I had to physically do another post for today.

    I have a photo site, and I have to REUPLOAD the photos AGAIN.
    It will not let me use the one in the media file.

    I's love to "backdate" at this point, until they get the kinks out.

    Any fix yet???

    Carol

  3. Denis de Bernardy
    Member
    Posted 2 years ago #

  4. borreicho
    Member
    Posted 2 years ago #

    http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them/

    It worked! Aleluia! Thank you so much. Merry Christmas.

  5. RowdyKittens
    Member
    Posted 2 years ago #

    The fix worked for one of my blogs, but not my main blog RowdyKittens. Does anyone have suggestions? Thank you in advance!

  6. Robert Chapin (miqrogroove)
    Member
    Posted 2 years ago #

    Check your error logs. Disable plugins. The usual stuff.

  7. RowdyKittens
    Member
    Posted 2 years ago #

    Thanks all! I figured it out. I appreciate all the help! :) I deleted the bad files and then FTPed the new ones in and everything is running smoothly. Hopefully it stays that way.. :)

  8. ptmccain
    Member
    Posted 2 years ago #

    miqrogroove was a life-saver, hands down. Period. No questions asked.

    WP should hire "her."

  9. beyondelsewhere
    Member
    Posted 2 years ago #

    Thank you, thank you, THANK YOU! Those patches seem to have worked - now the rest of my 12 Days of Christmas will post properly!! *dances* You are all lifesavers!

  10. wayangtimes
    Member
    Posted 2 years ago #

    Another suggestion that work immediately for me! -> http://wordpress.org/support/topic/293727?replies=3

  11. wfunderberg
    Member
    Posted 2 years ago #

    $timeout_ms = (int) ceil( 1000 * $r['timeout'] );
    
        with
    
        $timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );

    This worked for me

  12. stylepill
    Member
    Posted 2 years ago #

    Is anyone still experiencing problems with "missed posts?" i make a living with my blog and i schedule posts all day long. i can't have them not work! has anyone found a solution? wordpress...please fix this asap!

  13. dakinedaily
    Member
    Posted 2 years ago #

    Newbie here. I do not understand where to make this change. If it's in FTp files, How? If it's to wordpress files via Dashboard, where and how? Thanks.

  14. dakinedaily
    Member
    Posted 2 years ago #

    When searching for the file I did, however, find this:
    // WordPress supports PHP 4.3, which has this function. Removed sanity
    // checking for performance reasons.

    My sanity has been removed. Now even new posts are not showing up. Is there anyone here who can explain what to do to fix this step by step to a newbie? I have no experience with this and time is marching one....a sense of panic is creeping in.
    Thank you.

  15. dakinedaily
    Member
    Posted 2 years ago #

    I uploaded the files to http.php and transfer/overwrite was successful. But there are still scheduled posts missing in my blog. Completely AWOL Dashboard registers them as posted, but they are not. Is there something else I need to do?

  16. e-sushi
    Member
    Posted 2 years ago #

  17. phbyerly
    Member
    Posted 2 years ago #

    The Missed Schedule plug-in took care of this for me - simple, fast, fixed.

    If anyone is reading this thread to try and fix the problem, here is my experience:

    Upgraded 4 blogs to 2.9. One, and only one, suffered this problem. The blog are all on the same server. One of the blogs that worked fine has the same template and plug-ins as the one that did not. The one that broke is several months older than the one that worked, so there is some older code in there. When I did the upgrade, the blog that broke would not automatically upgrade - it showed downloading of the zip file forever. Tried several times. I managed the upgrade by turning off all plug-ins, upgrading, then turning all the plug-ins back on. Only problem was this missed schedule bug

  18. dakinedaily
    Member
    Posted 2 years ago #

    After the Semiologic fix (thanks Denis!), scheduled posts go out via RSS and email subscription but do not show up on the actual blog. Suggested fixes?
    http://www.enlightenedhorsemanship.net

  19. Robert Chapin (miqrogroove)
    Member
    Posted 2 years ago #

    Oh man I had a good laugh when I saw your "Removing Sanity" post.

    There's definitely a discrepancy between your feed and front page content. Did your front page normally show all of your posts before the upgrade?

  20. Robert Chapin (miqrogroove)
    Member
    Posted 2 years ago #

    This is just an educated guess, but it looks as though someone has excluded your "video" category. When I go to this URL, I find all the missing posts http://www.enlightenedhorsemanship.net/category/video/

  21. dakinedaily
    Member
    Posted 2 years ago #

    Hey microgroove. This could be the answer to my problem. I was trying to remove all the post categories from the horizontal toolbar at the top of the home page. I hate those things. CLUTTER!
    So if I go back, add in video to the list of allowed categories, then this will take care of those posts, but how do I prevent this in the future? This may take noodling that is over my head (as most of it is) because I did two things to try to get rid of that list of categories:
    One, I used the theme editor that came with my purchased custom theme and I removed the categories one by one according to their number.
    Two, I deleted the entire category list in the template. Probably overkill, but I was learning.
    I went back and undid the category elimination by number in the theme editor and that did not solve the problem.
    Do you have further suggestions?
    Thanks

  22. Robert Chapin (miqrogroove)
    Member
    Posted 2 years ago #

    I just recently did the same thing for my friend's blog so that it would look like ma.tt with a "More..." link in the menu. It took no small amount of code to get it done "right".

  23. Lado Lomidze
    Member
    Posted 2 years ago #

    finally

    $timeout_ms = (int) ceil( 1000 * $r['timeout'] );
    $timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );

    this worked for me too : )

  24. adhyaru
    Member
    Posted 2 years ago #

    Thanks a thousand miqrogroove...

    alas ! finally making change in http.php worked

    yes, it worked for me too...

  25. Roar
    Member
    Posted 2 years ago #

    *shakes fist at sky*

  26. tewonawonga
    Member
    Posted 2 years ago #

    @miqrogroove You rock.

    @ptmccain You don't need a bug fix. You need a therapist. ;-)

  27. robanna
    Member
    Posted 2 years ago #

    I upgraded to 2.9.1; still not working.
    Installed the patch from http://www.semiologic.com/2009/12/21/wp-2-9-three-bugs-and-how-to-fix-them; still not working.
    Changed the $timeout in http.php; nope.

    Anyone else still having problems?

  28. robanna
    Member
    Posted 2 years ago #

    Short answer: Add this to the to defines in your wp-config.php file:
    define('ALTERNATE_WP_CRON', true);

    http://wordpress.org/support/topic/296236?replies=18

  29. higge
    Member
    Posted 2 years ago #

    After upgrading to 2.9.1 this missed schedule problem started. No fun...

  30. ChrisMonty
    Member
    Posted 2 years ago #

    @phbyerly: That plug-in worked great! Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic