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) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
Pages: [1]

Author Topic: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"  (Read 2909 times)

roball

  • Guest
Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 26, 2009, 02:25:33 am
Yesterday I installed civicrm-2.1.4-drupal to Drupal 6.9, which has the "Update status" module enabled. I enabled the modules "CiviCRM", "CiviGroup Roles Sync" and "CiviMember Roles Sync". Today the Update status module sent out an emergency mail, stating

Quote
The installed version of at least one of your modules or themes is no longer 
supported. Upgrading or disabling is strongly recommended!

On the "Available updates page", the "CiviRoles Sync" module (version 6.x-3.x-dev (2008-Oct-14)) is highlighted red, stating

Quote
Project not supported: This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended!

Includes: CiviGroup Roles Sync, CiviMember Roles Sync

Does this mean the "CiviGroup Roles Sync" and "CiviMember Roles Sync" cannot currently be used with Drupal 6.x?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 26, 2009, 08:00:43 am

they can. the drupal update status module checks drupal.org website. However we host and maintain those modules in the civicrm svn repository.

You can safely ignore those warning messages for the civi* modules

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 26, 2009, 09:13:03 am
I've submitted a request to the drupal.org webmasters to remove the releases there. Hopefully that will avoid this errant warning.

http://drupal.org/node/364472

 
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

roball

  • Guest
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 27, 2009, 07:11:57 am
Quote from: Donald Lobo on January 26, 2009, 08:00:43 am
You can safely ignore those warning messages for the civi* modules
OK, but receiving a security warning mail every day from the Drupal system which has to be ignored is annoying. I have disabled the "CiviGroup Roles Sync" and "CiviMember Roles Sync" modules for now, until a better solution turns out.

Isn't it possible to change the files "civicrm_group_roles.info" and "civicrm_member_roles.info" to not point to the "civimember_roles" project (http://drupal.org/project/civimember_roles)?

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 27, 2009, 08:39:51 am
I believe you are correct.

The Drupal.org packaging information has been removed from the info files in the SVN 2.1 branch.

So you can probably resolve this by updating your civicrm code via SVN, or by manually deleting the 'Added by Drupal.org' section from your .info files.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

roball

  • Guest
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 27, 2009, 06:36:35 pm
Coiuld you please give a link to a webinterface for that SVN branch?

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 27, 2009, 06:40:14 pm
http://svn.civicrm.org/civicrm/branches/v2.1/
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

roball

  • Guest
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 29, 2009, 05:38:29 am
Thanks. Replacing "civicrm_group_roles.info" and "civicrm_member_roles.info" by the versions from SVN's 2.1 branch solved the problem reported on Drupal's "Available updates" page. It's easy to do on the CLI:

Code: [Select]
cd /path_to/drupal-6.9/sites/all/modules
wget http://svn.civicrm.org/civicrm/branches/v2.1/drupal/modules/civicrm_group_roles/civicrm_group_roles.info
mv civicrm_group_roles.info civicrm/drupal/modules/civicrm_group_roles/
wget http://svn.civicrm.org/civicrm/branches/v2.1/drupal/modules/civicrm_member_roles/civicrm_member_roles.info
mv civicrm_member_roles.info civicrm/drupal/modules/civicrm_member_roles/

However, I noticed that the new versions of the .info files on SVN still have the same versions in it as those shipped with civicrm-2.1.4-drupal:

Code: [Select]
; $Id: civiroles.info,v 1.1.4.2 2008/10/14 00:20:36 matt2000 Exp $
; $Id: civimember_roles.info,v 1.1.6.1 2008/08/17 02:54:52 posco Exp $

Updating the version headers also may be a good idea to avoid confusion, I think.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 29, 2009, 09:22:46 am
we have removed version header from info file in CiviCRM v2.2, to avoid confusion.

Kurund
Found this reply helpful? Support CiviCRM

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"
January 30, 2009, 04:16:31 am
Quote from: roball on January 29, 2009, 05:38:29 am
However, I noticed that the new versions of the .info files on SVN still have the same versions in it as those shipped with civicrm-2.1.4-drupal:

Code: [Select]
; $Id: civiroles.info,v 1.1.4.2 2008/10/14 00:20:36 matt2000 Exp $
; $Id: civimember_roles.info,v 1.1.6.1 2008/08/17 02:54:52 posco Exp $

Updating the version headers also may be a good idea to avoid confusion, I think.

We removed these, but just to make things clear: these lines aren’t in any way related to the modules, but rather information added by CVS (and are commented out from Drupal’s point of view).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Drupal 6.9 updates report: "CiviRoles Sync 6.x-3.x-dev Not supported!"

This forum was archived on 2017-11-26.