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.

CommentFileSizeAuthor
#2 screenshot4.jpg176 KBsodafox

Comments

ronan’s picture

Hmm... 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.

sodafox’s picture

Version: 6.x-1.0 » 6.x-1.1
StatusFileSize
new176 KB

Hi,
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.

ronan’s picture

I get the same result when I try to uninstall the wysiwyg editor.

Thanks 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

sodafox’s picture

Thanx 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 :)

ronan’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.