[google-appengine] Re: blank page

2015-12-01 Thread Patrice (Cloud Platform Support)
Hi Sophiya, To be able to help you, we need a lot more information actually: What did you deploy exactly? Normally, logs can be seen in your admin console (which you can see in the devserver a couple of different ways, based off the language you're using and how you ran your devserver). I wou

[google-appengine] Re: blank page

2015-12-01 Thread sophiya baskaran
http://www.blogfin.com/how-to-install-wordpress-in-google-app-engine/ I do step by step instruction given in the above link. In 5th step i give path and port details the clicked the browser option.It show a blank page with this url. ssomens-web-site.appspot.com/wp-admin/install.php. -- You r

[google-appengine] Re: blank page

2015-12-02 Thread Patrice (Cloud Platform Support)
Hi again, So, the tool used in the 5th step (the Google App Engine Launcher) is not suggested to be used anymore. I just tried this tutorial https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/ and got it through without issues. In any case, from what I remember of t

[google-appengine] Re: blank page

2015-12-04 Thread sophiya baskaran
Hi Patrice Thanks for your reply. Now GAE wordpress working. But theme missing.i got the below err in log 8:51:00.955 Static file referenced by handler not found: __static__/wordpress/gaesample/wordpress/wp-content/themes/twentyfifteen/js/functions.js *static file referenced by handler not fo

[google-appengine] Re: blank page

2015-12-04 Thread Patrice (Cloud Platform Support)
Hi Sophiya, >From what I see in your yaml, it seems okay. The problem is not necessarily in your yaml, but potentially in the folder structure of your application. Do you have the function.js in the location mentioned in your error? Cheers On Friday, December 4, 2015 at 8:22:11 AM UTC-5, sophi

[google-appengine] Re: blank page

2015-12-04 Thread sophiya baskaran
http://www.blogfin.com/how-to-install-wordpress-in-google-app-engine/ I new to this and i followed the steps given in the above link. In step 5 i give path and port then click the browser option then browser open with blank page with this url. localhost:8080/wp-admin/install.php -- You receiv

[google-appengine] Re: blank page

2015-12-05 Thread sophiya baskaran
Thanks Patrice We fixed URL issue.Now WP GAE working fine! On Friday, December 4, 2015 at 9:01:50 PM UTC+5:30, Patrice (Cloud Platform Support) wrote: > > Hi Sophiya, > > From what I see in your yaml, it seems okay. The problem is not > necessarily in your yaml, but potentially in the folder

[google-appengine] Re: Blank page?

2009-09-24 Thread Wooble
On Sep 23, 11:31 pm, Dan wrote: > When I was using django, everything was fine (http:// > 1.latest.danlevan.appspot.com/blog/) > > When I use the webapp framework, on my machine everything is fine.. > when I upload it to the app engine I get a blank page > :(http://danlevan.appspot.com/ > > No

[google-appengine] Re: Blank page?

2009-09-24 Thread Nick Johnson (Google)
Hi Dan, Did you make sure to include these lines at the bottom of your handler script? --- if __name__ == "__main__": main() --- -Nick Johnson On Thu, Sep 24, 2009 at 4:31 AM, Dan wrote: > > When I was using django, everything was fine (http:// > 1.latest.danlevan.appspot.com/blog/) > > Whe

[google-appengine] Re: Blank page?

2009-09-30 Thread Dan
Hi Nick, I have that on my handler. I think if I didn't, locally it wouldn't work neither. I guess I'll just try to deploy the sample to see if it works. Thanks, I'll let you know if it works.. On Sep 24, 2:41 pm, "Nick Johnson (Google)" wrote: > Hi Dan, > > Did you make sure to include these

[google-appengine] Re: Blank page response

2010-02-04 Thread eng. Ilian Iliev
The solution can be find here -> http://code.google.com/p/app-engine-patch/issues/detail?id=252&q=cache On 19 Дек 2009, 15:31, "eng. Ilian Iliev" wrote: > What steps will reproduce the problem? > 1.Pageworking ok(displaying content) > 2. Code change in py-file > 3. Refresh thepagein the browser

[google-appengine] Re: Blank Page / HTTP 500

2017-03-20 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Lee, Looking at your provided screenshot, I was able to access your WordPress instance and see that the page is no longer blank. By any chance, are you still running into any issues regarding cache file? If you solved your issue, can you please reply and indicate what steps you have taken to

[google-appengine] Re: Blank Page when requesting site

2008-12-31 Thread Jose J
I found the answer at: http://groups.google.com/group/google-appengine/browse_thread/thread/26721420de23709e/8a4d2d7523c810be?lnk=gst&q=blank+page#8a4d2d7523c810be check for if __name__ == '__main___': main() and the end of your handler --JJ On Dec 29, 6:02 pm, Jose J wrote: > My apology

[google-appengine] Re: Blank page on PHP Hello World

2013-12-10 Thread Mars Lan
Are you running this on Linux? If so you can view the error messages in syslog using cat /var/log/syslog On Friday, December 6, 2013 5:10:45 PM UTC-8, Jefrey Sobreira wrote: > > Hi all! > > I'm newest in Google App Engine and I'm trying to use the PHP runtime. > > Following the Hello World tutori

[google-appengine] Re: Blank page on first load after appcfg.py update ???

2008-09-03 Thread Jean-Lou Dupont
You must be a bit patient: let GAE the time to cache your files around their infrastructure. Makes sense? On Sep 3, 9:17 am, "shadow.hk" <[EMAIL PROTECTED]> wrote: > I don't know if any of you experience this. > Each time after "appcfg.py update my_app", I *always* get a blank page > in the first

[google-appengine] Re: Blank page on first load after appcfg.py update ???

2008-09-03 Thread shadow.hk
So you mean it's caching problem at GAE server? What if, after a night, when I open the page, I get a blank page again and have to refresh? Is that GAE clear their cache from time to time? (just wonder On 9月3日, 下午10時11分, Jean-Lou Dupont <[EMAIL PROTECTED]> wrote: > You must be a bit patient: let

[google-appengine] Re: Blank page on first load after appcfg.py update ???

2008-09-03 Thread Jean-Lou Dupont
I also experience the condition you are referring to above. One page refresh later, the issue is gone for good. I believe it takes some time for apps to get distributed throughout GAE and some ''priming'' is being done on the first access. Anyways, personally, I don't care that much about this i

[google-appengine] Re: Blank page on first load after appcfg.py update ???

2008-09-05 Thread shadow.hk
I am OK with the blank page, because I know that I can refresh the page. But the app is built for users, and giving them a blank page is not desirable. You know, once uploaded, I can view the page and get it refreshed once. However, on the next day, the blank page will appear again... On 9月4日, 上