Here is my code, it runs locally just fine but when I deploy it, I get a 
weird error.

$url_doc = $url;
    $temp_doc = __DIR__. '/../temp.doc';
    if (!copy($url_doc, $temp_doc)) {
      $content = "Couldn't copy the file....";
    }

Here is the error.
2017-06-23 21:21:36 default[20170623t151218]  [23-Jun-2017 21:21:36] 
WARNING: [pool app] child 36 said into stderr: "NOTICE: PHP message: PHP 
Warning:  copy(/app/app/../temp.doc):

How would I correct this?  I am running PHP flex environment on Google app 
engine. 

Thanks.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1ea767ed-dc75-41f4-b576-97e253e440b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to