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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/ff09b0ab-196c-4c0f-92a5-21320f1d3c74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to