Sounded great, thanks for your reply. Sounded more than simple, wanted to excuse for not finding that on my own.. well anyway, I did that and unfortunately still can't fetch mails.
Got me the rcron.php from the setup folder, inserted it into root and edited it. Means I added the location of the cron.php (/api/cron.php or http://myurl.com/api/cron.php(http://myurl.com/api/cron.php), tried both) and the api key I inserted for my Server IP.
Nothing happened.
So I added an API for my own IP atm - changed the code in the rcron of cause as well - and called the rcron.php manually - nothing happened & blank output. Added output of the result before the preg_match
if(preg_match('/HTTP\/.* (+) .*/', $result, $status) && $status == 200)
echo 'result: '.$result;
exit(0);
produces some lines of output, basically server an session info, finalizing with the already known:
cron.php only supports local cron calls - use http -> api/tasks/cron
Same happens if I leave the API code setted for the server an call the rcron manually.
This is bugging me, can't be that complicated.. I seem to be missing something I'm afraid..
For the moment I'll have to switch back to the commented lines skipping the is_cli check.
If you've got any further ideas please let me know. I'm on the watch as well!
Greetings,
ebbi
edit: btw I rechecked that the accessing IP from the cron calling Server hasn't changed & that the services for the API (can create tickets & can execute crons) are ticked)