Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle App Engine PHP Helloworld Example Does Nothing
    text
    copied!<p>I assume I'm making some simple mistake, but I just can't get the Google App Engine PHP SDK (GAE) "helloworld" example to work. </p> <p>When I attempt to run the example on a Windows XP command line, I get no errors. The dev appserver is ever started on port 8080. I followed the <a href="https://developers.google.com/appengine/docs/php/gettingstarted/helloworld" rel="nofollow">GAE PHP SDK "Getting Started" page</a> to the letter. If I mistype the path name, I get an error on that, but that’s it. </p> <p>I have installed Python 2.7, PHP 5.4 and the GAE PHP SDK 1.8.3. All seem to work independently without error. Testing such…phpinfo() works, the Python interpreter works as well. </p> <p>I’ve read all of the other questions/answers on this subject on the Stack(here) but nothing has helped. Here's some details:</p> <p>My "helloworld" dir (the app.yawl file is there too):</p> <blockquote> <p>C:\helloworld\helloworld.php</p> </blockquote> <p>My Google GAE dir:</p> <blockquote> <p>C:\google_appengine</p> </blockquote> <p>My PHP dir:</p> <blockquote> <p>C:\PHP</p> </blockquote> <p>My Python dir: </p> <blockquote> <p>C:\Python27</p> </blockquote> <p>Here's the dev appserver startup command line I'm using in a Windows XP CMD window:</p> <pre><code>python C:\google_appengine\dev_appserver.py --php_executable_path=C:\PHP\php-cgi.exe C:\helloworld\helloworld </code></pre> <p>The dev web server does not start, can't see the listener on default port 8080 in netstat.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload