GoogleCloudPlatform / appengine-symfony-starter-project

Symfony Starter Project on Google App Engine
Apache License 2.0
42 stars 13 forks source link

Compile Error: require_once(): Failed opening required #2

Closed boybeak closed 8 years ago

boybeak commented 8 years ago

屏幕快照 2015-11-15 下午3.23.56

error happened when run it on local computer
bshaffer commented 8 years ago

The application falls back to file cache when running locally, unless you are using Dev Appserver, in which case the gs:// URL is valid.

The issue is probably that you have not created the bucket name you provided. Either that or this question is just way out-of-date and has long since been fixed.