I get the following error message after adding a new Finder Wizard ("Save finder wizard"):

user warning: Column count doesn't match value count at row 1 query: INSERT INTO finder_wizard (title, description, path, none_above, none_above_path, error_msg, early_exit, results_page) VALUES ('Foobar', '', 'testfinder', 0, 'node', 0, 0) in /www/htdocs/XXXXXXXX/XXXX/drupal/sites/test.example.com/modules/finder_wizard/includes/finder_wizard.crud.inc on line 67.

The wizard is not created.

Comments

danielb’s picture

thanks I will look into this issue shortly

danielb’s picture

Status: Active » Fixed

This is fixed in 2.1

krolpl’s picture

I'v got the same problem with v 2.1 is there a way to fix it?

vlooivlerke’s picture

Same problem here

vlooivlerke’s picture

Version: 6.x-2.0 » 6.x-2.1
Status: Fixed » Active

With version 2.1 too

mikeytown2’s picture

subscribing
same with 2.1

danielb’s picture

Status: Active » Fixed

Sorry guys don't know what happened there, it was fixed in the CVS but not in the release. I've made a new release and it appears to have the changes there when I download it from this site.

mikeytown2’s picture

Tip for people upgrading 2.1 -> 2.2:
I had to uninstall the module and then reinstall it, otherwise I would get the error above.

A database update should have been queued up in Update.php (if the DB is changed), but none was there.

danielb’s picture

Since the wizard was not created, thus the module was not usable, it does not make sense to try to upgrade it. Instead we pretend the original version never existed!

mikeytown2’s picture

I had a wizard from 2.0 or 1.2 that was still in the DB that was giving me issues. Thats why I had to uninstall it.

Status: Fixed » Closed (fixed)

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