We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Cron time? | Forum

JB TECH
JB TECH Sep 2 '12
What should the Cron time be so my Data Import plugin works correctly?
The Forum post is edited by JB TECH Sep 2 '12
Purusothaman Ramanujam
Does Data Import plugin really needs cron to be setup?

In general, Oxwall needs cron to be run for every second.
Michael I.
Michael I. Sep 3 '12
Yes, Cron is required for Data Export and Import. And the best time for running Cron is every minute.
JB TECH
JB TECH Sep 3 '12
How can I add the cron time? Any specific files/directories I need to edit?
Michael I.
Michael I. Sep 5 '12
Well, there are multiple ways. If you have Cpanel installed on your server, there should be a Cron Jobs/Scheduled Tasks tool that allows setting specific time interval for Cron commands.

Also you can access your server via SSH, type in the crontab -e command and edit your existing Cron command by adding a specific amount of asterisks before your Cron command. If you need Cron to be ran every minute, your command should look like the following one:

* * * * * wget http://yourwebsite.com/path/to/cron/run.php


Take some time reading about Cron Jobs at Google and don't hesitate to ask if you have any questions, Jake.