[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
 app-engine-python-extras 1.9.21
 bq 2.0.18
 bq-win 2.0.18
 core 2015.07.16
 core-win 2015.06.02
 gcloud 2015.07.16
 gsutil 4.13
 gsutil-win 4.12
 preview 2015.07.16
 windows-ssh-tools 2015.06.02

 On Tue, Jul 28, 2015 at 12:31 AM, Mars Lan mars...@google.com wrote:

 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 mars...@google.com wrote:

 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 p...@drawandcode.com
 wrote:

 Can you link to any documentation?

 I've never had to do that before. I've always just ran
 dev_appserver.py app.yaml and it worked.
 On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on
 this issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) 
 pay...@google.com wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I
 think this should move to stackoverflow, where you'll find a lot more
 people who can help. Be sure to include the full error message and code
 context when you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same
 code, same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal
 or launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.







 --
 -
 Paul Canning
 [ software artist ]
 -
 [drawcode]
 digital creative studio

 +44 (0)151 329 0900
 Website http://www.drawandcode.com/ / Twitter
 https://twitter.com/DrawAndCode / Facebook
 https://www.facebook.com/drawandcode / Vimeo
 https://vimeo.com/drawandcode
 -


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAHU-9Behak6cqxgTPGUYMfWYHauphjJB3RU7%3D%3D%2B9rq1apV0_TA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-29 Thread Paul Canning
I got it to work using the PHP executable path flag, but yea, would be nice
for it to work as it did previously!
On 29 Jul 2015 22:31, Mars Lan mars...@google.com wrote:

 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
 app-engine-python-extras 1.9.21
 bq 2.0.18
 bq-win 2.0.18
 core 2015.07.16
 core-win 2015.06.02
 gcloud 2015.07.16
 gsutil 4.13
 gsutil-win 4.12
 preview 2015.07.16
 windows-ssh-tools 2015.06.02

 On Tue, Jul 28, 2015 at 12:31 AM, Mars Lan mars...@google.com wrote:

 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 mars...@google.com wrote:

 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 p...@drawandcode.com
 wrote:

 Can you link to any documentation?

 I've never had to do that before. I've always just ran
 dev_appserver.py app.yaml and it worked.
 On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on
 this issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) 
 pay...@google.com wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I
 think this should move to stackoverflow, where you'll find a lot more
 people who can help. Be sure to include the full error message and 
 code
 context when you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same
 code, same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal
 or launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has
 worked perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.







 --
 -
 Paul Canning
 [ software artist ]
 -
 [drawcode]
 digital creative studio

 +44 (0)151 329 0900
 Website http://www.drawandcode.com/ / Twitter
 https://twitter.com/DrawAndCode / Facebook
 https://www.facebook.com/drawandcode / Vimeo
 https://vimeo.com/drawandcode
 -




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aOFzzOu0RPm9%3DuC2-%3DbwPOqdG2wnnzVL%3DXyLXa9jaR%2B%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-28 Thread Paul Canning
Google Cloud SDK 0.9.70

app 2015.07.16
app-engine-java 1.9.23
app-engine-python 1.9.23
app-engine-python-extras 1.9.21
bq 2.0.18
bq-win 2.0.18
core 2015.07.16
core-win 2015.06.02
gcloud 2015.07.16
gsutil 4.13
gsutil-win 4.12
preview 2015.07.16
windows-ssh-tools 2015.06.02

On Tue, Jul 28, 2015 at 12:31 AM, Mars Lan mars...@google.com wrote:

 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 mars...@google.com wrote:

 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 p...@drawandcode.com
 wrote:

 Can you link to any documentation?

 I've never had to do that before. I've always just ran
 dev_appserver.py app.yaml and it worked.
 On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on
 this issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) 
 pay...@google.com wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think
 this should move to stackoverflow, where you'll find a lot more people 
 who
 can help. Be sure to include the full error message and code context 
 when
 you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same
 code, same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal
 or launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.







-- 
-
Paul Canning
[ software artist ]
-
[drawcode]
digital creative studio

+44 (0)151 329 0900
Website http://www.drawandcode.com/ / Twitter
https://twitter.com/DrawAndCode / Facebook
https://www.facebook.com/drawandcode / Vimeo
https://vimeo.com/drawandcode
-

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aOh2Uwy6yH1fBxU2h%2BJKYabBujBuTKbj0njnw8E3PW7eQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Paul Canning
Windows 7, 64bit. Via terminal.

This worked in the same dev environment just a week or so ago.

And as mentioned, works flawlessly on my deployment module. Same code, same
PHP version.
On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aNchBO6uQKWSYdptTW9uyCrdbVQWSYh5AW2-5XzDcY07Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Mars Lan
What OS are you running dev_appserver on? Are you using terminal or 
launcher? 

On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked perfectly 
 in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fc2785e8-2818-4e3e-b8a0-10c9099ae7a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Nick (Cloud Platform Support)
Hey Paul,

It's great to provide that info. As I mentioned in my reply, I think this 
should move to stackoverflow, where you'll find a lot more people who can 
help. Be sure to include the full error message and code context when you 
do so.

Best wishes,

Nick

On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal. 

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same code, 
 same PHP version. 
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or 
 launcher? 

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked 
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5cafc399-bdc9-4173-b5c2-e6398047879f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Paul Canning
Sorry my reply was to the message above yours.

I'll do a full break down tomorrow.

