I made a custom app that works like this script http://www.phpjobscheduler.co.uk/demo/
It's much easier to add tasks automatically through php into a database than to add them through cron.
It was working before the lastest update and it has worked on other servers.
Sorry my fault, I am doing the include through local file name so it is already include 'lib/skedge.php' that curls to mysite.x10.mx. The include is working, I can see output from skedge when I print the error code and message from curl. I did a test with skedge.php to curl example.com and it...
To my registered site. I use it as a scheduler when going to a page it curls to another page on the same site. So in one file include 'mysite.x10.mx/skedge.php' would curl to mysite.x10.mx/repeat.php but only open this page once a day or once an hour type of thing.
Hi, I'm using curl to call one of my pages on the x10.mx site in a PHP scheduler but since the recent upgrade/service the curl connection is failing with curl error 56 - "Recv failure: Connection reset by peer"
Is there something that has not been completed in the setup when doing the latest...