$timeout_ms = (int) ceil( 1000 * $r['timeout'] );
with
$timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );
That didn't work for me... :(
$timeout_ms = (int) ceil( 1000 * $r['timeout'] );
with
$timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );
That didn't work for me... :(
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
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.
The fix worked for one of my blogs, but not my main blog RowdyKittens. Does anyone have suggestions? Thank you in advance!
Check your error logs. Disable plugins. The usual stuff.
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.. :)
miqrogroove was a life-saver, hands down. Period. No questions asked.
WP should hire "her."
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!
Another suggestion that work immediately for me! -> http://wordpress.org/support/topic/293727?replies=3
$timeout_ms = (int) ceil( 1000 * $r['timeout'] );
with
$timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );
This worked for me
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!
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.
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.
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
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
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?
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/
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
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".
finally
$timeout_ms = (int) ceil( 1000 * $r['timeout'] );
$timeout_ms = (int) ceil( 1000 * max($r['timeout'], 1) );
this worked for me too : )
Thanks a thousand miqrogroove...
alas ! finally making change in http.php worked
yes, it worked for me too...
*shakes fist at sky*
@miqrogroove You rock.
@ptmccain You don't need a bug fix. You need a therapist. ;-)
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?
Short answer: Add this to the to defines in your wp-config.php file:
define('ALTERNATE_WP_CRON', true);
After upgrading to 2.9.1 this missed schedule problem started. No fun...
@phbyerly: That plug-in worked great! Thanks!
This topic has been closed to new replies.