Hi,
I am trying to run cron jobs with different JoomlaCloner configs from within siteworx.
I find 3 possibilities in JoomlaCloner>Administration>Cron:
1a)
/usr/bin/php /chroot/home/myuser/mydomain.eu/html/administrator/components/com_cloner/cloner.cron.php
1b) (not possible)
/usr/bin/php /chroot/home/myuser/mydomain.eu/html/administrator/components/com_cloner/cloner.cron.php?config=myconfig.php
2)
links
http://www.mydomain.eu/administrator/components/com_cloner/cloner.cron.php?config=myconfig.php
3)
lynx -source
http://www.mydomain.eu/administrator/components/com_cloner/cloner.cron.php?config=myconfig.php
Option 1a runs fine but does not allow for other configs (1b) according to the instructions (1b produces an error: could not open input file).
Options 2 and 3 produce errors like: " /bin/sh: links: command not found"
How do I get different configs running in cron?
Thanks for your help,
Joost