1. barracuda69
  2. RO CSVI
  3. Thursday, 18 May 2023
  4.  Subscribe via email
Hi,

In a Joomla 3 installation I was using:
/usr/bin/php74 /usr/home/motogn/public_html/administrator/components/com_csvi/helper/cron.php --key="motog" --template_id="1"

As per your instructions here: https://rolandd.com/documentation/ro-csvi/error-with-ro-csvi-cron :

In Joomla 4 I created cron-map1.sh file inside public_html as follows:
#!/usr/bin/env bash
cd /usr/home/motogn/public_html/administrator/components/com_csvi/helper
/usr/local/bin/php cron.php --key="motog" --template_id="1"

In the cron command I entered:
/usr/local/bin/bash /usr/home/motogn/public_html/cron-map1.sh

I tried various combinations and I'm always getting:
The cron job could not be executed. Please make sure the script exists and is executable.

Any idea on what I can change to make it work?

Thank you in advance!

Dennis
Sorry, the discussion is currently locked. You will not be able to post a reply or a comment at the moment.