<?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>Okada Design Blog &#187; Joomla</title>
	<atom:link href="http://www.okadadesign.no/blog/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okadadesign.no/blog</link>
	<description>Welcome to Okada Design Web Development Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cron job</title>
		<link>http://www.okadadesign.no/blog/joomla/cron-job/</link>
		<comments>http://www.okadadesign.no/blog/joomla/cron-job/#comments</comments>
		<pubDate>Fri, 01 May 2009 10:11:00 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=64</guid>
		<description><![CDATA[ <p></p> <p>Recently I had to set up a cron job for Jomsocial. The site is for a school and I am working for this site on volunteer base. The site is built on Joomla, XAMPP and 2003 Windows server.</p> <p>I tried a windows scheduled task but it does not work by some reasons. [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/joomla/setting-up-cronjob-for-jomsocial-with-jcron-in-xampp/' rel='bookmark' title='Setting up Cronjob for Jomsocial with Jcron in XAMPP'>Setting up Cronjob for Jomsocial with Jcron in XAMPP</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/creating-a-simple-cron-job-with-codeigniter/' rel='bookmark' title='Creating a simple cron job with CodeIgniter'>Creating a simple cron job with CodeIgniter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fjoomla%2Fcron-job%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fjoomla%2Fcron-job%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft" src="http://www.sxc.hu/pic/m/z/ze/zela/515858_pen_and_numbers.jpg" alt="" width="225" height="300" /></p>
<p>Recently I had to set up a cron job for Jomsocial. The site is for a school and I am working for this site on volunteer base. The site is built on Joomla, XAMPP and 2003 Windows server.</p>
<p>I tried a windows scheduled task but it does not work by some reasons. I tried Joomla extension jCron, but it does not work either in this situation. I downloaded a program called &#8220;Cron for windows&#8221;. But it is not free.</p>
<p>I set up the scheduled task on my laptop and it works, but it must work 24 hrs everyday. So I abandoned this idea.</p>
<p>Then I thought it can be done online. I found two free online services and I am using <a href="http://www.setcronjob.com/">http://www.setcronjob.com/</a> . This works great and easy to set up. It works for every 5 minutes to any schedule.<br />
The other one is <a href="http://www.onlinecronjobs.com/">http://www.onlinecronjobs.com/</a>, but this allows only once a day and up to 5 cronjobs.</p>
<p>For my particular case, I just need to paste the Jomsocial cron job URL to &#8220;URL to call&#8221; in www.setcronjob.com<br />
e.g. http://www.mywebsite/index.php?option=com_community&amp;task=cron</p>
<p>You need to replace www.mywebsite to yours.</p>
<p>The following links are my other collections during this research.</p>
<p><a href="http://www.cronforwindows.com/">Cron for windows</a><br />
<a href="http://drupal.org/node/31506">Configuring cron jobs on Windows</a> from Drupal, using Firefox.<br />
Joomla plugin <a href="http://www.joomlaplug.com/Tools/JoomlaPlug_Tools/JCron_Scheduler.html">Jcron</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/joomla/setting-up-cronjob-for-jomsocial-with-jcron-in-xampp/' rel='bookmark' title='Setting up Cronjob for Jomsocial with Jcron in XAMPP'>Setting up Cronjob for Jomsocial with Jcron in XAMPP</a></li>
<li><a href='http://www.okadadesign.no/blog/codeigniter/creating-a-simple-cron-job-with-codeigniter/' rel='bookmark' title='Creating a simple cron job with CodeIgniter'>Creating a simple cron job with CodeIgniter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/joomla/cron-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Cronjob for Jomsocial with Jcron in XAMPP</title>
		<link>http://www.okadadesign.no/blog/joomla/setting-up-cronjob-for-jomsocial-with-jcron-in-xampp/</link>
		<comments>http://www.okadadesign.no/blog/joomla/setting-up-cronjob-for-jomsocial-with-jcron-in-xampp/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 05:01:00 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=61</guid>
		<description><![CDATA[ <p>I was working on my Jomsocial and it needs a cronjob. Unless you set up a cronjob it does not send any email notices in Jomsocial. For example notice for Friend request, Group bulletins, private messages.My set up is Joomla on XAMPP. If you are using the same, this article may help.</p> <p>First [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/joomla/cron-job/' rel='bookmark' title='Cron job'>Cron job</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/how-to-start-zend-framework-in-xampp/' rel='bookmark' title='How to start Zend Framework in Xampp'>How to start Zend Framework in Xampp</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/how-to-add-httpd-conf-to-xampp/' rel='bookmark' title='How to add httpd.conf to XAMPP'>How to add httpd.conf to XAMPP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fjoomla%2Fsetting-up-cronjob-for-jomsocial-with-jcron-in-xampp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fjoomla%2Fsetting-up-cronjob-for-jomsocial-with-jcron-in-xampp%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I was working on my Jomsocial and it needs a cronjob. <br />Unless you set up a cronjob it does not send any email notices in Jomsocial. For example notice for Friend request, Group bulletins, private messages.<br />My set up is Joomla on XAMPP. If you are using the same, this article may help.</p>
<p>First you need to open C:\xampp\htdocs\JOOMLA\components\com_community\cronjob.php and change the hosting and subfolder.</p>
<p>Install <a href="http://www.joomlaplug.com/Tools/JoomlaPlug_Tools/JCron_Scheduler.html">Jcron</a>.  <br />I found <a href="http://www.joomlaplug.com/component/option,com_fireboard/Itemid,89/func,view/id,5504/catid,13/">this forum</a> and <a href="http://easycaptures.com/8219068000">this screen</a> shot which explains the set up for Jcron. <br />The screenshot will tell you how to set up a cronjob in Jcron.</p>
<p>My template needed a writable permission and the site was running on XAMPP. <br />Windows does not have chmod, so I right click the file &#8220;mytemplate.php&#8221; in explorer  in the server and removed the &#8220;read only&#8221; attribute. </p>
<p>Then going back to Joomla back end > component > JCron > Configuration to run &#8220;Enable CRON RUN&#8221;.</p>
<p>Jcron does the job when someone visit your website or click a menu. <br />However I thought I need to set up a server side cron job as well.</p>
<p>Going back to Windows server to set up a scheduled task. All programs > Accessories > System tools > scheduled tasks.<br />I set up every 30min from 7AM for 12 hours everyday.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/joomla/cron-job/' rel='bookmark' title='Cron job'>Cron job</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/how-to-start-zend-framework-in-xampp/' rel='bookmark' title='How to start Zend Framework in Xampp'>How to start Zend Framework in Xampp</a></li>
<li><a href='http://www.okadadesign.no/blog/xampp/how-to-add-httpd-conf-to-xampp/' rel='bookmark' title='How to add httpd.conf to XAMPP'>How to add httpd.conf to XAMPP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/joomla/setting-up-cronjob-for-jomsocial-with-jcron-in-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

