One of the many things currently broken in HEAD now that #157693: Upgrade project issue to Drupal 6.x landed is that the D6 version of comment_upload has a different API and schema than the D5 version. If you view an issue page, you get an SQL error about {comment_upload_files} not existing (the D6 version of comment_upload doesn't have such a table). I wouldn't be surprised if other schema or API changes in comment_upload are partially responsible for #361649: Issue comments broken in D6 HEAD, in fact.
Comments
Comment #1
netaustin commentedI'm working on a patch for this. Heine is looking for a maintainer for comment_upload, so I volunteered. May not be imperative to roll a stable D6 release of comment_upload prior to d.o migration, but it'd sure be nice not to depend on a dev-unstable module when project_issue releases a stable version.
Comment #2
dwwFYI: I've committed 2 minor patches for this:
http://drupal.org/cvs?commit=166366
http://drupal.org/cvs?commit=166367
Still needs work, but it's at least no longer generating SQL errors anytime you view an issue at all. ;)
Comment #3
dwwWe've fixed all of these in various issues. Not like netaustin used this issue. ;)