<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: ISP-In-A-Box: The $500 Mac mini (Chapter XII, Email Reminders)	</title>
	<atom:link href="https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Sat, 13 May 2006 01:18:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: homer		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/comment-page-1/#comment-1527</link>

		<dc:creator><![CDATA[homer]]></dc:creator>
		<pubDate>Sat, 13 May 2006 01:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=38#comment-1527</guid>

					<description><![CDATA[The rest of the fix. Something about PHP5 not liking Short Open tags.  I just put &quot;php&quot; after the &quot;&lt;?&quot; in 2 places in functions.php and 1 in list.php.]]></description>
			<content:encoded><![CDATA[<p>The rest of the fix. Something about PHP5 not liking Short Open tags.  I just put "php" after the "<?" in 2 places in functions.php and 1 in list.php.
</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: homer		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/comment-page-1/#comment-1526</link>

		<dc:creator><![CDATA[homer]]></dc:creator>
		<pubDate>Fri, 12 May 2006 21:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=38#comment-1526</guid>

					<description><![CDATA[I got email reminders to work with PHP5. It would not display the first screen, just a blank page. I just put &#039;php&#039; after &#039;&lt;?&#039; in 2 places in functions.php and 1 place in list.php.  Something about PHP5 not liking Short Open tags.]]></description>
			<content:encoded><![CDATA[<p>I got email reminders to work with PHP5. It would not display the first screen, just a blank page. I just put &#8216;php&#8217; after &#8216;<?' in 2 places in functions.php and 1 place in list.php.  Something about PHP5 not liking Short Open tags.
</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Kleinsmith		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/comment-page-1/#comment-705</link>

		<dc:creator><![CDATA[David Kleinsmith]]></dc:creator>
		<pubDate>Thu, 08 Dec 2005 17:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=38#comment-705</guid>

					<description><![CDATA[In case you don&#039;t remember, I am the individual who installed all of these modules via Fink.  I actually got the system (inc emrem) to work with php5 (instead of php4) without any problems.  But, when I did the latest Fink update of mysql (without really checking to see what I was installing, the email reminder functionality stopped working.  Specifically, I would type in localhost/emrem, and it would spin in the background, and then stop spinning, leaving a blank page.  I ran the script in webmin, and the script seems to run fine.  So, I believe that it is some problem in the GUI.  Any thoughts as to how to fix this?]]></description>
			<content:encoded><![CDATA[<p>In case you don&#8217;t remember, I am the individual who installed all of these modules via Fink.  I actually got the system (inc emrem) to work with php5 (instead of php4) without any problems.  But, when I did the latest Fink update of mysql (without really checking to see what I was installing, the email reminder functionality stopped working.  Specifically, I would type in localhost/emrem, and it would spin in the background, and then stop spinning, leaving a blank page.  I ran the script in webmin, and the script seems to run fine.  So, I believe that it is some problem in the GUI.  Any thoughts as to how to fix this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rod		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/comment-page-1/#comment-546</link>

		<dc:creator><![CDATA[Rod]]></dc:creator>
		<pubDate>Fri, 30 Sep 2005 23:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=38#comment-546</guid>

					<description><![CDATA[emrem will not run. When I run the cron job to test emrem I get the following error:

Can&#039;t locate Date/Calc.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at /Library/WebServer/Documents/emrem/cron-emrem.pl line 21.
BEGIN failed--compilation aborted at /Library/WebServer/Documents/emrem/cron-emrem.pl line 21.

Everything else is running fine. Can you help?

&lt;i&gt;[WM: Just Google for &quot;can&#039;t find date/calc.pm&quot; and you&#039;ll find your answer.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>emrem will not run. When I run the cron job to test emrem I get the following error:</p>
<p>Can&#8217;t locate Date/Calc.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at /Library/WebServer/Documents/emrem/cron-emrem.pl line 21.<br />
BEGIN failed&#8211;compilation aborted at /Library/WebServer/Documents/emrem/cron-emrem.pl line 21.</p>
<p>Everything else is running fine. Can you help?</p>
<p><i>[WM: Just Google for "can&#8217;t find date/calc.pm" and you&#8217;ll find your answer.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: homer		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/comment-page-1/#comment-97</link>

		<dc:creator><![CDATA[homer]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 04:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=38#comment-97</guid>

					<description><![CDATA[That was it, a missing &#039;/&#039;.  Thanks, it works now.]]></description>
			<content:encoded><![CDATA[<p>That was it, a missing &#8216;/&#8217;.  Thanks, it works now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: homer		</title>
		<link>https://nerdvittles.com/isp-in-a-box-the-mac-mini-chapter-xii-email-reminders/comment-page-1/#comment-96</link>

		<dc:creator><![CDATA[homer]]></dc:creator>
		<pubDate>Wed, 23 Feb 2005 00:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=38#comment-96</guid>

					<description><![CDATA[I can not figure out what I did wrong but here is the message I get in mail when I try to send a reminder:                                                                                                                     From root@kathy.local  Tue Feb 22 17:01:03 2005
Return-Path: &lt;root @kathy.local&gt;
X-Original-To: root@kathy.local
Delivered-To: homersta@kathy.local
Received: by kathy.local (Postfix, from userid 0)
	id B761F2376E5; Tue, 22 Feb 2005 17:01:01 -0700 (MST)
From: root@kathy.local (Cron Daemon)
To: root@kathy.local
Subject: Cron &lt;root @kathy&gt; Library/WebServer/Documents/emrem/cron-emrem.pl
X-Cron-Env: &lt;shell =/bin/sh&gt;
X-Cron-Env: &lt;home =/var/root&gt;
X-Cron-Env: &lt;path =/usr/bin:/bin&gt;
X-Cron-Env: &lt;logname =root&gt;
X-Cron-Env: &lt;user =root&gt;
Message-Id: &#060;20050223000101.B761F2376E5@kathy.local&gt;
Date: Tue, 22 Feb 2005 17:01:01 -0700 (MST)

/bin/sh: line 1: Library/WebServer/Documents/emrem/cron-emrem.pl: No such file or directory&lt;/user&gt;&lt;/logname&gt;&lt;/path&gt;&lt;/home&gt;&lt;/shell&gt;&lt;/root&gt;&lt;/root&gt;

&lt;i&gt;[WM: Looks like you&#039;re missing the forward slash in front of Library for the command line to run cron-emrem.pl.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I can not figure out what I did wrong but here is the message I get in mail when I try to send a reminder:                                                                                                                     From <a href="mailto:root@kathy.local">root@kathy.local</a>  Tue Feb 22 17:01:03 2005<br />
Return-Path: <root @kathy.local><br />
X-Original-To: <a href="mailto:root@kathy.local">root@kathy.local</a><br />
Delivered-To: <a href="mailto:homersta@kathy.local">homersta@kathy.local</a><br />
Received: by kathy.local (Postfix, from userid 0)<br />
	id B761F2376E5; Tue, 22 Feb 2005 17:01:01 -0700 (MST)<br />
From: <a href="mailto:root@kathy.local">root@kathy.local</a> (Cron Daemon)<br />
To: <a href="mailto:root@kathy.local">root@kathy.local</a><br />
Subject: Cron </root><root @kathy> Library/WebServer/Documents/emrem/cron-emrem.pl<br />
X-Cron-Env: <shell =/bin/sh><br />
X-Cron-Env: <home =/var/root><br />
X-Cron-Env: <path =/usr/bin:/bin>
X-Cron-Env: <logname =root><br />
X-Cron-Env: <user =root><br />
Message-Id: &lt;20050223000101.B761F2376E5@kathy.local><br />
Date: Tue, 22 Feb 2005 17:01:01 -0700 (MST)</p>
<p>/bin/sh: line 1: Library/WebServer/Documents/emrem/cron-emrem.pl: No such file or directory</user></logname></path></home></shell></root></p>
<p><i>[WM: Looks like you&#8217;re missing the forward slash in front of Library for the command line to run cron-emrem.pl.]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
