I’m adding a cron task as
/usr/bin/php55 /home/sites/mydomain.co.uk/public_html/invoices/cron/recur/tiWlkJVlOXTkqynw
But when testing the command in the hosting control panel I get the error…
Your script returned the following:
Status: 404 Not Found
X-Powered-By: PHP/5.5.32
Content-type: text/html
No input file specified.
Now there is no matching file at that location in Invoiceplane. What am I doing wrong or where can I locate the correct crop.php with the correct ID to input.
Typically a cron task would look like this on this hosting control panel:
/usr/bin/php55 /home/sites/mydomain.co.uk/public_html/cms/core/scheduled/run.php secret=12345rfth
There is no need to open the cron path with PHP. The processing is exclusively done by the web server.
Could you please try to open the /invoices/cron/recur/tiWlkJVlOXTkqynw URL in your web browser if the domain is properly mapped?