<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>video blogster pro | ぽんさんのあれやこれや</title>
	<atom:link href="https://fisf.biz/category/%e5%82%99%e5%bf%98%e9%8c%b2/wordpress/video-blogster-pro/feed/" rel="self" type="application/rss+xml" />
	<link>https://fisf.biz</link>
	<description>LINEスタンプ、クロスワードパズル、数独（SUDOKU）ナンプレ、ふるさと納税などなどきまぐれにアップしていきます。</description>
	<lastBuildDate>Tue, 30 Aug 2022 16:21:55 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://fisf.biz/wp-content/uploads/2015/07/ico.png</url>
	<title>video blogster pro | ぽんさんのあれやこれや</title>
	<link>https://fisf.biz</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="self" href="https://fisf.biz/category/%e5%82%99%e5%bf%98%e9%8c%b2/wordpress/video-blogster-pro/feed/"/>
	<item>
		<title>video blogster proで自動投稿がうまくいかない場合の対処方法</title>
		<link>https://fisf.biz/video-blogster-pro%e3%81%a7%e8%87%aa%e5%8b%95%e6%8a%95%e7%a8%bf%e3%81%8c%e3%81%86%e3%81%be%e3%81%8f%e3%81%84%e3%81%8b%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88%e3%81%ae%e5%af%be%e5%87%a6%e6%96%b9%e6%b3%95/</link>
		
		<dc:creator><![CDATA[管理人]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 20:49:35 +0000</pubDate>
				<category><![CDATA[video blogster pro]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[videoblogstespro]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[まとめサイト]]></category>
		<category><![CDATA[自動投稿]]></category>
		<guid isPermaLink="false">https://fisf.biz/?p=3954</guid>

					<description><![CDATA[YouTubeのまとめサイトを作った時に、video blogster proで動画の自動投稿がうまくいかなかったときの対処方法を備忘録としてアップします。同じようなことでお悩みの方の一助になれば幸いです。 目次 症状解 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>YouTubeのまとめサイトを作った時に、video blogster proで動画の自動投稿がうまくいかなかったときの対処方法を備忘録としてアップします。同じようなことでお悩みの方の一助になれば幸いです。</p>




  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">症状</a></li><li><a href="#toc2" tabindex="0">解決手順</a></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">症状</span></h2>



<p>以下のようなエラーメッセージが出て、自動投稿ができなくなった。</p>



<p>エラーメッセージ：<br><span class="marker-under-red">Video Blogster notice: mod_php and DISABLE_WP_CRON not defined. This means server will terminate script if timeout limit reached</span></p>



<h2 class="wp-block-heading"><span id="toc2">解決手順</span></h2>



<p>まずwp-config.phpに下記コードを追記。</p>



<pre class="wp-block-code"><code>define('DISABLE_WP_CRON', true);</code></pre>



<p>次に下記コードをサーバーのCron設定追加。※「mydomain.com」の部分は、ご自身のものに変更してください。</p>



<pre class="wp-block-code"><code>wget -q -O /dev/null http://www.mydomain.com/wp-cron.php?doing_wp_cron &gt; /dev/null 2&gt;&amp;1</code></pre>



<p>※参考画像（下記、エックスサーバーのもの）</p>



<p>コマンド以外の設定は、分15、時*、日*、月*、曜日*にしました。</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="580" height="558" src="https://fisf.biz/wp-content/uploads/2021/07/dbd44e1e16e3336257167427a12e4f20-580x558.png" alt="YouTubeのまとめサイトを作った時に、video blogster proで動画の自動投稿がうまくいかなかったときの対処方法「Cron設定」" class="wp-image-3969" srcset="https://fisf.biz/wp-content/uploads/2021/07/dbd44e1e16e3336257167427a12e4f20-580x558.png 580w, https://fisf.biz/wp-content/uploads/2021/07/dbd44e1e16e3336257167427a12e4f20-300x289.png 300w, https://fisf.biz/wp-content/uploads/2021/07/dbd44e1e16e3336257167427a12e4f20-374x360.png 374w, https://fisf.biz/wp-content/uploads/2021/07/dbd44e1e16e3336257167427a12e4f20.png 741w" sizes="(max-width: 580px) 100vw, 580px" /></figure>



<p>参考サイト：<a rel="noopener" href="http://videoblogsterpro.com/documentation/#server-cron-jobs" target="_blank">Video Blogsterトラブルシューティング</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
