[google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-05 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Nice to hear that, Dhandapani! - Jun On Friday, May 5, 2017 at 11:44:01 AM UTC-4, Dhandapani Sattanathan wrote: > > Thanks, Jun, Attila-Mihaly Balazs, > > *Cron jobs working fine. I added this in crontest.php file *$_SERVER[ > 'HTTP_X_APPENGINE_CRON'] =true;. > > Then I added this socket

[google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-05 Thread Dhandapani Sattanathan
Thanks, Jun, Attila-Mihaly Balazs, *Cron jobs working fine. I added this in crontest.php file *$_SERVER[ 'HTTP_X_APPENGINE_CRON'] =true;. Then I added this socket mysqli.default_socket= '/cloudsql/CONNECTION_NAME' in php.ini. *After that Cron job working fine using core PHP projects.* On

Re: [google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-03 Thread SN
Thanks, Jun & Attila. I had issues in Cron job only.I 'll give details in the issue tracker and open defect. *Regards,* *SATTANATHAN DPROJECT MANAGER* *SSOMENS SOFTWARE DEVELOPMENT* *04132333229 /230/231* www.ssomens.com [image: C:\Users\SSOMENS-003_2\Desktop\business development

[google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-03 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hi Dhandapani, For now, I suggest that you try the suggestion by Attila-Mihaly given the 404 error you're seeing. If it does not resolve the issue, then it is recommended that you open an issue at the Issue Tracker report with your

[google-appengine] Re: Cron job failed in Google App Engine Flexible environment

2017-05-03 Thread Attila-Mihaly Balazs
Hello Dhandapani, If you're seeing a 404 error, it means that the given URL (/web/crontest.php) is not accessible. Could you check your setup to confirm that /web/crontest.php can be accessed? Regards, Attila -- You received this message because you are subscribed to the Google Groups