Re: [google-appengine] Datastore to update using getObjctById and updating complete object.

2014-01-31 Thread Pravanjan Niranjan
Hi Vinny, Thanks for reply . In my observation sometime option 1 takes 5 to 6 second to update the entity but at the same time option 2 works in less than one second . We have jdo which has ten thousand record and every time both option update same data. Just wanted to know what is the

[google-appengine] Re: Transactions execute successfully but data is not updated for one entity kind

2014-01-31 Thread David Ward
That's interesting. I was able to reproduce it for a bit yesterday. I will try again today and see if it's still occurring. On Friday, January 31, 2014 2:50:35 AM UTC-5, Lucian Baciu wrote: No, I did't find anything, the issue resolved itself apparently after about an hour. On Friday,

[google-appengine] Converting cert in PFX format to PEM? Enabling SSL for GAE

2014-01-31 Thread Troy Matthews
I have finally got my domain app registered to use SSL. I purchased the cert (wildcard from GoDaddy), and following their instructions created the CSR on an IIS7 machine on my network. I applied the cert to the website, and then exported it. It came as a PFX file. I tried to upload it and

[google-appengine] PHP Runtime: Image upload stopped working

2014-01-31 Thread Rodrigo Silveira
Zend 1.9 project, using code right from the docs/examples for the PHP environment. My image upload used to work well, but now this is what I'm getting: PHP Fatal error: Call to undefined method google\appengine\api\cloud_storage\CloudStorageTools::parseFilename() in

[google-appengine] Re: PHP Runtime: Image upload stopped working

2014-01-31 Thread Rodrigo Silveira
So I updated the SDK on my local box. The local application continues to work... but now the live app is working. I'm not sure why/how, but seems that the only thing I changed was pushing the updated libraries that came with the new SDK. On Friday, January 31, 2014 10:57:44 PM UTC-7, Rodrigo

[google-appengine] Re: PHP Runtime: Image upload stopped working

2014-01-31 Thread Stuart Langley
Preferably you don't push the SDK with your app - we host the SDK in production and make sure it's working. On Saturday, 1 February 2014 17:54:29 UTC+11, Rodrigo Silveira wrote: So I updated the SDK on my local box. The local application continues to work... but now the live app is working.