I suggest at this point that you open a public issue tracker <http://code.google.com/p/google-appengine/issues/list> issue, including a .zip of your app (possibly simplified) which is sufficient to reproduce the issue and observe it. This forum isn't meant for specific-issue, one-on-one technical support, but should function as a more general discussion forum for the platform and services. If you post to the public issue tracker, you'll be posting in the correct manner to have this looked-at with an eye to a solution.
On Wednesday, November 11, 2015 at 4:30:35 AM UTC-5, Contact PlutonMedia wrote: > > Hi, > > Yes my app.yaml is as follow : > > > application: image-generator-1124 > version: 1 > runtime: php55 > api_version: 1 > threadsafe: yes > > handlers: > - url: /favicon\.ico > static_files: favicon.ico > upload: favicon\.ico > > - url: /009\.jpg > static_files: 009.jpg > upload: 009\.jpg > application_readable: true > > - url: /arial\.ttf > static_files: arial.ttf > upload: arial\.ttf > mime_type: application/x-font-truetype > application_readable: true > > - url: .* > script: main.php > > The scandir output is : > > Array > ( > [0] => . > [1] => .. > [2] => 009.jpg > [3] => app.yaml > [4] => arial.ttf > [5] => main.php > [6] => php.ini > ) > > > > Still getting the error > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5011f7e0-e7c3-4eaa-a854-a41bccef1864%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
