1. Helmut
  2. RO CSVI
  3. Thursday, 03 December 2020
  4.  Subscribe via email
We try to setup a cronjob without success. Does this command make any sense?

xxx/public_html/administrator/components/com_csvi/helper/cron.php --key="xxxx" --template_id="27" --file="xxx/public_html/csvi/google_merchant_de.xml"
Accepted Answer Pending Moderation
Hello Helmut,
You are missing PHP executable path in your cron command. Take a look at Setting up cron using RO CSVI document for cron command.
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. # 1
Accepted Answer Pending Moderation
I see copy past mistake, we start with /usr/local/bin/php

so it is:

/usr/local/bin/php xxx/public_html/administrator/components/com_csvi/helper/cron.php --key="xxxx" --template_id="27" --file="xxx/public_html/csvi/google_merchant_de.xml"

The template already has the setting for the file name and location do we need this in the cronjob command or should this be enough:

/usr/local/bin/php xxx/public_html/administrator/components/com_csvi/helper/cron.php --key="xxxx" --template_id="27"

nevertheless it wont run the export
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
The template already has the setting for the file name and location do we need this in the cronjob command or should this be enough:

If the file has been already set in template then that should be enough. You don't need to give the location of file in cron command.

/usr/local/bin/php xxx/public_html/administrator/components/com_csvi/helper/cron.php --key="xxxx" --template_id="27"

nevertheless it wont run the export

Cron command looks correct by the looks of it. Did you check the export from backend? Does that work?
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. # 3
Accepted Answer Pending Moderation
yes it works from the backend, it saves a file local and on the server
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
Can you tell me which RO CSVI version you are using? Check if there is any error with cron export from server error logs?
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. # 5
Accepted Answer Pending Moderation
Hello Helmut,

nevertheless it wont run the export
What is the output you see when you run the CLI command?
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. # 6
  • Page :
  • 1


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