Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
pequeno Posted May 21, 2020 Posted May 21, 2020 (edited) 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, 2020 by pequeno
bfarber Posted May 21, 2020 Posted May 21, 2020 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. pequeno 1
pequeno Posted May 21, 2020 Author Posted May 21, 2020 (edited) 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, 2020 by pequeno
pequeno Posted May 21, 2020 Author Posted May 21, 2020 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 Dragunda and bfarber 2
Recommended Posts