Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Puchar WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Jak naprawiono błąd braku wpisu w harmonogramie w WordPress?

Czy chcesz dowiedzieć się, jak poprawić błąd braku wpisu w harmonogramie w WordPress?

WordPress posiada wbudowaną funkcję, która pozwala łatwo zaplanować wpisy do automatycznej publikacji w późniejszym czasie. Czasami jednak można powiadomienie, że zaplanowane wpisy nie są w ogóle publikowane.

W tym artykule pokażemy, jak łatwo poprawić błąd nieodebranego wpisu w harmonogramie WordPress. Dzięki temu twoje zaplanowane wpisy będą publikowane na czas.

Fixing the missed schedule post error in WordPress

Co powoduje, że WordPress pomija zaplanowane wpisy?

Twoje środowisko hostingowe lub konflikty wtyczek mogą powodować pomijanie wpisów zaplanowanych przez WordPress.

Zwykle, gdy zaplanujesz wpis WordPress do opublikowania później, WordPress używa technologii o nazwie „Cron” lub„WordPress Cron„, aby automatycznie opublikować twój wpis na czas.

Jeśli jednak serwer twojego dostawcy hostingu WordPress lub wtyczka ma wpływ na zadania cron WordPress, wówczas WordPress pominie zaplanowane zadania, takie jak publikowanie zaplanowanych wpisów.

Missed schedule error for a blog post in WordPress

Twoje inne zadania cron, takie jak sprawdzanie aktualizacji lub usunięcie automatycznie zapisanych wersji roboczych, mogą nadal działać sporadycznie. Dzieje się tak dlatego, że po przegapieniu czasu publikacji WordPress nie opublikuje wpisu na blogu w innym czasie.

W przypadku większości użytkowników nie zdarza się to zbyt często. Jednak błąd pominiętego harmonogramu może stać się częstym problemem WordPressa dla niektórych blogerów.

Może to być frustrujące, gdy prowadzisz bloga WordPress. W końcu nie chcesz tracić czasu na powtarzające się zadania lub poprawki błędów WordPressa zamiast na tworzenie treści.

W związku z tym przyjrzyjmy się, jak łatwo poprawić błąd braku wpisu w harmonogramie w WordPress.

Jak naprawiono błąd braku wpisu w harmonogramie WordPressa?

Pierwszą rzeczą, którą musisz zrobić, to zainstalować i włączyć wtyczkę Missed Scheduled Post Publisher. Aby uzyskać więcej informacji, zapoznaj się z naszym przewodnikiem krok po kroku, jak zainstalować wtyczkę WordPress.

Wtyczka działa po wyjęciu z pudełka i nie ma żadnych ustawień do skonfigurowania.

Jak działa wtyczka Missed Scheduled Post Publisher?

Wtyczka po prostu sprawdza twoją witrynę internetową co 15 minut, aby sprawdzić, czy zaplanowany wpis WordPress nie przekroczył harmonogramu.

Jeśli znajdzie jakiekolwiek pominięte zaplanowane elementy, zmienia ich status z zaplanowanego na opublikowany. Działa to jak wyzwalacz zaplanowanego wpisu na twojej witrynie internetowej WordPress.

Działa dla wpisów, stron, produktów i wszelkich innych niestandardowych typów treści, które możesz mieć na swojej witrynie internetowej WordPress.

Zbudowaliśmy tę wtyczkę, aby upewnić się, że nie wpływa ona na szybkość Twojej witryny WordPress, ponieważ wiemy, że szybkość jest ważna dla SEO. Używamy tej wtyczki na naszych własnych witrynach internetowych WordPress.

Rozwiązywanie problemów z błędem braku zaplanowanych wpisów w WordPressie

Jeśli zainstalowanie wtyczki wyzwalacza zaplanowanych wpisów nie poprawi od razu błędu zaplanowanych wpisów na twojej witrynie internetowej, poniżej znajduje się kilka wskazówek, które możesz wypróbować.

1. Sprawdź ustawienia strefy czasowej twojego WordPressa

Ustawienie prawidłowej strefy czasowej jest jedną z pierwszych rzeczy do zrobienia po zainstalowaniu WordPressa. Czasami jednak użytkownicy przegapiają tę czynność, a ich strefa czasowa WordPressa nie odpowiada strefie czasowej, której chcą używać do publikowania i zarządzania swoją witryną internetową.

Po prostu przejdź do Ustawienia ” Ogólne z twojego kokpitu WordPress i przewiń w dół do sekcji „Strefa czasowa”, aby zobaczyć ustawienia. W tym miejscu należy wybrać twoją strefę czasową lub strefę czasową, której chcesz używać dla swojej witryny internetowej WordPress.

Set timezone in WordPress

Nie zapomnij kliknąć przycisku „Zapisz zmiany”, aby zapisać twoje ustawienia.

2. Wyczyść pamięć podręczną WordPressa

Jeśli w twoich wpisach na WordPressie nadal brakuje harmonogramu, to prawdopodobnie jest to spowodowane źle skonfigurowaną pamięcią podręczną wtyczki.

Spróbuj wyczyścić pamięć podręczną WordPress i upewnij się, że twoja wtyczka buforująca WordPress jest odpowiednio skonfigurowana do automatycznego czyszczenia pamięci podręcznej w regularnych odstępach czasu.

