1. mile2tech
  2. RO CSVI
  3. Wednesday, 16 November 2016
  4.  Subscribe via email
Hi,
How to test if the cron is working? In the old version you click the cron button and you can see if is running or not
Accepted Answer Pending Moderation
I'm exporting orders and send them with FTP. So what need to be my cronjob

I try this: php /home/domain/public_html/administrator/components/com_csvi/helper/cron.php --key="word" --template_id="1"

But is not working. Before the cron job use to have username and password for the admin in Joomla
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello,
Have a look at Setting up cron job document on to know how to setup cron jobs.

How to test if the cron is working? In the old version you click the cron button and you can see if is running or not

You need to build cron URL as explained in the above linked document and can test it by running the cron url in command line.

I try this: php /home/domain/public_html/administrator/components/com_csvi/helper/cron.php --key="word" --template_id="1"

You need to include the path for PHP executable instead of php before cron url, it should be a valid path something like /usr/local/bin/php. It is also explained in the above document.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
I read the documentation and nothing was working... So finally i was able to fix it myself... On our VPS server you don't have to put the absolute path!
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Hello,

We give guidelines on how to setup a cron job, we can't know how your server is configured of course. At least you figured out how to do it for your VPS.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!