Closed (works as designed)
Project:
Comment Upload
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2009 at 11:55 UTC
Updated:
26 Feb 2012 at 06:56 UTC
I've just installed both the 6.x-dev and 6.x-1 release of this module and have found that neither of them work. When the preview button is clicked using either of the two versions, nothing happens, the page reloads without a preview. I'm pleased to say that the CVS version does work for me (although how stable/suitable it is, I don't know). All I'm asking for is a notice on the module's front page that states that the 6.x versions do not work.
Comments
Comment #1
sdrycroft commentedSorry, not sure why I marked that as Critical, it's clearly just "Normal" (doesn't cause any white screens, just prevents submission of comments).
Comment #2
heine commentedDo you use the English locale on your website? If not, you encountered the issue fixed by http://cvs.drupal.org/viewvc/drupal/contributions/modules/comment_upload..., but the fix somehow did not propagate to the 6.x-1.x-dev archive.
BTW: None of the current archives (alphas and dev) are suitable for use on production sites.
Comment #3
h0tw1r3 commentedI believe this fixes the problem.
Comment #4
h0tw1r3 commentedComment #5
4.John.v commentedI am new to Drupal and do not know exactly what I should do with your fix. I have the Comment upload 6.x-1.0-alpha5 installed in my modules folder. Is your "Fix" that I open comment_upload.install in a text editor and replace the line
$max_file_id = db_result(db_query("SELECT MAX(fid) FROM files"));
with the line
$max_file_id = db_result(db_query("SELECT MAX(fid) FROM {files}"));
Save the file, and then run update.php?
Since I already have Comment upload 6.x-1.0-alpha5 installed, do I need to do something else first?
I would like to know how to apply this fix correctly, so I do not create any other problems
Thanks for any assistance
Comment #6
docstun commentedI dont think that this is the problem.
it has to do be somewhere in the hook_comment process...
Comment #7
heine commentedI fail to see how an update hook could cause trouble on a fresh install. (The update is broken though).
Comment #8
Golem07 commentedIs there actually any way to get comment upload to work? Things are getting very confusing. Latest dev (01.12-09) still does not fix the preview issue and when I try to go back to the last working version (cvs) the module completely gets disabled from the module page with an incompatibility warning for D6.15 (not tried with a fresh install yet).
Such a pitty... but somehow I start being afraid that after so much time we will never see a really usable version.
Comment #9
heine commentedThe module is essentially unmaintained. Netaustin, dww and I only care for it to work on Drupal.org itself.
Comment #10
Golem07 commentedThanks a lot for the clear statement. At least I know now that we cannot expect quick fixes, although it is very sad to hear since this is a very helpful module. Well hopefully we will have a working version sometime in the future :)
Comment #11
dww6.x-1.x-dev appears to work fine on a clean test site. I think this was probably fixed via other commits.