Cron jobs only possible through script calling *.php

Hello all



I´m a online marketer (–> with basic programming skills) and new to mautic. I´ve installed it and everything worked out fine except the cron jobs. I´ve tried to do them but it didn´t work out. So I asked my hosting provider and the support told me, that they only allow to run cron jobs through a concrete script calling *.php.



Now I would ask for help to solve this problem. Is there a workaround to run the cron jobs by php script? Any suggestions?



Thanks for the help in advance.

Hello all

I´m a online marketer (–> with basic programming skills) and new to mautic. I´ve installed it and everything worked out fine except the cron jobs. I´ve tried to do them but it didn´t work out. So I asked my hosting provider and the support told me, that they only allow to run cron jobs through a concrete script calling *.php.

Now I would ask for help to solve this problem. Is there a workaround to run the cron jobs by php script? Any suggestions?

Thanks for the help in advance.

Hi,

Would a service like this work for you? https://cron-job.org/en/

If you want then I think it’s possible to call symfony commands from php code http://symfony.com/doc/current/cookbook/console/command_in_controller.html

Hope this helps.

Linh

Thx for the help!