3. Zwiększenie limitu pamięci WordPress

Twoja witryna internetowa WordPress może zmagać się z niskim limitem pamięci. Można to poprawić, zezwalając WordPressowi na korzystanie z większej ilości pamięci serwera, co poprawi jego wydajność.

Najpierw musisz uzyskać dostęp do pliku wp-config.php za pomocą klienta FTP, takiego jak FileZilla lub aplikacji Menedżer plików w cPanel w kokpicie hostingu WordPress. Znajduje się on w twoim katalogu głównym.

Aby uzyskać więcej szczegółów, możesz przeczytać nasz przewodnik na temat korzystania z FTP do przesyłania plików do WordPress.

Następnie zalecamy wykonanie kopii zapasowej twojego pliku wp-config.php na wypadek popełnienia jakichkolwiek błędów. Możesz przeczytać nasz przewodnik na temat tworzenia kopii zapasowej twojej witryny.

Następnie po prostu dodaj następujący kod do twojego pliku wp-config. php tuż przed linią kodu, która mówi: „To wszystko, przestań edytować! Szczęśliwego publikowania”.

define('WP_MEMORY_LIMIT', '500M');

Więcej informacji można znaleźć w naszym przewodniku na temat zwiększania limitu pamięci PHP w WordPress.

4. Wyłącz wp-cron i skonfiguruj nowe zadanie Cron

Jak wspomnieliśmy wcześniej, WordPress cron (znany również jako wp-cron) może pomijać zaplanowane zadania, takie jak publikowanie zaplanowanych wpisów WordPress.

Możesz wyłączyć wp-cron i utworzyć własne zadanie cron, które będzie działać w systemie operacyjnym dostawcy hostingu. Dzięki temu WordPress będzie mógł uruchamiać zaplanowane zadania, takie jak publikowanie twoich wpisów.

Aby uzyskać więcej informacji, zapoznaj się z naszym przewodnikiem na temat wyłączania wp-cron w WordPress i konfigurowania odpowiednich zadań cron.

Mamy nadzieję, że ten poradnik WordPress pomógł ci dowiedzieć się, jak łatwo poprawić błąd braku wpisu harmonogramu w WordPress. Możesz również zapoznać się z naszym przewodnikiem dla początkujących na temat tego, jak łatwo samodzielnie rozwiązywać błędy WordPress a lub naszymi typami najlepszych wtyczek WordPress dla witryn biznesowych.

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.

Ujawnienie: Nasze treści są wspierane przez czytelników. Oznacza to, że jeśli klikniesz na niektóre z naszych linków, możemy otrzymać prowizję. Zobacz jak WPBeginner jest finansowany, dlaczego to ma znaczenie i jak możesz nas wspierać. Oto nasz proces redakcyjny.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Najlepszy zestaw narzędzi WordPress

Uzyskaj BEZPŁATNY dostęp do naszego zestawu narzędzi - zbiór produktów i zasobów związanych z WordPressem, które każdy profesjonalista powinien mieć!

Reader Interactions

55 komentarzyZostaw odpowiedź

  1. 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.

  2. 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!

      Administrator

  3. 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 :)

      Administrator

  4. 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!

      Administrator

  5. 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!

      Administrator

  6. Yaxye Daacad

    Thanks, The first method solved my problem. I updated my time zone and its working.

  7. Sjors

    Thanks a lot for this post! The plugin works great and fixes the error :)

  8. 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

  9. Himal Ghale

    Learn much more from article, thank you

  10. 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?

  11. 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.

      Administrator

      • 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?

  12. 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)

  13. Mary Ann Aschenbrenner

    This worked like a charm. Installed WP Missed Schedule and the missed post was posted immediately. Thank you!

  14. 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.

      Administrator

  15. 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.

  16. 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.

  17. 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

  18. Ach

    Hi,

    Is there a way to fix WITHOUT using any wordpress plugin???
    Thx

  19. 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.

  20. Rachael

    Worked for me, great! Thanks.

  21. JAcob

    Is it possible to change the time between running the cron??

  22. 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

  23. 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?

  24. 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.

      Administrator

      • 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!

  25. 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.)

  26. Huram

    Thanks, will use it and see.

  27. 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.

  28. Paul

    Thanks so much for this, it was really frustrating to see that 3 posts were not published on time! Many thanks!

    Paul

  29. 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.

  30. 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.

  31. sanel

    I have a problem that my scheduled gif image posts dont have thumbnails when I use this plugin.

  32. 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.

      Administrator

  33. dee mcgee

    I can’t seem to find the Plugin even using the link above.

  34. Zimbrul

    Great stuff. Yesterday this occurred to me and I was thinking was a isolated bug… Thanks for the tip

  35. 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 :)

      Administrator

  36. 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.

  37. 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.

Zostaw odpowiedź

Dziękujemy za pozostawienie komentarza. Pamiętaj, że wszystkie komentarze są moderowane zgodnie z naszymi polityka komentarzy, a Twój adres e-mail NIE zostanie opublikowany. NIE używaj słów kluczowych w polu nazwy. Przeprowadźmy osobistą i konstruktywną rozmowę.