Hi there,
we are using a cron job to export a XML for Google Merchant once a day.
Until now (used with Joomla 3) we created a cron job (CLI) on our server with the following parameters.
/htdocs/administrator/components/com_csvi/helper/cron.php -- --key="mysecretkey" --template_id="1"
Now we migrated the site to Joomla 5 and I want to use sheduled task so that I only need one cron job on the server which triggers all sheduled tasks.
But I am a little helpless on how to set up the task.
I wanted to use the GET request. I have read that the cron job now works a little different.
Can I just put the following command into the URL field of the GET task?
https://www.domain.de/cli/joomla.php rocsvi:export --template_id=1 --key=mysecretkey
Or do I need to use something else?
Kind regards,
Tanja
- Picannick
- RO CSVI
- Tuesday, 21 January 2025
- Subscribe via email
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!