[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-29 Thread 'Mars Lan' via Google App Engine
I believe this is a known issue of gcloud. Please use the App Engine SDK for now: https://cloud.google.com/appengine/downloads On Tue, Jul 28, 2015 at 2:03 AM, Paul Canning p...@drawandcode.com wrote: Google Cloud SDK 0.9.70 app 2015.07.16 app-engine-java 1.9.23 app-engine-python 1.9.23

[google-appengine] Re: Google App Engine Laucher extra flags listen to --host 127.0.0.1

2015-07-28 Thread 'Mars Lan' via Google App Engine
I'm not sure if I fully understand your question, but 127.0.0.1 is the local loopback interface (https://en.wikipedia.org/wiki/Localhost), so if you want to allow remote connections, you must use either --host ip address or --host 0.0.0.0. On Mon, Jul 27, 2015 at 11:18 PM, Tasos Kallergis

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread 'Mars Lan' via Google App Engine
In the command line you'll need to point to the bundled PHP interpreter and GAE extension in order for things to work correctly. On Mon, Jul 27, 2015 at 2:34 PM, Paul Canning p...@drawandcode.com wrote: Sorry my reply was to the message above yours. I'll do a full break down tomorrow.

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread 'Mars Lan' via Google App Engine
What version of SDK are you using? On Mon, Jul 27, 2015 at 4:25 PM, Paul Canning p...@drawandcode.com wrote: I'll give it a go, but like I said, I've never used those flags before and it's worked fine. Why all of a sudden do I need to use them? On 28 Jul 2015 00:16, Mars Lan

[google-appengine] Re: Dev App server giving error Call to undefined function move_uploaded_file()

2015-07-27 Thread 'Mars Lan' via Google App Engine
The documentation is a bit behind, but the corresponding flags are --php_executable_path --php_gae_extension_path. They are automatically specified when running from the launcher, and you can see the exact command from the log window. On Mon, Jul 27, 2015 at 4:11 PM, Paul Canning