Vill du lära dig hur du fixar error för missat schema post i WordPress?
WordPress kommer med en utvald funktion som allow you att enkelt schemalägga inlägg som ska publiceras automatiskt vid ett senare tillfälle. Ibland kan du dock notera att tidsinställda posts inte publiceras all.
I den här artikeln visar vi dig hur du enkelt fixar error med missat schema post i WordPress. Detta kommer att säkerställa att dina tidsinställda posts publiceras i tid.
Vad orsakar WordPress att missa tidsinställda posts?
Ditt webbhotell eller konflikter med tillägg kan göra att WordPress missar tidsinställda posts.
När du schemalägger ett WordPress-post som ska publiceras senare använder WordPress normalt en teknik som anropas ”Cron” eller ”WordPress Cron” för att automatiskt publicera your post i tid.
Men om din WordPress hosting providers server eller ett tillägg påverkar WordPress cron-jobb, kommer WordPress att missa de schemalagda uppgifterna, till exempel att publicera tidsinställda posts.
Your andra cron-jobb, som gillar att kontrollera uppdateringar eller att borttaget auto-updates drafts, kan fortfarande fungera ibland. Det beror på att när publiceringstiden har missats kommer WordPress ej att publicera blogginlägget vid en annan tidpunkt.
Det händer inte särskilt ofta för de flesta användare. Men det missade schemat error kan bli en vanlig WordPress issue för vissa bloggare.
Detta kan vara frustrerande när du run en WordPress blogg. Alltså, du vill inte slösa tid på repetitiva uppgifter eller fixa WordPress error istället för att skapa content.
Med detta sagt, låt oss ta en titt på hur du enkelt fixar det missade schemat post error i WordPress.
Hur man fixar WordPress Missed Schedule Post Error
Det första du behöver göra är att installera och aktivera tillägget Missed Scheduled Post Publicera. För mer detaljer, se vår Step-by-Step guide om hur du installerar ett WordPress plugin.
Pluginet fungerar direkt från boxen och det finns inga inställningar som du behöver konfigurera.
Hur fungerar tillägget Missed Scheduled Post Publisher?
Tillägget kontrollerar helt enkelt din website var 15:e minut för att se om ett tidsinställt WordPress post har missat schemat.
Om det hittar några missade schemalagda objekt ändras deras status från tidsinställd till publicerad. Detta fungerar som en trigger för tidsinställd post på din WordPress website.
Det fungerar för posts, pages, products, och alla andra custom post types som du kan ha på din WordPress website.
Vi har byggt detta plugin för att säkerställa att det inte påverkar hastigheten på din WordPress site eftersom vi vet att hastighet är viktigt för sökmotorsoptimering. Vi använder det här pluginet på våra egna WordPress websites.
Felsökning av felet Missed Scheduled Posts i WordPress
Om du installerar plugin-programmet för schemalagda inlägg inte omedelbart fixar det tidsinställda posts error på din website, så följer några tips som du kan prova.
1. Kontrollera dina Settings för tidszon i WordPress
Att ställa in korrekt tidszon är en av de första sakerna du ska göra när du installerar WordPress. Men ibland missar användare det och tidszonen i WordPress matchar inte den tidszon som de vill använda för att publicera och hantera sin website.
Gå bara till Settings ” Allmänt från din WordPress dashboard och rulla ner till ”Timezone” section för att view inställningarna. Härifrån måste du välja din tidszon eller den tidszon du vill använda för din WordPress website.
Glöm inte att klicka på knappen ”Save Changes” för att spara dina inställningar.
2. Clear cachen i WordPress
Om dina WordPress-poster fortfarande saknar schema beror det troligen på ett dåligt konfigurerat plugin för caching.
Försök att cleara WordPress cache och se till att din WordPress caching plugin är korrekt konfigurerad för att automatiskt rensa cachen med jämna mellanrum.
3. Öka limiten för minnet i WordPress
Din website i WordPress kan ha problem med en låg limit för minne. Du kan fixa det genom att allow WordPress att använda mer minne på servern, vilket kommer att förbättra dess prestanda.
Först måste du komma åt din wp-config.php-fil med hjälp av en FTP-klient som FileZilla eller File Manager-appen i cPanel i adminpanelen på ditt WordPress webbhotell. Den är placerad i din root folder.
För mer detaljer kan du läsa vår guide om hur du använder FTP för att uploada filer till WordPress.
Vi rekommenderar att du gör en backup av din wp-config.php-fil ifall du skulle göra några misstag. Du kan läsa vår guide om hur du säkerhetskopierar din site.
Följare: Add följande kod till din wp-config.php-fil precis före kodraden som säger: ”That’s all, stop editing! Trevlig publicering.
define('WP_MEMORY_LIMIT', '500M');
För mer information, se vår guide om hur du ökar PHP-minneslimiten i WordPress.
4. Inaktivera wp-cron och sätt upp ett nytt Cron-jobb
Som vi nämnde tidigare, WordPress cron (även känd som wp-cron) kan sakna tidsinställda uppgifter som gillar att publicera dina tidsinställda WordPress posts.
Du kan inaktivera wp-cron och skapa ditt eget cron-jobb som kommer att runna på operativsystemet hos din hosting provider. Det kommer att tala om för WordPress att köra schemalagda uppgifter som gillar att publicera dina tidsinställda posts.
För mer information, vänligen se vår guide om hur du inaktiverar wp-cron i WordPress och ställer in korrekta cron-jobb.
Vi hoppas att denna WordPress tutorial hjälpte dig att lära dig hur du enkelt fixar error med missat schema för tidsinställd post i WordPress. You may also want to see our guide for beginners on how to easily troubleshoot WordPress errors on your own or our picks for the best WordPress plugins for business sites.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Jiří Vaněk
I finally solved a similar problem by deactivating CRON in Wordpress using wp-config.php and setting the classic cron on the server to the url wp-cron.php?doing_wp_cron. Cron starts every 5 minutes and the problem is over.
Jakub
Thank you very much for great and simple article, that helped to solve the problem very quickly. I used plug-in option. If it starts to make some trouble, I will try to increase the memory limit. Wish you joyful day and thank you again for your work.
WPBeginner Support
You’re welcome, glad our guide was helpful!
Administratör
Rohit
I fas facing this in my wordpress website, but solved after increasing PHP memory to 1Gb
WPBeginner Support
Thanks for sharing what worked for you
Administratör
Ian
Great plugin and the instructions simple to follow and guess what it worked. Thank you.
WPBeginner Support
Glad our article was able to assist!
Administratör
Harry
Good day
I’ve installed your plugin (Missed Scheduled Post Publisher ), and my problem was solved immediately. Thank you very much….
WPBeginner Support
Glad the plugin was able to help!
Administratör
Yaxye Daacad
Thanks, The first method solved my problem. I updated my time zone and its working.
Sjors
Thanks a lot for this post! The plugin works great and fixes the error
Natalie
Hi, why is it that this error occurs? I was republishing a post and scheduled for a few minutes ahead – every time, it did not publish. I downloaded the plugin and it worked right away. Also… I will only need this once a week or so, should I just deactivate the plugin when I’m not using it? Thanks
WPBeginner Support
Hi Natalie,
Yes, you can deactivate the plugin when not using it.
Administratör
Himal Ghale
Learn much more from article, thank you
Nancy Meyer
I have also having a post scheduling issue. I have a weekly program. My 89th show missed its schedule date. I have had scheduling issues since going ’live’ in January of 2016! I have tried many things. I use the Advanced Cron Manager plugin. Today I need help again. Any thoughts?
Andrew Dawson
Does anyone know how to get the WP Missed Schedule plugin from Github up into WordPress. I’m a beginner user but need to use this plugin and for the life of me, I can’t figure out where the file is on Github. When I got to this person GitHub site, and download the ”zip”, it downloads a folder to my computer with a bunch of files in the folder, but none of them are a Zip file. There is two .php files and I”m not sure if I’m supposed to use them somehow. Please help! Thanks! And also, if someone knows of a better alternative to dealing with Missed Schedule let me know. I use GoDaddy Managed WordPress which has a caching issue that can’t be fixed and I don’t have access to create a cron job, so I have to find a workaround. Any help would be appreciated on either getting the WP Missed Schedule zip file and have directions how to do that and get it installed or another plugin suggestion. Thanks!
Sincerely,
Andrew
WPBeginner Support
Hi Andrew,
If you are using Windows, then you can right click on the folder and then select Send to > Compressed zip folder. If you are on Mac then right click and select Compress ”wp-missed-schedule-master”. This will create a zip file for you and then you can install the plugin from WordPress admin area by visiting Plugins > Add New page and clicking on the Upload button.
Administratör
Andrew Dawson
I use a Mac and Is this a safe plugin to use? I just didn’t understand why they took it off of Wordpress and put in in github?
Lotus
Php file blocked by htaccess, it always blocks wp-cron.php too, So It should not run the cron job, It will be fixed after you add wp-cron.php again. (I had this issue and now it was be fixed)
Mary Ann Aschenbrenner
This worked like a charm. Installed WP Missed Schedule and the missed post was posted immediately. Thank you!
AEHageman
WordPress 4.5.3 running
missed schedule
Is it me or is Wordpress become more difficult to operate and less trust worthy?
WPBeginner Support
We have updated the article with updated link for the plugin which is now available on GitHub only.
Administratör
Mark
Has anyone found a more recent solution for this problem. The ”WP Missed Schedule” plugin no longer exists, unfortunately, and I’ve tried every suggested fix I can find without any luck.
Dave
July 3 2016 – Having the same problem. Scheduled posts NEVER post on time. I always must force the post manually. Some have suggested shutting off all plugins but this seems like a drastic action. Apparently the plugin ”WP Missed Schedule” is no longer available.
Dale Reardon
Hi,
I am using Wordpress V4.5.2 and still having this problem with scheduled posts not getting published – this morning it published 3 of the 6 scheduled posts only.
The plugin you recommend is no longer in the repository it seems.
Do you have another recommendation?
Thanks,
Dale.
Nouman Younas
Yes, I am also facing this issue in Version 4.5.2
and above mentioned plugin is no more
Ach
Hi,
Is there a way to fix WITHOUT using any wordpress plugin???
Thx
Your Real Name
Having this issue with the latest version of Wordpress Free. Scheduled posts don’t actually post until I go onto the site. Comes up with a missed schedule message.
Rachael
Worked for me, great! Thanks.
JAcob
Is it possible to change the time between running the cron??
Pradeep Rajadas
We have this problem even on Wordpress 4.1. Our site is on AWS Beanstalk – maybe that is causing the Cron to stop working. Or maybe it is W3TC.
K. S. Brooks
I hear you. We’re having this problem with 4.1.1. It’s such a nuisance. I guess we’ll have to give the plugin a try.
Rafael
I think the issue may be W3TC. Scheduling on my website worked perfectly until I recently installed W3TC. Upon disabling the plugin, scheduling works perfectly again!
Rafael
So it’s been a few days now and I have been monitoring the scheduling on my website without W3TC and everything continues to be running smoothly.
W3TC was definitely the culprit for my ”missed schedule” errors. Now I just have to figure out why!!!!!
Eben
I found having object cache enabled was the culprit of me, disabling that and switching to database cache fixed it for me
Chris Howard
We had this happen last week on WP 4.0. Why the heck can’t WP fix it? If they can identify a missed schedule, why can’t they include a mechanism to try again?
The scheduling task obviously runs regularly, so all it has to do is not only look for scheduled posts due, but missed ones, and post them all. QED?
Jakob
Hey Syed, we are having the same problem on our news blog
Anyways I do not like to install the plugin to fix the issue. I think it is like building an other house while one is burning. I have not found the solution yet but I try to firefight the burning house and make in being comfortable and nice again rather than building up a small side-hut, for which i will not know if it is compatible with future wordpress releases.
WPBeginner Support
In most cases it is usually a server configuration issue, if your web servers configuration does not play nice ith cron jobs then it is hard to fix without using the plugin.
Administratör
Yazmin
Can you give an example of this… the ”web servers configuration does not play nice ith cron jobs” line? It’s hard to truly understand what is going on to see if it can even be addressed.
Thanks!
Holly Jahangiri
Just noticed that if I schedule a post, then edit it, it appears as having ”missed schedule” even if the scheduled date is a month in the future.
I don’t know if this will fix it, but I made that error go away by doing a quick edit and changing the time (even by a minute) on the schedule. Those posts now show as ”Scheduled.”
We’ll see if they post on schedule or not – but the first one’s not due to kick off until April 1. (I have not installed this, or any other ”fix” – just noticed this under All Posts.)
Huram
Thanks, will use it and see.
Sinan İŞLER
WP Missed Schedule making huge errorlog I dont recommend using this plugin. Some times it is getting loop and messing your vps
I say fix your server problem or get a stronger server-vps. This is my way. And I fix this problem with new vps.
Paul
Thanks so much for this, it was really frustrating to see that 3 posts were not published on time! Many thanks!
Paul
Tash
Thanks so much for this post! Really helped. Hopefully this gets fixed soon. I’m on 3.5.1 and am still having this issue.
Anthony R.
I used this plugin and it definitely helped publish posts that missed schedule, but now I am experiencing an issue where a post that missed and got published still shows up as a ”Missed Schedule” post in the WordPress admin.
sanel
I have a problem that my scheduled gif image posts dont have thumbnails when I use this plugin.
Editorial Staff
That’s weird. We haven’t encountered this problem.
Administratör
Jose
My 3.5 and 3.5 has missed both scheduled posts and it also fails to run scheduled tasks like the automatic google drive backup that was working well before, or even other backups like ones to dropbox.
Also, certain scheduled tasks like security scans fail to initiate automatically.
Do you think this is all related? Nothing changed with 3.5.1. Would you consider doing a wordpress re-install? Thank you.
Editorial Staff
It could be related. We recommend asking your web hosting provider regarding this.
Administratör
dee mcgee
I can’t seem to find the Plugin even using the link above.
Zimbrul
Great stuff. Yesterday this occurred to me and I was thinking was a isolated bug… Thanks for the tip
Dick Foster
I’ve been using the scheduled post capability for well over a year now and never had a problem until 3 weeks ago, about the time I upgraded to 3.5. However, today the scheduling worked just fine. I’d don’t use scheduling for a lot of posts, so I think I’ll just wait for the 3.5.1 fix. But it’s good to know about the WP Missed Schedule plugin.
Thanks!
Editorial Staff
This problem has existed far before 3.5, but only on certain server configurations. This plugin is also a fix for all those users who have been having this WordPress missed schedule problem prior to 3.5
Administratör
dee mcgee
Thank you for this article. I actually didn’t realize I had a problem with WordPress post scheduling. My post didn’t go out as scheduled but being a newbie to WordPress I just thought it was an error on my part.
The Frosty
Sweet, hopefully there is a setting to change the cron not to run every 5, but something else. Five is too much for a blog that may only have one or two posts a day.