The following error is produced while attempting to uninstall:
user warning: Unknown table 'nodehierarchy' query: DROP TABLE nodehierarchy in /data/www/htdocs/drupal-6.3/includes/database.mysql-common.inc on line 261.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | screenshot4.jpg | 176 KB | sodafox |
Comments
Comment #1
ronan commentedHmm... looks like it was not properly installed for some reason. I'll go through installing/uninstalling on a clean copy and see if I can reproduce this, otherwise I may just have to chalk this up as an anomaly.
Thanks for the report.
Comment #2
sodafox commentedHi,
I get the same result when I try to uninstall the wysiwyg editor. I've tried this a few times and I still get the same message..
I refreshed the uninstall screen and the message went away. I'm just setting up different image uploaders/editors with no luck with any yet. Hope to see some light at the end of the tunnel.
Thanx for all the support though.
Comment #3
ronan commentedThanks for the screenshot. The error your getting is about tables created by the wysiwyg module not by node hierarchy.
When you uninstall a module, the module's uninstall function usually attempts to remove any database tables that were created when the module was installed. If those tables are not there (if for example you run the uninstall twice, or the install failed for some reason), then you will get the warning you just got. This warning is not in itself anything to worry about, it simply telling you you can't remove something that isn't actually there, so if everything works fine then you are probably OK. If the installation of a module fails or tables are disappearing from your database for some reason, then you may have a bigger issue.
Hope this helps
Ronan
Comment #4
sodafox commentedThanx Ronan this really helps. Things seem to be working alright to a certain point, my other issues aren't related though.
I've only uninstalled once per installation and get the message, but as you say, it's nothing to worry about.
Thanx again!
sodafox :)
Comment #5
ronan commented