some more code for the creation of new games through the user

This commit is contained in:
phear 2005-09-11 17:11:09 +00:00
parent 81fea29c24
commit 7b36398521
6 changed files with 116 additions and 11 deletions

View file

@ -49,3 +49,6 @@ How to extract the data from this POST with the cgi module:
print string.split(form.keys()[0],".x")[0]
------------------------------------------
known bugs:
"DatabaseError: error 'ERROR: current transaction is aborted, commands ignored until end of transaction block"
seems to be a problem with mod_python and a cached database connection. /etc/init.d/apache2 restart helps.