CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Extensions (Moderators: mathieu, totten, kasiawaka) »
  • [SOLVED] Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
Pages: [1]

Author Topic: [SOLVED] Drupal Webform CiviCRM Integration 7.x-4.4 non available for update  (Read 1009 times)

capo

  • I post occasionally
  • **
  • Posts: 108
  • Karma: 5
[SOLVED] Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
January 30, 2014, 03:55:15 am
Hello,

I'm trying to update my webform_civicrm extension but I'm having some problems. Maybe I'm doing something wrong.

I've already updated CiviCRM, Drupal and Drupal Webform to the latest stable versions (4.4.3, 7.26 and 7.x-3.19), but CiviCRM Webform Integration is still at 7.x-3.7.

Now, If I try to update, Drupal says that my webform_civicrm is already up-to-date.

`drush up` result is:
Quote
Update status information on all installed and enabled Drupal projects:

NombreVersión instaladaProposed versionEstado
Drupal7.267.26Actualizado
Webform (webform)7.x-3.197.x-3.19Actualizado
Webform CiviCRM Integration (webform_civicrm)7.x-3.77.x-3.7Actualizado

I'd like to update webform_civicrm to the 7.x-4.4, as long as I'd like to test the new memberships and contributions integration.

Why doesn't Drupal recognise the pending update? (from 7.x-3.7 to 7.x-4.4)

I guess it's because I must wait until Drupal Webform (currently at 7.x-4.0-beta1) publishes a stable 7.x-4. Isn't it?

Thanks for your help
« Last Edit: January 31, 2014, 12:35:47 am by capo »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
January 30, 2014, 04:55:21 am
The current stable version is 7.x-4.4, but this is not an extension, this is actually a Drupal module. If your site is not recognizing that it doesn't have the latest stable version, you should post about that on the drupal.org site as that is a Drupal issue.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

capo

  • I post occasionally
  • **
  • Posts: 108
  • Karma: 5
Re: Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
January 30, 2014, 06:17:36 am
I'm not sure that it's a Drupal bug. The latest stable version of webform_civicrm (https://drupal.org/project/webform_civicrm) is 7.x-4.4 but, according to the module page, it depends on 4.x version of webform (https://drupal.org/project/webform_civicrm)... and it's still not available! The latest (4.x) version of webform is still beta (7.x-4.0-beta1). It's confussing that a stable version of webform_civicrm depends on a non-stable version of webform. Or maybe I didn't understand something.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
January 30, 2014, 10:37:57 am
Drush by default will not jump major versions of a module without you telling it to. That's why it says your 3.x version is up-to-date.

Yes it's weird that the Webform authors have chosen to mark their release as beta when it is really stable, but that wasn't my decision. From the project description:
Quote
Although 4.x is stable (it has to be since we're running it on webform.com), new versions will probably be coming out every couple weeks.

If you are using CiviCRM 4.4.x then you need to upgrade webform and webform_civicrm to versions 4.
Try asking your question on the new CiviCRM help site.

capo

  • I post occasionally
  • **
  • Posts: 108
  • Karma: 5
[SOLVED] Re: Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
January 31, 2014, 12:35:09 am
Thanks for the answer, Coleman! I'll update my development environment right now!  :)

capo

  • I post occasionally
  • **
  • Posts: 108
  • Karma: 5
Re: [SOLVED] Drupal Webform CiviCRM Integration 7.x-4.4 non available for update
January 31, 2014, 02:00:30 am
Just in case someone is interested, the drush commands I've used to force the update to webform 4.x, have been:

List the available versions for webform and webform_civicrm:
Quote
drush pm-releases webform webform_civicrm

The result was:
Quote
------- RELEASES FOR 'WEBFORM' PROJECT -------
ReleaseFechaEstado
7.x-4.0-beta12013-Sep-23Supported
.........

------- RELEASES FOR 'WEBFORM_CIVICRM' PROJECT -------
ReleaseFechaEstado
7.x-4.42014-Jan-13Supported, Recommended
.........


Force the updates:
Quote
drush dl webform-7.x-4.0-beta1
drush dl webform_civicrm-7.x-4.4
drush updatedb


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Extensions (Moderators: mathieu, totten, kasiawaka) »
  • [SOLVED] Drupal Webform CiviCRM Integration 7.x-4.4 non available for update

This forum was archived on 2017-11-26.