Closed (fixed)
Project:
Finder wizard
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2008 at 04:28 UTC
Updated:
2 Feb 2009 at 01:10 UTC
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
Comment #1
danielb commentedthanks I will look into this issue shortly
Comment #2
danielb commentedThis is fixed in 2.1
Comment #3
krolpl commentedI'v got the same problem with v 2.1 is there a way to fix it?
Comment #4
vlooivlerke commentedSame problem here
Comment #5
vlooivlerke commentedWith version 2.1 too
Comment #6
mikeytown2 commentedsubscribing
same with 2.1
Comment #7
danielb commentedSorry 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.
Comment #8
mikeytown2 commentedTip 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.
Comment #9
danielb commentedSince 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!
Comment #10
mikeytown2 commentedI 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.