[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-02 Thread Dhandapani Sattanathan
Yes Shaharia Azam, It is working fine now. Thanks for your valuable reply. It solved the problem. On Friday, February 2, 2018 at 5:03:57 PM UTC+5:30, Shaharia Azam wrote: > > So it's working good now? -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Google App Engine Flexible Environment tmp folder is not writable

2018-02-01 Thread Dhandapani Sattanathan
"? This "/tmp" should be > writable or use php sys_get_temp_dir() function in your GAE flexible > environment so you will get a temporary directory file location that is > writable. > > > > On Thursday, February 1, 2018 at 12:09:10 PM UTC+6, Dhandapani Sattanathan > wro

[google-appengine] Google App Engine Flexible Environment tmp folder is not writable

2018-01-31 Thread Dhandapani Sattanathan
Hi, I m using more than 1 years Google App engine Flexible Environment. My Application used mpdf API using PHP.The latest version of mpdf changed dynamically create temp folder for font creation and image. In my Development server This one working fine. But When I use Google App Engine

[google-appengine] Re: Codeigniter V 3.6.1 build failed in google app engine flexible environment

2017-12-22 Thread Dhandapani Sattanathan
Thanks George, Before upgrade PHP 7.2, to use the latest version of PHP in GAE using like this.GAE Flexible environment Codeigniter worked fine. "require": { "php": "7.1.*" }, Now it using PHP 7.2 by default. To use a particular web framework, just add it to composer.json: { "require":

[google-appengine] Codeigniter V 3.6.1 build failed in google app engine flexible environment

2017-12-21 Thread Dhandapani Sattanathan
Hi, I could not deploy CI(Codeignter framework) in app engine flexible environment.This one deployed and build successfully past 1 years. Don't know what newly changed in google app engine flexible with CI framework. Download the latest version CI 3.6.1 in this url -

Re: [google-appengine] Codeigniter session using database not working in Google App Engine Flexible Environment

2017-05-05 Thread Dhandapani Sattanathan
for all Support. If I get any other issues Will contact you* On Thursday, May 4, 2017 at 11:03:51 AM UTC+5:30, Dhandapani Sattanathan wrote: > > Hi Takashi, > > I enabled Cloud SQL API & added beta_settings in my app.yaml. > > I m using mysqli. I didn't used mysqli.default

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

2017-05-05 Thread Dhandapani Sattanathan
gle Groups is meant for general product discussions and not for > technical support. > > - Jun > > > On Wednesday, May 3, 2017 at 5:35:18 AM UTC-4, Dhandapani Sattanathan > wrote: >> >> I m migrating my PHP application from Google App engine Standard >> Environment t

Re: [google-appengine] Codeigniter session using database not working in Google App Engine Flexible Environment

2017-05-03 Thread Dhandapani Sattanathan
> > wrote: > >> >> Hi Dhandapani, >> >> Are you able to connect to the database in other part of your app? >> Are there any suspicious logs? >> >> On Wed, May 3, 2017 at 7:59 AM Justin Beckwith <beck...@google.com >> > wrote: &g

Re: [google-appengine] Codeigniter session using database not working in Google App Engine Flexible Environment

2017-05-03 Thread Dhandapani Sattanathan
art of your app? > Are there any suspicious logs? > > On Wed, May 3, 2017 at 7:59 AM Justin Beckwith <beck...@google.com > > wrote: > >> + a few folks >> >> On Wed, May 3, 2017 at 2:51 AM, Dhandapani Sattanathan < >> dhandapani@ssomens.com > wrote

[google-appengine] Codeigniter session using database not working in Google App Engine Flexible Environment

2017-05-03 Thread Dhandapani Sattanathan
I m migration my CRM application developed in CodeIgniter Framework from GAE SE to Google App Engine flexible environment. UserService not available in GAE FE.So I used Integrating Google Sign-In into your web app . I need session

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

2017-05-03 Thread Dhandapani Sattanathan
I m migrating my PHP application from Google App engine Standard Environment to Flexible environment . My application working fine with database and send grid. But Cron jobs are failed. I could not find what I missed to run a

Re: [google-appengine] Re: Deploying PHP Google AppEngine FE using dockerfile got ERROR: (gcloud.app.deploy) Error Response: [2] Build failed

2017-02-16 Thread Dhandapani Sattanathan
cker run -p 127.0.0.1:8080:8080 --name myapp -t myapp >> >> >> Then you can direct requests to the app by running a simple request to >> 127.0.0.1:8080. Be sure to run docker stop on the container when you're >> done testing. >> >> You can look in the

[google-appengine] Re: GAE Application disabled is not enabling

2016-11-28 Thread Dhandapani Sattanathan
Hi Google, I fixed the issue, Bcz of FE version. I got this issue, I deleted the FLEXIBLE ENV version in my GAE application. Thanks. On Monday, November 28, 2016 at 10:36:03 AM UTC+5:30, Dhandapani Sattanathan wrote: > > Hi Google, > > > One of my production GAE Applicat

[google-appengine] GAE Application disabled is not enabling

2016-11-27 Thread Dhandapani Sattanathan
Hi Google, One of my production GAE Application was running successfully past 3 years. I disabled the GAE application for my back end work. After 2 hours I try to enable GAE application. But GAE application doesn't enable. Please help me to solve this. It's an emergency for us. Plz Refer

[google-appengine] Re: How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-04 Thread Dhandapani Sattanathan
mean by *edit an existing project script using Cloud Shell*. > > I hope the above is helpful and answers your questions. > > On Wednesday, November 2, 2016 at 7:48:51 AM UTC-4, Dhandapani Sattanathan > wrote: >> >> I deployed my PHP app using Google App Engine Launcher to GC

[google-appengine] How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-02 Thread Dhandapani Sattanathan
I deployed my PHP app using Google App Engine Launcher to GCP app engine. I connected Google Cloud Shell’s of my existing GAE. I couldn’t cd to the existing source code folder. But new folder, file I can create and edit the source code. 1.Why another member of GCP couldn’t see my folder and

[google-appengine] Re: Running PHP app in Google App Engine Flexible Environment gcloud app deploy failed, But local working fine

2016-10-13 Thread Dhandapani Sattanathan
, 2016 at 10:42:08 AM UTC+5:30, Dhandapani Sattanathan wrote: > > Plz help me to solve this. > > Thanks in Advance > > On Wednesday, September 28, 2016 at 5:32:48 PM UTC+5:30, Dhandapani > Sattanathan wrote: >> >> I want to install PHP 7 IN GAE. >> >&

[google-appengine] Re: Running PHP app in Google App Engine Flexible Environment gcloud app deploy failed, But local working fine

2016-10-04 Thread Dhandapani Sattanathan
Plz help me to solve this. Thanks in Advance On Wednesday, September 28, 2016 at 5:32:48 PM UTC+5:30, Dhandapani Sattanathan wrote: > > I want to install PHP 7 IN GAE. > > > https://github.com/GoogleCloudPlatform/php-docker/tree/master/php-nginx#change-the-php-version > &g

[google-appengine] Re: Running PHP app in Google App Engine Flexible Environment gcloud app deploy failed, But local working fine

2016-09-28 Thread Dhandapani Sattanathan
, September 28, 2016 at 3:28:54 PM UTC+5:30, Dhandapani Sattanathan wrote: > > I want to use Google App engine FE to run PHP app. > > I tried the sample hello world as per the below link > > https://cloud.google.com/php/getting-started/hello-world > > > 1. I tried the following

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-18 Thread Dhandapani Sattanathan
lternative, but more resource-costly solution is to set up a desktop > environment > <https://medium.com/google-cloud/linux-gui-on-the-google-cloud-platform-800719ab27c5#.r641isia4> > > for each user that they can access via VNC or other remote desktop solution. > > On Friday,

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-08 Thread Dhandapani Sattanathan
> > Sincerely, > > Nick > Cloud Platform Community Support > > On Tuesday, July 5, 2016 at 7:18:56 AM UTC-4, Dhandapani Sattanathan wrote: >> >> Thanks Adam, >> >> I added the following line to each user's startup script >> >> export PATH=

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-05 Thread Dhandapani Sattanathan
o ensure the SDK is in each user's PATH, add the following line to each > user's startup script (eg. .bash_profile): > > export PATH="$PATH:/path/to/google_appengine/" > > On Friday, July 1, 2016 at 3:12:53 AM UTC-4, Dhandapani Sattanathan wrote: >> >> Hel

[google-appengine] How to use GAE SDK in GCE development Server

2016-07-01 Thread Dhandapani Sattanathan
Hello, 1. We are a team of 10 developers and want to develop PHP on GAE using the same SDK version from a remote server. 2. So, we want to install the GAE PHP SDK on the remote GCE instance once. 3. Subsequently, all developers will use that remote PHP SDK

[google-appengine] Re: Disable self-cc on email send

2015-06-27 Thread Dhandapani Sattanathan
hi, any update to disable the automatic cc'ing to yourself?? Thanks in Advance Regards SN On Monday, September 8, 2008 at 7:49:24 AM UTC+5:30, John Scillieri wrote: Is there any way to disable the automatic cc'ing to yourself when sending email from GAE as an admin? This is going to