Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 21, 20204 yr I have an IPS forum in hosting without cron option. Can I execute the cron task from my other server with cron? Executing for example this from my server: https://www.externaldomain.com/applications/core/interface/task/web.php?key=de88ec652d09b0e5d776e1dfc9d57605 Edited May 21, 20204 yr by pequeno
May 21, 20204 yr Yes we support "web cron" as well in the AdminCP. There are services that can do this for you, but you could also set up a cron job on a server you have control of to do it yourself.
May 21, 20204 yr Author Thank you @bfarber i know easycron, but I want use de cronjob in my server. I put this cron in my server but seems not work. In hosting site I have select: Cronk Works in server. Log server: May 21 17:20:01 server CROND[29837]: (serveraccount) CMD (https://www.externalwebsite.com/applications/core/interface/task/web.php?key=de85ec482d89b0e5d888e1dfc9d45896) Edited May 21, 20204 yr by pequeno
May 21, 20204 yr Author SOLVED. CURL in cron is required. The cortrect line in server cron is: /usr/bin/curl https://www.externalwebsite.com/applications/core/interface/task/web.php?key=de85ec482d89b0e5d888e1dfc9d45896