hi,

With app engine, your application can read any files from the deployed
directory structure, but it can’t write to that file system. Instead, the
application can use Google Cloud Storage (GCS) for both reading and writing
files.  See this post for more info:
http://googlecloudplatform.blogspot.com/2014/02/php-app-engine-apps-and-file-system.html

Then, see:
https://gae-php-tips.appspot.com/2013/10/22/getting-started-with-laravel-on-php-for-app-engine/


On 25 April 2014 03:56, Xiang-Hao Siow <[email protected]>wrote:

> Hi, I am new to GAE, currently I am trying to deploy my laravel
> application to Google App Engine, however, I encountered this issue which I
> have no idea how to resolve it.
>
> The error is as follow:
>
> ErrorException
>
> file_put_contents(/base/data/home/apps/s~application_name/1.375386200092603893/app/storage/views/172e49bdd70aa416153e417c5b414125):
> failed to open stream: Read-only file system
>
>
>
> Anyone can give me some idea? 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 http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/d/optout.

Reply via email to