I have the comment upload module installed on my drupal. And now every time I go to view a node that has comments in it (w/o uploaded files, I don't have any comments yet that have uploaded files, no on has tried yet) I get this error:

user warning: Table 'db18156xxxx.comment_upload_files' doesn't exist query: SELECT * FROM comment_upload_files f WHERE f.nid = 91 ORDER BY f.fid DESC in /path/htdocs/tcmpj/includes/database.mysql.inc on line 172.

I do not see this error when there aren't any comments on a node, and this error goes away when I turn off the comment upload module

Any ideas?

Thanks
-Paul

Comments

heine’s picture

- You downloaded the version with a bug in the install script:

1. First of all, if you downloaded the module between Jan 26 and Jan 28 (comment_upload.install ID: 1.3.2.3), download the module again.
2. Then execute the following query:

DELETE FROM system WHERE name = 'comment_upload';

3. Renable the module and test again.

- If you had a previous version of comment_upload installed however, run update.php and see if any updates are available.

- If none of the above, execute the query in #2 (above), then reenable the module; make sure to write down any errors you receive.

--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.

theycallmepj’s picture

I definitly did download the module between Jan 26 and Jan 28, and at the time I wasn't looking for updates, but your instructions seemed to fix it...Thanks for the help