WordPressのスケジュール投稿エラーを修正する方法を知りたいですか?
WordPressには、後日自動的に公開する投稿を簡単にスケジュールできる機能がビルトインされています。しかし、時にはスケジュールした投稿がすべて公開されていないことに気づくかもしれません。
この投稿では、WordPressでスケジュール投稿のミスエラーを簡単に修正する方法を紹介します。これにより、スケジュール投稿が時間通りに公開されるようになります。
WordPressが予定投稿を見逃す原因とは?
ホスティング環境やプラグインの競合により、WordPressがスケジュール投稿を見逃す可能性があります。
通常、WordPressの投稿を後で公開するようにスケジュールすると、WordPressは「Cron」または「WordPress Cron」と呼ばれる技術を使って、投稿を時間通りに自動的に公開します。
しかし、WordPressホスティングサービスのサーバーやプラグインがWordPressのcronジョブに影響を与えている場合、WordPressはスケジュールされた投稿を公開するなどのスケジュールされたタスクを逃してしまいます。
更新のチェックや自動保存された下書きの削除など、他のcronジョブはまだ時々動作するかもしれません。それは、WordPressが一度公開時間を逃すと、別の時間にブログ投稿を公開しないからです。
ほとんどのユーザーにはあまり起こりません。しかし、スケジュールミスのエラーは、一部のブロガーにとってWordPressの一般的な問題になる可能性があります。
WordPressでブログを運営していると、このようなことにイライラすることがある。結局のところ、コンテンツを作成する代わりに、繰り返しの作業やWordPressエラーの修正に時間を浪費したくないのだ。
ということで、WordPressでスケジュール投稿ミスのエラーを簡単に修正する方法を見てみましょう。
WordPressのスケジュール投稿エラー修正方法
最初に行う必要があるのは、Missed Scheduled Post Publisherプラグインをインストールして有効化することです。詳しくは、WordPressプラグインのインストール方法のステップバイステップガイドをご覧ください。
プラグインは箱から出してすぐに使えるし、設定することもない。
Missed Scheduled Post Publisherプラグインはどのように機能しますか?
このプラグインは、15分ごとにサイトをチェックし、WordPressのスケジュール投稿が予定に間に合わなかったかどうかを確認します。
もし見逃されたスケジュール項目があれば、その状態をスケジュールから公開に変更します。これは、WordPressサイトのスケジュール投稿トリガーとして機能します。
投稿日、ページ、商品、その他WordPressサイトにあるカスタム投稿タイプに対応しています。
私たちはこのプラグインを、WordPressサイトのスピードに影響を与えないようにビルトインしました。私たちは自分のWordPressサイトでこのプラグインを使用しています。
WordPressの定期投稿エラーに関するトラブルシューティング
スケジュール投稿トリガープラグインをインストールしても、すぐに投稿日: のエラーが直らない場合は、以下のヒントを試してみてください。
1.WordPressのタイムゾーン設定を確認する
正しいタイムゾーンの設定は、WordPressをインストールした後に最初に行うことのひとつです。しかし、ユーザーがそれを見逃してしまい、WordPressのタイムゾーンがサイトの公開や管理に使用したいタイムゾーンと一致しないことがあります。
WordPressダッシュボードから設定 ” 一般に進み、「タイムゾーン」セクションまでスクロールダウンして設定を表示します。ここから、タイムゾーンまたはWordPressサイトで使用するタイムゾーンを選択する必要があります。
変更を保存」ボタンをクリックして、設定を保存することを忘れないでください。
2.WordPressのキャッシュをクリアする。
もしあなたのWordPress投稿がまだスケジュールを欠落している場合、キャッシュプラグインの設定が不十分である可能性があります。
WordPressのキャッシュをクリアし、WordPressのキャッシュプラグインが定期的に自動的にキャッシュをクリアするように適切に設定されていることを確認してください。
3.WordPressのメモリ制限を増やす
WordPressのサイトがメモリ不足に悩んでいる可能性があります。WordPressがより多くのサーバーメモリを使用できるようにすることで、パフォーマンスを向上させることができます。
まず、FileZillaのようなFTPクライアントまたはWordPressホスティングダッシュボードのcPanel内のファイルマネージャーアプリを使用して、wp-config.phpファイルにアクセスする必要があります。このファイルはルートフォルダーにあります。
詳しくは、FTPを使ってWordPressにファイルをアップロードする方法をご覧ください。
万が一ミスがあった場合に備えて、wp-config.phpファイルのバックアップを取ることをお勧めします。サイトのバックアップ方法については、こちらのガイドをご覧ください。
そして、次のコードをwp-config.phpファイルの「すべてです!ハッピー公開する。
define('WP_MEMORY_LIMIT', '500M');
詳しくは、WordPressのPHPメモリ制限を増やす方法をご覧ください。
4.wp-cronを無効化し、新規Cronジョブをセットアップする。
前述したように、WordPress cron (wp-cronとしても知られています)は、WordPressのスケジュールされた投稿を公開するようなスケジュールされたタスクを見逃している可能性があります。
wp-cronを無効化し、ウェブホスティングサービスのオペレーティングシステム上で実行される独自のcronジョブを作成することができます。これは、WordPressにスケジュールされた投稿を公開するようなスケジュールされたタスクを実行するように指示します。
詳しくは、WordPressでwp-cronを無効化し、適切なcronジョブを設定する方法をご覧ください。
このWordPressチュートリアルで、WordPressのスケジュール投稿エラーを簡単に修正する方法をご理解いただけたでしょうか?WordPressのエラーを自分で簡単にトラブルシューティングする方法についての初心者向けガイド、またはビジネスサイトに最適なWordPressプラグインのピックアップもご覧ください。
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!
管理者
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
管理者
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!
管理者
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!
管理者
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.
管理者
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.
管理者
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.
管理者
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.
管理者
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.
管理者
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.
管理者
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
管理者
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.