[google-appengine] laravel/framework/src/Illuminate/Filesystem/Filesystem.php - failed to open stream: Read-only file system issue.

2014-05-09 Thread Xiang-Hao Siow
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 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.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] laravel/framework/src/Illuminate/Filesystem/Filesystem.php - failed to open stream: Read-only file system issue.

2014-05-09 Thread 'Amy Unruh' via Google App Engine
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 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 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.
> 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 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.
For more options, visit https://groups.google.com/d/optout.