On Tue, 2011-07-05 at 16:26 +0200, Frank Becker wrote: > Hi, > > I set up a brand new Autotest instance following: > http://autotest.kernel.org/wiki/AutotestServerInstall > > So far so good. All that was causing a problem was a NULL pointer in the > Debian squeeze python-matplotlib package. Compiling it by hand works. > Anyhow, that's a different story. > > My problem: > > Adding a new acl group using the Django Admin interface > http://host/afe/server/admin/afe/aclgroup/add/ > retruns a Django error page. > > ************************************************************* > OperationalError at /afe/server/admin/afe/aclgroup/add/ > > (1054, "Unknown column 'afe_acl_groups_users.id' in 'field list'") > > Request Method: POST > Request URL: http://localhost/afe/server/admin/afe/aclgroup/add/ > Django Version: 1.3 > Exception Type: OperationalError > Exception Value: > > (1054, "Unknown column 'afe_acl_groups_users.id' in 'field list'") > > Exception Location: /usr/lib/pymodules/python2.6/MySQLdb/connections.py > in defaulterrorhandler, line 35 > *************************************************************
Is the squeeze version of django 1.3? I think I missed that out on my conversion patches, to add an 'id' field to this table. I've added that key to another table, see: http://autotest.kernel.org/changeset/5411 So, I missed this table (and possibly others). For now, would you send me a patch similar to r5411 adding id to the afe_acl_groups_users? Thanks! _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
