Note that there are some explanatory texts on larger screens.

plurals
  1. POPHP GAE not able to run SDK locally
    primarykey
    data
    text
    <p>I installed the latest SDK for php 1.8.1 and I am having trouble getting it to run locally</p> <p><strong>D:\google_appengine 1.8.1>dev_appserver.py --php_executable_path=D:\PHP\php-cgi.exe \Testing --port=5000</strong></p> <pre><code>INFO 2013-06-13 03:16:30,931 sdk_update_checker.py:244] Checking for updates to the SDK. INFO 2013-06-13 03:16:32,851 sdk_update_checker.py:260] Update check failed: HTTP Error 404: Not Found **WARNING 2013-06-13 03:16:32,861 api_server.py:314] Could not initialize images API; you are likely missing the Python "PIL" module.** INFO 2013-06-13 03:16:32,868 api_server.py:138] Starting API server at: http://localhost:60628 INFO 2013-06-13 03:16:32,874 dispatcher.py:164] Starting server "default" running at: http://localhost:5000 INFO 2013-06-13 03:16:32,878 admin_server.py:117] Starting admin server at: http://localhost:8000 ERROR:root:php failure (255) with: X-Powered-By: PHP/5.4.16 Content-type: text/html </code></pre> <blockquote> <p><b>Warning</b>: require_once(google/appengine/runtime/ApiProxy.php): failed to open stream: No such file or directory in <b>D:\google_appengine 1.8.1\google\appengine \tools\devappserver2\php\setup.php</b> on line <b>21</b><br /> INFO<br> 2013-06-13 03:16:40,938 server.py:593] default: "GET / HTTP/1.1" 500 - <br /> <b>Fatal error</b>: require_once(): Failed opening required 'google/appengine/runtime/ApiProxy.php' (include_path='D:\Testing') in <b>D:\google_appengine 1.8.1\google \appengine\tools\devappserver2\php\setup.php</b> on line <b>21</b></p> </blockquote> <p>I am trying to find what the problem is but have no idea what is wrong. What is the PIL module I am missing? The error says that ApiProxy.php is missing but it is located at </p> <blockquote> <p>D:\google_appengine 1.8.1\php\sdk\google\appengine\runtime</p> </blockquote> <p>Some one posted a similar issue and said they fixed it by doing the following </p> <blockquote> <p>The problem is I also have a python version Google-App-engine. In order to solve this this problem, I need to specify the "dev_appserver" to PHP-GAE-SDK</p> </blockquote> <p>I have no idea what that and will it fix the errors shown. Any thoughts?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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