Hello,
when I go to update.php I get:
warning: Missing argument 3 for webform_form_alter(), called in (mysite)/includes/form.inc on line 365 and defined in ...sites/all/modules/webform/webform.module on line 1019.
When I run update.php I get:
Fatal error: Call to undefined function db_drop_primary_key() in (mysite)/sites/all/modules/webform/webform.install on line 815
When I use Webform I get:
warning: Missing argument 3 for webform_form_alter(), called in (mysite)/includes/form.inc on line 365 and defined in (mysite)/sites/all/modules/webform/webform.module on line 1019.
Additionaly, /admin/logs/updates shows me that I have this updates availables:
Security update: 5.x-2.8 (2009-Oct-14) Download · Release notes
Security update: 5.x-2.7 (2009-Jun-03) Download · Release notes
Security update: 5.x-2.0-beta3 (2008-Abr-03) Download · Release notes
Security update: 5.x-1.10 (2008-Abr-03) Download · Release notes
I was trying to upgrade from 5.x-2.7 to 5.x-2.8 . Now webform is unusable.
Thanks
Federico
zona economica
Comments
Comment #1
paulrooney commentedThis sounds unusual.
I have upgraded a few sites from 5.x-2.7 to 5.x-2.8 and did not have any problems.
No database updates were required.
If available update page is warning you about Security update: 5.x-1.10 (not even listed on the All Releases page [http://drupal.org/node/7404/release?page=2]), it sounds like you must have been running webform 5.x-1.x-dev
Have you tried disabling the module, replacing the "webform" directory with the latest version and re-enabling the module?
Comment #2
quicksketchIt sounds like somehow you got the 6.x version of the module. Try downloading the 5.x version from the project page and updating again.
Comment #3
federico commentedI tried again (removing folder and uploading). I still got warnings, but at least it's usable now. Some things were not updated. If I get more errors, I will uninstall and reinstall.