Google App Engine PHP File Upload Broken -
zend 1.9 project, using code right docs/examples php environment. image upload used work well, i'm getting:
php fatal error: call undefined method google\appengine\api \cloud_storage \cloudstoragetools::parsefilename() in /base/data/home/runtimes /php/sdk/google/appengine/ext /cloud_storage_streams /cloudstoragestreamwrapper.php on line 143
sounds it's out of code's hands, no?! ideas?
i've posted question on https://groups.google.com/forum/#!topic/google-appengine/rjmzxn8qtem boards seem bit dead...
after updating php sdk locally, seems work.
(i'm not sure why is, though, sdk use locally doesn't referenced on production. assumed libraries auto loaded on live servers, although classes uploaded along app. weird...)
Comments
Post a Comment