Help with the Cron Jobs

The username is epiz_31674327.

The website I wanted to put it needs cron jobs so I go to the cpanel and it’s a bit different than the one in the image below

Can anyone help me or tell me if I can do this on infinityfree?

Thanks!

help for admin

2 Likes

I’m sorry, but free hosting only supports web cron jobs, not command line cron jobs. So you cannot run cron jobs like that on free hosting. Or any other command using the command line interface of your website.

Perhaps it’s possible to hack around this by using an internal command caller that can be run from a web request, which you can then trigger with our cron job tool. I think this can be done with Laravel using the Artisan::call(...) function, but it’s been too long since I’ve used Yii to know.

5 Likes

ok thanks admin

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.