I have installed a kppp application on app engine, and I redirect the url to my app using wildcard url I am doing .yaml:
- url: /.* script: app / webroot / index.php
Documentation states / _ah / * URLs will be ignored (I do not know what these are yet), but they are caught by my cake php app and throwing errors in the error log. I also suspect that this is due to the cause of 500 errors due to the appenagent error of 204 which is happening randomly.
Does anyone have the solution? 51 :: How do I ensure that / _ah / url passes through my specific application code for the app engine and not
example error work? 08
E 48.957 2015 -03-17 404 841b 304ms / _ah / start 0.1.0.3 - - [17 / March / 2015: 01: 51: 48 -0700] "GET / _ah / Start HTTP / 1.1 "404 841 - -" *** * in which * .appspot.com "ms = 304 cpu_ms = 416 cpm_usd = 0.0000 9 4 loading_request = 1 example = 0 app_engine_release = 1.9.18 E 08: 51: 48.854 error :. [MissingControllerException] The controller class AhController could not be found
MissingControllerException threw me from my app.
After
code to
View Docs:
No comments:
Post a Comment