Você quer saber como corrigir o erro de postagem de programação perdida no WordPress?
O WordPress vem com um recurso interno que permite agendar facilmente postagens para serem publicadas automaticamente em um momento posterior. No entanto, às vezes, você pode perceber que os posts agendados não são publicados.
Neste artigo, mostraremos a você como corrigir facilmente o erro de postagem programada perdida no WordPress. Isso garantirá que suas postagens agendadas sejam publicadas no prazo.
O que faz com que o WordPress perca as publicações programadas?
Seu ambiente de hospedagem na Web ou conflitos de plug-in podem fazer com que o WordPress perca postagens programadas.
Normalmente, quando você agenda uma postagem no WordPress para ser publicada mais tarde, o WordPress usa uma tecnologia chamada “Cron” ou“WordPress Cron” para publicar automaticamente a postagem no prazo.
No entanto, se o servidor do seu provedor de hospedagem WordPress ou um plugin estiver afetando os cron jobs do WordPress, o WordPress perderá as tarefas agendadas, como a publicação de posts agendados.
Seus outros cron jobs, como a verificação de atualizações ou a exclusão de rascunhos salvos automaticamente, ainda podem funcionar ocasionalmente. Isso ocorre porque, quando o horário de publicação for perdido, o WordPress não publicará a postagem do blog em um horário diferente.
Isso não acontece com muita frequência para a maioria dos usuários. No entanto, o erro de programação perdida pode se tornar um problema comum do WordPress para alguns blogueiros.
Isso pode ser frustrante quando se está administrando um blog em WordPress. Afinal, você não quer perder tempo com tarefas repetitivas ou corrigindo erros do WordPress em vez de criar conteúdo.
Dito isso, vamos dar uma olhada em como corrigir facilmente o erro de postagem de programação perdida no WordPress.
Como corrigir o erro de postagem de programação perdida no WordPress
A primeira coisa que você precisa fazer é instalar e ativar o plug-in Missed Scheduled Post Publisher. Para obter mais detalhes, consulte nosso guia passo a passo sobre como instalar um plug-in do WordPress.
O plug-in funciona imediatamente e não há configurações a serem definidas.
Como funciona o plug-in Missed Scheduled Post Publisher?
O plug-in simplesmente verifica seu site a cada 15 minutos para ver se uma postagem programada do WordPress perdeu a programação.
Se encontrar algum item agendado perdido, ele altera seu status de agendado para publicado. Isso funciona como um acionador de postagem agendada em seu site do WordPress.
Ele funciona para posts, páginas, produtos e quaisquer outros tipos de posts personalizados que você possa ter em seu site WordPress.
Criamos esse plug-in para garantir que ele não afete a velocidade do seu site WordPress, pois sabemos que a velocidade é importante para o SEO. Estamos usando esse plug-in em nossos próprios sites do WordPress.
Solução de problemas do erro de posts agendados perdidos no WordPress
Se a instalação do plug-in de acionamento de postagem agendada não corrigir imediatamente o erro de postagens agendadas em seu site, a seguir estão algumas dicas que você pode tentar.
1. Verifique suas configurações de fuso horário do WordPress
Definir o fuso horário correto é uma das primeiras coisas a serem feitas após a instalação do WordPress. No entanto, às vezes os usuários deixam de fazer isso e o fuso horário do WordPress não corresponde ao fuso horário que eles desejam usar para publicar e gerenciar o site.
Basta acessar Configurações ” Geral no painel do WordPress e rolar para baixo até a seção “Fuso horário” para visualizar as configurações. A partir daí, você precisa selecionar seu fuso horário ou o fuso horário que deseja usar no site do WordPress.
Não se esqueça de clicar no botão “Save Changes” (Salvar alterações) para armazenar suas configurações.
2. Limpar o cache do WordPress
Se os posts do WordPress ainda estiverem sem agendamento, é provável que isso se deva a um plug-in de cache mal configurado.
Tente limpar o cache do WordPress e verifique se o plug-in de cache do WordPress está configurado corretamente para limpar automaticamente o cache em intervalos regulares.
3. Aumentar o limite de memória do WordPress
Seu site WordPress pode estar tendo problemas com um limite de memória baixo. Você pode corrigir isso permitindo que o WordPress use mais memória do servidor, o que melhorará seu desempenho.
Primeiro, você precisará acessar o arquivo wp-config.php usando um cliente FTP como o FileZilla ou o aplicativo Gerenciador de arquivos no cPanel do painel de controle da hospedagem do WordPress. Ele está localizado em sua pasta raiz.
Para obter mais detalhes, leia nosso guia sobre como usar o FTP para fazer upload de arquivos no WordPress.
Em seguida, recomendamos fazer um backup do arquivo wp-config.php para o caso de cometer algum erro. Você pode ler nosso guia sobre como fazer backup do seu site.
Em seguida, basta adicionar o seguinte código ao seu arquivo wp-config.php, logo antes da linha de código que diz: “Isso é tudo, pare de editar! Feliz publicação”.
define('WP_MEMORY_LIMIT', '500M');
Para obter mais informações, consulte nosso guia sobre como aumentar o limite de memória PHP no WordPress.
4. Desativar o wp-cron e configurar um novo trabalho Cron
Como mencionamos anteriormente, o cron do WordPress (também conhecido como wp-cron) pode estar perdendo tarefas agendadas, como a publicação de suas postagens agendadas no WordPress.
Você pode desativar o wp-cron e criar seu próprio trabalho cron que será executado no sistema operacional do seu provedor de hospedagem na Web. Ele dirá ao WordPress para executar tarefas agendadas, como a publicação de suas postagens agendadas.
Para obter mais informações, consulte nosso guia sobre como desativar o wp-cron no WordPress e configurar trabalhos cron adequados.
Esperamos que este tutorial do WordPress tenha ajudado você a aprender como corrigir facilmente o erro de postagem de programação perdida no WordPress. Talvez você também queira ver nosso guia para iniciantes sobre como solucionar facilmente erros do WordPress por conta própria ou nossas escolhas dos melhores plug-ins do WordPress para sites comerciais.
Se você gostou deste artigo, inscreva-se em nosso canal do YouTube para receber tutoriais em vídeo sobre o WordPress. Você também pode nos encontrar no Twitter e no Facebook.
Syed Balkhi
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
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!
Administrador
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
Administrador
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!
Administrador
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!
Administrador
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.
Administrador
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.
Administrador
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.
Administrador
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.
Administrador
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.
Administrador
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.
Administrador
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
Administrador
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.