OK, I think I have it. Add a space between *threadsafe:* and *true* so it looks like this: *threadsafe: true *(space is after the colon ":" ) * * I tested your app.yaml file on a PHP application I had, and it worked when I added a space (and edited the script names, of course!). Just to explain what happened, here is a picture of your app.yaml that I annotated: http://imgur.com/Y79j1XX There are extra blank lines, so the 10th and 11th lines are actually the 6th line of text.
For future reference, see this page of the YAML spec: http://www.yaml.org/spec/1.2/spec.html#id2759963 TLDR: Keys and values must be separated by a colon and space (i.e. *Key: Value*) ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Thu, Aug 29, 2013 at 7:51 PM, Kim Jae <[email protected]> wrote: > Hello! thank you for your response. I don't think spacing is the problem > because I was able to successfully deploy the previous yaml file. I just > added a few words and changed some. attached is the original notepad for > your reference. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
