Open GoogleCodeExporter opened 9 years ago
i've been seeing server errors randomly over the past few days...i'm wondering
if its
not something up with AppEngine servers...random things like going into edit
mode,
refreshing page, etc have been throwing these, but when i tried again it would
usually work.
Original comment by realgt
on 25 Apr 2009 at 11:53
Not in my case, though. The error is persistent.
Sorry I forgot to include the site URL: http://c9rapps.appspot.com/
Thanks for any help or pointers to what I can do to debug this.
Original comment by ww9rivers@gmail.com
on 27 Apr 2009 at 4:06
I just had this issue because of a non-ASCII character in my HTML footer. The
character was a copyright symbol; I replaced it with the code ©
That fixed one problem, but now I still get a server error page trying to
access the
admin area (just a themed error message instead of the plain one).
Original comment by markd...@gmail.com
on 16 Sep 2009 at 2:36
The solution to server error due to non-ASCII characters in the SYSTEM_TITLE or
HTML
footer could be to specify coding using a magic comment.
Try to put something like this in the 2nd line of configure.py:
# -*- coding: utf-8 -*-
Original comment by marek.st...@gmail.com
on 6 Dec 2009 at 2:03
[deleted comment]
This is duplicate to:
http://code.google.com/p/app-engine-site-creator/issues/detail?id=20
Original comment by lystoc...@gmail.com
on 7 Feb 2010 at 4:46
I don't think this is a duplicate of issue 20.
I took the 1.1 zip, only changed the app id to mine and uploaded it and get the
system
error. I have the base start page, but no footer, and no link to sign in. I
followed
the suggestions in this ticket and ticket #20, but still have the server error.
I
also checked out the 1.1.1 tag from svn and get the same error in the browser
(but
nothing in my app engine dashboard)
Original comment by larubbio...@gtempaccount.com
on 1 Mar 2010 at 5:21
Original issue reported on code.google.com by
ww9rivers@gmail.com
on 25 Apr 2009 at 11:50