Despite posting in the wrong place, has anyone got any insight on this
issue?
On 27 Jul 2015 22:21, Nick (Cloud Platform Support) pay...@google.com
wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think this
 should move to stackoverflow, where you'll find a lot more people who can
 help. Be sure to include the full error message and code context when you
 do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same code,
 same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aMoMugspHFv1PrjTNcxZVjPvkqkeEGkfwiYQy4mh%2BhSmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Nick (Cloud Platform Support)
Hi Paul,

Google Groups isn't the place to post specific technical issues, as this 
forum is meant more for general discussion of the platform and services. 

If you would like help with a technical issue, you should post to 
stackoverflow [1] or serverfault [2]. 

If you believe you've identified and can reproduce an issue with the 
platform itself (behaviour is different from documentation or error occurs 
during normal use), then you should proceed to open a public issue tracker 
[3] issue with enough detail to reproduce the issue on our side, or if 
possible, an attached app that can be used to directly observe the 
behaviour. 

Your issue report contains not enough information to determine what is 
happening, even in the event that you did post it to one of those other 
locations, so I suggest adding more detail before doing so. Some of that 
information might be:

* what version of the SDK you're using (is it latest? usually best to use 
the latest SDK and re-try to see if the error occurs)
* what OS you're using
* the full stack trace of the issue
* what your app code is doing (even just a minimal snippet that will 
reproduce the behaviour, or your complete app code)

If you would like to open a thread in this forum discussing the platform or 
services in more broad terms, starting a discussion that would be useful 
for other users to join in to, feel free to do so.

Have a great day!

[1] http://www.stackoverflow.com/
[2] http://www.serverfault.com/
[3] http://code.google.com/p/google-appengine/issues/list

On Monday, July 27, 2015 at 6:27:21 AM UTC-4, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked perfectly 
 in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/48e209a2-4013-4c73-bc65-881f56054a6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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.

 Despite posting in the wrong place, has anyone got any insight on this
 issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) pay...@google.com
 wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think this
 should move to stackoverflow, where you'll find a lot more people who can
 help. Be sure to include the full error message and code context when you
 do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same code,
 same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAHU-9BctrKgpGALwf1MOUHze19XZ-nQZPTSkzwYCkHUGnmmTtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Paul Canning
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 mars...@google.com wrote:

 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 p...@drawandcode.com
 wrote:

 Can you link to any documentation?

 I've never had to do that before. I've always just ran dev_appserver.py
 app.yaml and it worked.
 On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on this
 issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) 
 pay...@google.com wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think
 this should move to stackoverflow, where you'll find a lot more people who
 can help. Be sure to include the full error message and code context when
 you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same
 code, same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.





-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aMQOyO7xxHcPKkfy-Vizvv1Kz1bH%3DqQyMz7o1Pnj28GBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 mars...@google.com wrote:

 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 p...@drawandcode.com
 wrote:

 Can you link to any documentation?

 I've never had to do that before. I've always just ran dev_appserver.py
 app.yaml and it worked.
 On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on this
 issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) 
 pay...@google.com wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think
 this should move to stackoverflow, where you'll find a lot more people 
 who
 can help. Be sure to include the full error message and code context when
 you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same
 code, same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.





-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAHU-9Bf3S8CQ0%2B9aq67T0iwEx3GiORAm3J1VyZHkJxHotLYCvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2015-07-27 Thread Paul Canning
Can you link to any documentation?

I've never had to do that before. I've always just ran dev_appserver.py
app.yaml and it worked.
On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on this
 issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) pay...@google.com
 wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think
 this should move to stackoverflow, where you'll find a lot more people who
 can help. Be sure to include the full error message and code context when
 you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same code,
 same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aOy_naAu2%3D1Bqi7yg0N%3DihzbmTtYZ1QU8814QTcKqF9sw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 p...@drawandcode.com wrote:

 Can you link to any documentation?

 I've never had to do that before. I've always just ran dev_appserver.py
 app.yaml and it worked.
 On 28 Jul 2015 00:07, Mars Lan mars...@google.com wrote:

 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.

 Despite posting in the wrong place, has anyone got any insight on this
 issue?
 On 27 Jul 2015 22:21, Nick (Cloud Platform Support) pay...@google.com
 wrote:

 Hey Paul,

 It's great to provide that info. As I mentioned in my reply, I think
 this should move to stackoverflow, where you'll find a lot more people who
 can help. Be sure to include the full error message and code context when
 you do so.

 Best wishes,

 Nick

 On Monday, July 27, 2015 at 5:19:20 PM UTC-4, Paul Canning wrote:

 Windows 7, 64bit. Via terminal.

 This worked in the same dev environment just a week or so ago.

 And as mentioned, works flawlessly on my deployment module. Same code,
 same PHP version.
 On 27 Jul 2015 22:03, Mars Lan mars...@google.com wrote:

 What OS are you running dev_appserver on? Are you using terminal or
 launcher?

 On Monday, July 27, 2015 at 3:27:21 AM UTC-7, Paul Canning wrote:

 The dev app server has started giving me the error:

 Call to undefined function move_uploaded_file()

 I am using this same function on a live module and it has worked
 perfectly in the past on the dev server.

 I am using PHP 5.5, defined in the config yaml file.




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAHU-9Bda2BJHLnuCygkNuej73J3dhYefLsr7E-4ZE24icHrdzw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.