Issue 1046819
Created on 2004-10-14 06:11 by marlonvdb, last changed 2004-10-14 22:25 by richard.
File name |
Uploaded |
Description |
Edit |
Remove |
V077_error.log
|
marlonvdb,
2004-10-14 06:11
|
Roundup (python) error report 0.7.7 |
|
|
msg1486 |
Author: [hidden] (marlonvdb) |
Date: 2004-10-14 06:11 |
|
Hi,
I downloaded and installed roundup 0.7.7 today, but I
got a *TypeError* when trying to connect through the
web-interface.
Find the error report attached.
Best regards,
Marlon
|
msg1487 |
Author: [hidden] (marlonvdb) |
Date: 2004-10-14 07:00 |
|
Logged In: YES
user_id=1080231
I tried to switch back to 0.7.5 after the above bug, but the
same error appeared. I had to trow away the mysql database
and put back the backup to get roundup to work again. When
it worked again with 0.7.5, I switched again to 0.7.7. The
*TypeError* was there again. Switched back to 0.7.5, again a
*TypeError*. Restored the mysql database, 0.7.5 worked fine
again. I tried this 4 times, each time with the same
results. I also tested it between 0.7.6 and 0.7.7. Release
0.7.6 works ok, but gave a *TypeError* after I tried to use
0.7.7. So same behaviour as between 0.7.5 and 0.7.7.
It really looks like 0.7.7 corrupts the mysql database.
Maybe it would be whise to remove 0.7.7 from the download
page until this problem has been investigated and fixed.
FYI: This was the test setup:
Server: Windows NT 4 - SP6a
Python: 2.3.2
Python-Win-ext: 23 build 200
Python-MySQL: 0.9.2
MySQL: 4.0.18
Regards,
Marlon
|
msg1488 |
Author: [hidden] (richard) |
Date: 2004-10-14 09:13 |
|
Logged In: YES
user_id=6405
Agreed. I will look into the problem.
|
msg1489 |
Author: [hidden] (richard) |
Date: 2004-10-14 22:25 |
|
Logged In: YES
user_id=6405
Fixed. Forgot to clear out the sessions and otks stores. "delete
from sessions" and "delete from otks" in the roundup database
fix the problem.
|
|
Date |
User |
Action |
Args |
2004-10-14 06:11:43 | marlonvdb | create | |
|