- Edited
Hello
I'm having a similar situation
My IMAP server is not local so the default cron.php is not working
when I test it with a browser I get the "use /api/tasks/cron" message
I then implemented the rcron.php from the scripts folder wihtout success
The IMAP configuration is working fine
The API Key parameter is set with all the parameters checked several times
I think the url parameter is the one tricky here
When I use "http://mywebsite/api/tasks/cron" I get:
#!/usr/bin/php -q HTTP/1.1 404 Not Found Date: Tue, 12 Nov 2013 13 GMT Server: Apache/2.2.15 (CentOS) Content-Length: 299 Connection: close Content-Type: text/html; charset=iso-8859-1
When I use "http://mywebsite/api/cron" I get:
#!/usr/bin/php -q HTTP/1.1 404 Not Found Date: Tue, 12 Nov 2013 13 GMT Server: Apache/2.2.15 (CentOS) Content-Length: 293 Connection: close Content-Type: text/html; charset=iso-8859-1
When I use "http://mywebsite/api/cron.php" I get:
#!/usr/bin/php -q
None of those do the job at all
Please help, we are stuck here!!!