[Solved] What is the expected output from Cron URL

Hello,

I can’t seem to find what the expected output will be when calling the CRON url:

When going to: http://10.13.31.2/invoice/cron/recur/fWMZkZOxO882YxIj for example I get a IP themed 404 (as in not an apache 404 error page)

Is this the expected result? When I look in the application/logs folder I just see a 404 after loading all the modules.

Thanks,

Matt

Your URL should be
http://10.13.31.2/invoices/cron/recur/fWMZkZOxO882YxIj
(plurar invoiceS)
Then you should get an empty/white page, which would be correct.

Hi,

thanks for the reply. Is it safe to assume that we can’t use a custom URL? I updated my htaccess accordingly and the site loads and seems to operate fine up to this. I followed the wiki article accordingly.

Thanks!

Hey,
You can change the cron key in the settings (tab general). But the front part is fixed. Altough, if you know how, you can do a .htaccess redirect to the resulting URL.

No problem :wink: