I have a need to use CRON to run a php script, but it doesn't seem to be working.
The script imports messages from USENET into a forum in phpBB. I can run it from the browser, but I can't get a CURL command to make it work (I can, however, use CURL on another site on the same server with another script I'm running ... phpAdsNew ... for banners).
Any advice on this one? I'm trying to set up the CRON job in C-Panel, using the "Standard" option, with the command:
CURL
http://www.mysite.tld/thispage/thatp...c/newssync.php
And it doesn't run. I don't get the email notification, and can't find any error messages in the logs. Very strange!