<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2855" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Austin Matzko&#039;s Forum &#187; Tag: email automated - Recent Posts</title>
		<link>http://austinmatzko.com/forum/tags/email-automated</link>
		<description>Austin Matzko&#039;s Forum &#187; Tag: email automated - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 19:10:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2855</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://austinmatzko.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://austinmatzko.com/forum/rss/tags/email-automated" rel="self" type="application/rss+xml" />

		<item>
			<title>Solomon on "No automated email backups"</title>
			<link>http://austinmatzko.com/forum/topic/no-automated-email-backups#post-525</link>
			<pubDate>Thu, 08 May 2008 19:06:19 +0000</pubDate>
			<dc:creator>Solomon</dc:creator>
			<guid isPermaLink="false">525@http://austinmatzko.com/forum/</guid>
			<description><p>I managed to resolve this query with the help of some members of <a href="https://members.nearlyfreespeech.net/forums/viewtopic.php?t=2606&#38;start=0&#38;postdays=0&#38;postorder=asc&#38;highlight=">the forum for my webhost</a>. Apparently, there is an issue with /wp-includes/cron.php.</p>
<blockquote><p>
For any other Wordpress 2.5 users who are having problems getting future posts and other cron functions like trackbacks and pings working do the following.</p>
<p>in /includes/cron.php search for</p>
<p>Code:</p></blockquote>
<pre><code>if ( $argyle )
      fputs( $argyle,
           &#34;GET {$parts[&#39;path&#39;]}?check=&#34; . wp_hash(&#39;187425&#39;) . &#34; HTTP/1.0\r\n&#34;
         . &#34;Host: {$_SERVER[&#39;HTTP_HOST&#39;]}\r\n\r\n&#34;
      );
}</code></pre>
<blockquote><p>and replace with</p>
<p>Code:</p></blockquote>
<pre><code>if ( $argyle ){
      fputs( $argyle,
           &#34;GET {$parts[&#39;path&#39;]}?check=&#34; . wp_hash(&#39;187425&#39;) . &#34; HTTP/1.0\r\n&#34;
         . &#34;Host: {$_SERVER[&#39;HTTP_HOST&#39;]}\r\n\r\n&#34;   );
      fflush($argyle);
      fgets($argyle);
      fclose($argyle);
   }
}</code></pre>
<p>I've posted this here for those people who do not have any account at NearlyFreeSpeech.net. I've edited this code, and it does seem to work much better now.
</p></description>
		</item>
		<item>
			<title>Solomon on "No automated email backups"</title>
			<link>http://austinmatzko.com/forum/topic/no-automated-email-backups#post-524</link>
			<pubDate>Thu, 08 May 2008 05:08:59 +0000</pubDate>
			<dc:creator>Solomon</dc:creator>
			<guid isPermaLink="false">524@http://austinmatzko.com/forum/</guid>
			<description><p>Firstly, I'd like to say that on at least one occasion, this plugin has saved my bacon. I wouldn't be without it! :)</p>
<p>However, I've recently moved to a new hosting provider, and the plugin has stopped working automatically. What might be relevant is that the host doesn't have cron enabled. I seem to recall seeing, though, that the plugin uses Wordpress' own cron?</p>
<p>When using the plugin manually, it works fine - it backs up to the server, emails, downloads to the computer, etc. And everything is included in the backup - all the relevant tables. Sending the email and attachment to Gmail works fine (the attachment is only about 100kb).</p>
<p>It's only when the plugin is due to run manually that nothing happens. I've had a look at the Backup page, and it seems that the schedule isn't updating. For example, I set the plugin to run every hour, at 9AM, and press submit. At 10AM, it should do it's thing, but when I go back later, it's still saying </p>
<blockquote><p>Next Backup: May 8, 2008 @ 10:00 am</p></blockquote>
<p>Is there something I need to do or change to get this to work?
</p></description>
		</item>

	</channel>
</rss>

