[google-appengine] Vacuum index option in appcfg.cmd

2010-09-19 Thread NM
Hi, I have two indexes in an error state. I got the message to vacuum the index at the time of deploying the app from eclipse. However, the appcfg.cmd tool does not seem to have the vacuum_indexes option. How do I solve this issue? Thanks, Nirmallya -- You received this message because you are s

Re: [google-appengine] Should Google deprecate Master/Slave data store option?

2011-09-02 Thread NM
Here is a usecase that may support M/S over HRD. I have a form where we capture appointment information such as date, time and some other details. Upon a successful save the resulting page is a calendar view that needs to read all appointments including this newly created appointment. Given

[google-appengine] Re: Should Google deprecate Master/Slave data store option?

2011-09-03 Thread NM
Sep 2, 10:11 pm, Fred Sauer wrote: > On Fri, Sep 2, 2011 at 12:18 AM, NM wrote: > > Here is a usecase that may support M/S over HRD. > > > I have a form where we capture appointment information such as date, time > > and some other details. Upon a successful save

[google-appengine] AppEngine Standar Enviroment PHP - La codificación de caracteres del documento HTML no ha sido declarada

2018-02-02 Thread WH NM
I am begginer in AppEngine with PHP. I am following this tutorial https://cloud.google.com/appengine/docs/standard/php/quickstart. This is my code: app.yaml: runtime: php55 api_version: 1 handlers: - url: /.* script: index.php index.php: SOFTCLOUD - Hello Word PHP APPENGINE