Hello friends,
I have a problem and I do not know how to solve it. When I set my cronjob in cpanel I write this:
php -f /home/myuser/public_html/sites/all/modules/elysia_cron/cron.php?cron_key=XXX(cron_key)
I have to do with "php-f /home/u428677607/..." because it is the only option that allows me to. But it shows me the following error:
Path can not start with "/" and Contain alphabet symbols or numbers
I've tried to put only:
php -f /home/myuser/public_html/sites/all/modules/elysia_cron/cron.php
And it is ok, but I need the cron_key...
Can you help me?
Thank you.
Comments
Comment #1
cmedina commentedThis is a free hosting without support, so can someone help me please?
Comment #2
kala4ekSeems it's outdated, but with latest dev version you can run cron without cron_key
Comment #3
kala4ek